html,body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF !important;
}

body {
	font: 76% arial, sans-serif;
	text-align: left;
	background: url(/images/bg.png) repeat-x #FFF;
}

h1,h2,h3 {
	margin: 0;
	font-weight: normal;
	color: #000;
	padding:0px !important;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

a:link, a:focus {
	text-decoration: none;
	border: none;
}

a:active,a:hover {
	text-decoration: none;
	border: none;
}

a:visited {
	text-decoration: none;
	border: none;
}

a:focus {
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

/* Setting margin to 0 auto will center this div */
#container {
	width: 960px;
	margin: 0 auto;
	border: 0px;
}

/******************************
*********** Header ************
******************************/
#head {
	height: 80px;
	margin-bottom: 70px
}

#header {
	text-align: center;
	border: 0px;
}

#header div {
	width: 480px;	
}

#header img {
	width: auto;
	height: auto;
}

/******************************
************ Menu *************
******************************/
#menubar_horizontal {
	width: 960px;
	margin: 0 auto;
	padding: 14px 97px;
}

/******************************
*********** Content ***********
******************************/
#content {
	width: 766px;
	margin: 0 auto;
	background: url(/images/electra/content-bg.png) repeat-x #FFF;
}

#body {
	width: 100%;
	min-height: 500px;
	padding: 45px 20px 0 20px;
}

#message {
	color: red;
	font-family: cursive;
	font-size: 15px;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

/******************************
*********** Footer ************
******************************/
#footer_bg {
background:transparent url(/images/felt/10/footer_bg.gif) repeat-x scroll 0 0;
height:100px;
width:100%;
}
#footer {
margin:0 auto;
width:970px;
}
.footer_div {
float:left;
margin:21px 12px 0 0;
}
#footer a {
color:#848383;
}
.copy {
color:#848383;
margin:21px 0 0;
}
/******************************
******** Layer Controls *******
******************************/
.layer1 {
	padding: 0;
	margin: 0;
	position: absolute;
}

.layer2 {
	padding: 0;
	margin-top: -106px;
	position: absolute;
	z-index: 1;
}

.layer3 {
	padding: 0;
	margin-top: -59px;
	position: absolute;
	z-index: 1;
}

/******************************
******** Float Controls *******
******************************/
.left {
	float: left;
}

.center {
	margin: 0 auto;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

/******************************
******** Other *******
******************************/

.small {
	font-size: 10px;
}

