body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
}
#header {
	background-image: url(head_blue.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 720px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #311F0D;
}
#header h1 {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
}
#nav {
	height: 30px;
	width: 720px;
	border-top-width: 5px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #311F0D;
	border-bottom-color: #311F0D;
	text-align: center;
}
#nav ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
#nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF6600;
	text-decoration: none;
}
#wrapper {
	background-color: #FFFFFF;
	width: 720px;
	margin: auto;
	text-align: center;
}
#main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #311F0D;
}
#wrapper p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #1B1107;
	line-height: 1.4em;
}
#main img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3C9E1;
	border-right-color: #9EAFC9;
	border-bottom-color: #4D6999;
	border-left-color: #9EAFC9;
	border-top-width: 5px;
	text-align: center;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
#foot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #311F0D;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #311F0D;
	text-align: center;
}
#foot p {
	margin-top: 10px;
	margin-bottom: 2px;
}


#foot a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF6600;
	text-decoration: none;
	font-size: 1em;
}
#main a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
#foot ul {
	margin-top: 10px;
	margin-bottom: 5px;
}
#foot li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#counter p {
	font-size: .7em;
}
