html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-family:tahoma,arial,verdana;
}


body{
	background-image:url(graphics/clouds1.jpg);background-repeat:no-repeat; background-position: center;
}


#centeredcontent {
	width: 900px;
	height: 400px;
	text-align: center;
	/*border: 1px solid #454545;
	background-color: #333333;*/
	
	
	color: #999999;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	/*margin-top: -250px;*/ /*original height*/
	margin-top: -250px; /*original height w/top menu offset*/
}

#header{
	height:45px;
	width:100%;
	/*text-align:left;*/
}


#logo{
	float:left;
	
}
#topmenu{
	float:right;
	margin-top:8px;
	text-align:right;
	font-size:11px;
}




#main{
	
	border: 1px solid #e5e5e5;	
	height:100%;
	background-image:url(graphics/bgfade.png);
	padding-top:20px;
}

#leftpanel{
width:500px;
float:left;
padding:10px;
margin-top:30px;
text-align:left;
}

#rightpanel{
width:250px;
float:left;
margin-top:30px;
text-align:left;
padding:10px;
}





#footer{
	width: 900px;
	height: 35px;
	text-align:center;
}

#footer p{
	font-size:11px;
	color:#006699;
	padding:5px;
}

p{
	margin:0px;
	color:#006699;
}

a{
color: #006699;
}

.comments {
	background-color: #e3e3e3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}




