body {
	background-color: #C6CDBE;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F3500;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
}
#wrapper {
	width: 900px;
	border: 5px double #003300;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/wrap-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper #container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#wrapper #container #navbar {
	height: 50px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #003300;
	padding-left: 100px;
}
#wrapper #container #navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #container #navbar li {
	display: inline;
}
#wrapper #container #navbar a {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 70px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
#wrapper #container #navbar a:hover {
	background-position: center center;
	line-height: 50px;
	color: #003300;
}
#wrapper #container #navbar a:focus {
	outline: none;
}
#wrapper #container #navbar a.selected {
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #003300;
}
#wrapper #container #header {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;
	height: 150px;
}
#wrapper #container #header h1, #wrapper #container #header h3 {
	display: none;
}
#wrapper #container #info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #003300;
}
#wrapper #container #info span {
	margin-left: 50px;
}
#wrapper #container #info a {
	color: #666666;
	text-decoration: none;
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#wrapper #container #info a:hover {
	color: #003300;
	border-bottom-color: #003300;
	border-bottom-style: dashed;
}
#wrapper #container #content {
	height: 420px;
	padding-top: 20px;
}
#wrapper #container #content #col-left {
	background-image: url(../images/sign_small.jpg);
	background-repeat: no-repeat;
	background-position: center 180px;
	float: left;
	height: 400px;
	width: 280px;
	background-color: #DBE0D6;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	border: 3px double #003300;
}
#wrapper #container #content #col-left h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #996600;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
}

#wrapper #container #content #col-left a {
	color: #003300;
	text-decoration: none;
	line-height: 16px;
}
#wrapper #container #content #col-left a:hover {
	
	text-decoration: underline;
}
#wrapper #container #content #col-right {
	float: left;
	height: 400px;
	width: 548px;
	border: 3px double #003300;
	padding: 10px;
	overflow: auto;
	text-align: left;
	background-image: url(../images/col-rt-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#wrapper #container #content #col-right a {
	color: #003300;
	text-decoration: none;
}
#wrapper #container #content #col-right h3 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 16px;
	color: #996600;
	margin: 0px;
	padding: 0px;
}
#wrapper #container #content #col-right h4 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 14px;
	color: #996600;
	font-style: italic;
	padding-top: 10px;
}
.img-border {
	border: 4px ridge #996600;
}
#wrapper #container #footer {
	line-height: 50px;
	clear: both;
	float: none;
	height: 50px;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper #container #footer a {
	color: #666666;
	text-decoration: none;
}
hr {
	color: #003300;
	width: 300px;
	margin-left: 80px;
}
