body 
{ 
	background:#f4f4f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 30px 40px 30px 252px;
}

a:hover 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #e1bbbb;
}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px}

h2 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px}

h3 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px}



a:link, a:visited 
{
	text-decoration: none;
	background-color: white;
	color: black;	
}

a:hover 
{text-decoration: underline; 

}


a.blue:visited 
{
	text-decoration: none;
	background-color: white;
	color: blue;	
}

a.blue:link 
{
	text-decoration: none;
	background-color: white;
	color: blue;	
}

a.blue:hover
{
	text-decoration: underline;
	background-color: white;
	color: blue;	
}

#page {
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	border: solid thin #000000;
	clear:none;
	width: 900px;
	margin: 20px auto;
	background: white;
	text-align: left;
	float: center;
}

#centercontent {
	position: absolute;
	background: blue;
	width: 460px;
}

#left 
{
	position: absolute;
	background: white;
	width: 150px;	
}

#center
{
	position: absolute;
	top: 0;
	left: 150;
	width: 460px;
	background: white;
}	



#right
{
	position: absolute;
	top: 0;
	left: 610;
	width: 150px;
	background: white;
}

#banner 
{ 
	position: relative;
	background: white;
	width: 760px;
	height: 175px;	
}

#footer
{
	position: absolute;
	top: 1035;
	left: 0;
	background: #fffdeb;
	width: 760px;
	height: 50px;		
}

p,h1,h2,h3 { margin:0px 10px 10px 10px;
}


