body {
	margin: 0;
	padding: 0;	
	background-color: #003399;
	
	font: small Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	min-width: 760px;
	
}
#wrapper {
	background-color: #999966;
	
	margin-left: auto;
	margin-right: auto;	
	width: 760px;
}

#header	{
	margin: 20px;
	padding: 10px;
	background-color: #cccc99;
	color: #999966;
	font-weight: bold;
}
#logo {
	
}

#main	{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
	
}
#links	{
	margin: 10px 480px 10px 10px;
	padding: 10px;
	background-color: #cccc99;
	font-weight: bold;
	text-align: left;
}
#links ul	{
	font-family: 'comic sans ms';
	font-weight: bold;
	color: #999966;
	list-style: square;
	font-size: 150%;
}
#happenings {
	position: absolute;
	top: 0;
	right: 0;
	width: 430px;
	background-color: #cccc99;
	color: black;
	margin: 10px;
	padding: 10px;
}
#footer {
	Margin: 20px;
	padding: 10px;
	background-color: #999966;
}
#footer ul  {
	font-family:'comic sans ms';
	font-weight: bold;
	font-size: 125%;
	list-style: none;
	display: inline;
}
#footer li  {
	display: inline;
	padding: 10px;
}
#content	{
	Margin: 20px;
	padding: 10px;
	background-color: #e9e9c0;
}
#content a  {
	font-size: 150%;
}
#themecontent	{
	Margin-top: 10px;
	padding: 10px;
	background-color: #e9e9c0;
}
#themecontent h3  {
	text-align: left;
}
#themecontent p  {
	text-align: left;
}

#topnav	{
	padding: 20px;
	background-color: #cccc99;
	border: 2px solid black;
	margin: 20px;
}


#topnav ul {
	font-family: 'comic sans ms';
	font-weight: bold;
	list-style: none;
	font-size: 180%;
	display: inline;
}


#topnav	li {
	display: inline;	
}
