body {
	background-color: #0A1031;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

img
{ border:none; }

#container
{
	position:absolute;
	width: 700px;
	background: url(../images/bg_index.gif) no-repeat;	
	left:50%;
	height:405px;
	margin-left:-500px;
	padding-top: 150px;
	padding-left: 300px;
}

#content
{
	
	float: left;
	width:680px;
	height: 400px;
	
}
#nav
{
	
	position:relative;
	width:840px;
	left: -85px;
	padding-top:2px;
}

ul.toplinks
{
	list-style: none;
	text-transform:uppercase;
	position:relative;
	padding: 2px 0 0 0;
	margin: 0px;
	text-align:left;
	font-size:90%;
	display:inline;
}
*html ul.toplinks
{
	left: -80px;
}
ul.toplinks li
{
	list-style: none;
	display: inline;
	padding: 2px 0 2px 0;
}

ul.toplinks img
{
	position:relative;
	top:5px;
}
ul.toplinks a
{
	color:#03235C;
	text-decoration:none;
}
ul.toplinks a:hover
{

	text-decoration: underline;
}

#content_real
{
	
	float:left;
	position:relative;
	width: 630px;
	left: 40px;
	font-size:90%;
}

#text
{
	float:left;
	width: 440px;
	color:#03235C;
	display:inline;
	text-align:justify;

}
#text h1
{
color: #003C9B;
padding: 0px;
}
#text p
{
	margin-top: -5px;
}

#barometer
{
	width: 160px;
	float:left;
	padding-top:10px;
	padding-left:20px;	
}


#barometer p
{
font-size: 90%;
font-weight:bold;
margin:0px;
padding: 5px 0 0px 0px;}

#content_end
{
	
	float:left;
	position:relative;
	width: 620px;
	height: 60px;
	left: 60px;
	text-transform:uppercase;
	font-size:110%;
	top:-30px;
}

#content_end #links
{
	float:left;
	width: 380px;
	color:#03235C;
	display:inline;
	position:relative;
	top: 40px;

}
#content_end #links img
{
	position: relative;
	top:5px;
}

#content_end #bottom_logo
{
	width: 230px;
	
	height: 60px;
	float:left;
	padding-top:10px;
	background:  url(../images/logo-lower.gif) no-repeat right bottom;
}
	
#footer
{
position:absolute;
	width:1000px;
	height: 82px;
	background:url(../images/bg_footer.gif) no-repeat;
	left:50%;
	margin-left:-500px;
	top:555px;
	color:#ffffff;
}

#footer h3
{
	color: #CCD7E3;
	text-transform:uppercase;
	text-align:center;
	text-shadow:#CC0000;
	margin: 0px;
	padding:10px 0 0 0;
}

#footer #design
{
	padding-top: 35px;
	float: left;
	font-size: 10px;
	text-align:left;
	width: 250px;
}
#footer #copyright
{
	float: left;padding-top: 35px;
	font-size:90%;
	text-align:center;
	text-transform:uppercase;
	width: 500px;
}
#footer #marketing
{
	float: right;padding-top: 35px;
	font-size: 10px;
	text-align:right;
	width: 250px;
}
#footer a
{
color:#ffffff;
}
