*{padding:0px;margin:0px;}
body{
		font-family:Arial, Helvetica, sans-serif;
}
p.title{
	font-size:24px;
	padding:0px 10px 20px 0px;/*fixed for IE*/
	margin:0px;
	color:white;
}
/*so it will appear correct in other browsers..*/
div#bottom_blue > p.title {
	padding:0px 10px 10px 0px;
}
div#bottom_red > p.title {
	padding:0px 10px 10px 0px;
}
/*end*/
h2,p{
	padding:3px 15px 0px 0px;
}
h2{
	font-size:14px;
}
p{
	font-size:12px;
	line-height:15px;
}
a, a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:black;
}
div#wrapper{	
	text-align:center;
	width:760px;
	margin:0 auto;
	border: 1px solid #000;
	border-width: 0px 1px;
}
div#header{
	background:transparent url('images/topline.gif') repeat-x;
	padding:8px 0px;
}
div#header img{
	float:left;
	padding:5px 0px 0px 0px;
}
div#content{
	background:transparent url('images/man.gif') left bottom no-repeat;
	text-align:right;
	float:left;
	width:100%;
}
/*rounded corners*/
div#top_blue{
	background:#044e79 url('images/corner_blue_top.gif') top left no-repeat;
	margin:0px 0px 0px 66px;
	width:70%;
}
div#bottom_blue{
	background: url('images/corner_blue_bottom.gif') bottom left no-repeat;
	padding:5px 0px 0px px;
}
/*end round corners*/
div.oxydrene{
	background: url('images/oxydrene.png') no-repeat;
	background-position:top right;
	height:150px;
	width:220px;
	margin:0px 235px 0px 0px;/*fixed for IE*/
	padding:22px 115px 0px 0px;
}
/*so it will appear correct in other browsers...*/
div#content > div.oxydrene{
	margin-left:190px;
}
/*end*/
/*rounded corners*/
div#top_red{
	background:#9e0b06 url('images/corner_red_top.gif') top left no-repeat;	
	margin:0px 0px 0px 45px;
	width:80%;
}
div#bottom_red{
	background: url('images/corner_red_bottom.gif') bottom left no-repeat;
	padding:5px 0px 0px px;

}
/*end round corners*/
div.endothil{
	background: url('images/endothil.png') right no-repeat;
	height:170px;
	width:220px;
	margin-left:420px;
	padding:32px 117px 0px 0px;
}
div.bottomRule{
	background:transparent url('images/bottomline.gif') bottom repeat-x;
	line-height: 13px;
}
span.learn_a{
	font-size:12px;
	font-weight:bold;
	color:#044e79;
	line-height:30px;
}
span.learn_b{
	font-size:12px;
	font-weight:bold;
	color:#9e0b06;
	line-height:30px;
}
/*FOOTER*/
div#footer{
	padding:15px 0px 0px 0px;
	text-align:center;
	margin: 0 auto;
	clear:both;
}
div#footer p{
	font-size:9px;
}
span.disclosure{
	color:red;
}
