/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
	font-size:11px;
}
body{	
	text-align:center;
	min-width:810px;/* for mozilla*/
	background-color: #848484;
	color: #000000;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:810px;
   
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #fefdfb;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
   background:  url(../images/astra.jpg);
	width:810px;
	height:280px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:229px;
	float:left;
	height:300px;
	background:  url(../images/menu.jpg) no-repeat 0px 300px;
	padding-top:310px;
	color:#3d4d71;
}
#left ul {
margin-left:-20px;
}
#left a, #left a:link, #left a:active, #left a:visited {
   color:#3d4d71;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}
#left a:hover {
   color:#a9b6c9;
	text-decoration:none;
	font-weight:bold;  
	font-size:15px;
}
#left li {
   list-style:none;
	background:  url(../images/arrow.jpg) no-repeat center left;
	width:180px;
	height:25px;
	padding-left:25px;
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:810px;
	clear:both;
	height:38px;
   background:  url(../images/footer.jpg) bottom;
	background-color: #FF8080;
	color: #fff;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
   color:#fff;
	text-decoration:none;
}
#footer a:hover {
   color:#fff;
	text-decoration:underline;
}
#footer div{
margin-top:10px;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent h1{
   color:#3c4d69;
	font-size:18px;
	width:500px;
	margin-right:15px;
	text-align:right;
}
#centrecontent {
	width:526px;
	float:right;
	padding-top:280px;/*make room for header*/
	margin:15px;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */
#white a, #white a:link, #white a:active, #white a:visited {
	color:#fff;
	text-decoration:none;
}
#white a:hover {
	color:#fff;
	text-decoration:none;
}
#white {
color:#fff;
margin-top:50%;
}