body {
background-color:#6cf;
font-family: Tahoma, arial, sans;
text-align: center; /*  for IE */
margin-top:0px;
font-size:12px;
}

#wrapper {
	width:800px;
	margin:auto;
}

#header{
	width:800px;
	height: 200px;
	text-align:left;
	font-size:20px;
	color:#000;
	background: url(images/header.jpg);
}


#menu{
	width:800px;
	height:21px;
	text-align:left;
	font-size:14px;
	color: #666;	
}

#menu a{
	font-size:14px;
	color:#003;
	
}
#menu a:hover{
	
	color:#666;
	
}


a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#000066;
}

#content{
	
	width:800px;
	min-height:300px;
	text-align:left;
	
}

#content_padding{
	width:700px;
	margin:auto;


}

#footer{
	font-size: 12px;
	padding-top:15px;
	clear:both;
	width:800px;
	height:216px;
	background: url(images/footer.jpg);
	}
