* { padding: 0; margin: 0; }
body {background-color:#666; font-family: Helvetica, Arial, Lucida, Verdana, sans-serif;}
h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: black;
}

#container {
	width: 673px;
	margin: 0px auto;
}

.clear { clear:both }

#header {
	margin-top: 10px;
	text-align:center;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-top: 10px;
	background-color: #A0AFCB;
}

#subheader {
	text-align:center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	background-color: #A0AFCB;
}

#headerleft {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-size: 120%;
}
#headerright {
	margin-right: 10px;
	float: right;
	text-align: center;
	font-size: 120%;
}

#pictures {
	padding-top: 5px;
}

#main {
	width: 445px;
	margin-top: 5px;
	float: right;
	background-color: #A0AFCB;
	border: 1px solid #000;
}

#mainwide {
	height: 310px;
	width: 671px;
	margin-top: 5px;
	float: right;
	background-color: #A0AFCB;
	border: 1px solid #000;
}

#navbar {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #778CB3;
	border-bottom: 1px solid #000;
}

#content {
	padding: 5px;
	list-style-type: disc;
}
#content ul { margin:1em 5%; }

#news {
	width: 210px;
	margin-top: 5px;
	padding: 5px;
	color: #fff;
	background-color:#778CB3;
	border: 1px solid #000;
	float: left;
}

#address {
	width: 210px;
	margin-top: 5px;
	padding: 5px;
	color: #000;
	background-color:#778CB3;
	border: 1px solid #000;
	float: left;
}

#footer {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #000;
	background-color: #778CB3;
	color: #fff;
}

.navlist ul, .navlist li
{
display: inline;
list-style-type: none;
border: 1px solid #666;
margin-left: 10px;
}

.navlist a:link, .navlist a:visited
{
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #fff;
}

.navlist a:hover { 
	color: #fff; 
	background-color: #000;
}