@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 25px;
}
body {
	background-color: #887663;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#2c302b;
	text-align: left;
}
a:link {
	font-weight: bold;
	color: #2c302b;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color:#2c302b;
	text-decoration: none;
}
#content {
	background-image: url(graphics/logo.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
ul {
	list-style-position: inside;
}
#navlinks {
	margin-top: 26px;
	width: 800px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
}
#navlinks li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	border-right: 1px solid #ffffff;
	padding-right: 12px;
}
#navlinks li.last {
	border-right: 0;
	padding-right: 0px;
}	
#navlinks a {
	color:#ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#navlinks a:visited {
    color:#ffffff;
}
#navlinks a:hover {
    color:#2c302b;
}
#navlinks.bottom {
	margin-top: 10px;
	text-align: center;
}
#table {
	margin-top: 10px;
}
#singlecol {
	width: 455px;
	clear: bottom;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#col1	{
	clear: bottom;
	float: left;
	width: 280px;
	padding: 30px 0px 0px 0px;
	margin-left: 190px;
}
#col2	{
	float: left;
	clear: bottom;
	width: 470px;
	padding: 30px 15px 35px 30px;
}
#contact {
	margin-top; 25px;
	text-align: center;
}
#bottombar {
	background-color:#586217;
	width: 580px;
	height: 4px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	text-align: left;
	width: 800px;
	margin-top: 15px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2c302b;
}
#footer a {
	text-decoration: none;
	color: #2c302b;
}
#footer a:visited {
	color: #2c302b;
}
#footer a:hover {
	color: #ffffff;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}
.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #2c302b;
	text-decoration: none;
}
.solddot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #aa1627;
	text-decoration: none;
