body {font-family: Georgia, serif;
    margin: 0;
    padding: 0;
	background-color: #a6f;
	text-align:center;
	background-color:#000;

}
div#header {
	height: 249px;
	position: relative;
	width: 900px;
	background-color:#039;
	
}

div#container {	
	width: 900px;
	margin:0px auto;
		   
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

A:link { color:#6FF; text-decoration:underline;}
A:visited {color:#6FF; text-decoration:underline;}
A:hover {color: #FF3; text-decoration:underline; font-style:italic;}
A:active {color:#6FF; text-decoration:underline;}

div#menubar {
width:900px;
height:28px;
border-width:2px;
border-style:solid;
background-color: #FF9;
border-color:#F30;
}

.footer {font-family:Verdana, Geneva, sans-serif;
		font-size:9px;
		color:#FF0;}
		
		