@charset "utf-8";
/* CSS Document */
#wrapper {
	width:875px;
	Margin:0px auto 0 auto;
	text-align:left;
	border: 1px groove #063;
}
#header {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 063;
}
#footer {
	width: 875px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 060;
}
.logo {
	font-family: Papyrus;
	font-size: 2em;
	font-weight: normal;
	color: #060;
	margin: 0px;
	padding: 0px;
}
#address {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #990;
	width: 170px;
	float: none;
}
a:link { color:#063; }
a:visted { color: #900; }
a:hover { color: #f33; }
a:active { color: #b2f511; }
ul.nav li {display:inline;}
ul.nav a {
	border:thin #000;
	border-bottom: none;
	padding:5px 15px 5px 15px;
	margin-right:5px;
	background-color:#03C
	text-decoration: none;
	color:#333
}