/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:#BDBABD;
	font: 1em arial, verdana, helvetica, sans-serif;
	color:#000;
}

#wrap{
	width:762px;
	margin:auto;
	background:#2C5C95;
}

#banner{
	font-size:0;
	border-bottom:2px solid #F7931D;
	width:762px;
}

#content{
	color:#fff;
	width:762px;
	height:auto;
	background:url(images/body_bg.jpg);
	background-repeat: no-repeat;
	border-top:2px solid #BDBABD;
}


#content_head{
	width:700px;
	margin:auto;
	border-bottom: 2px solid #F7931D;
	
}

#content_head p{
	margin:0;
	color:#F7931D;
	font-size:23px;
	font-family: verdana;
	font-weight:bold;
	font-style: italic;
}

#content_foot{
	width:700px;
	margin:auto;
	border-top: 2px solid #F7931D;
	text-align:right;
}



#content_foot p{
	margin:0;
	font-family: verdana;
	font-style: italic;
	color:#F7931D;
	font-size:18px;
}



#footer{
	height:17px;
	background:#42B4E6;
	border-top:2px solid #BDBABD;
	text-align:center;
	color:#2C5C95;
}
#footer p{
	margin :0;
	font-size:11px;
	color:#000;
}

#footer p a{
	text-decoration: none;
	/**color:#2D5B96;**/
	color:#000;
}

/***************************************grey bg shadow***********************************/

#outer_wrap{
	background:url(images/side_shadow1.jpg);
	background-position:center;
	height:auto;
	
}

#bottom_shadow{
	background:url(images/bottom_shadow.jpg);
	background-position:center;
	margin:auto;
	width:auto;
	height:100px;
}