@charset "utf-8";
* {padding:0; margin:0; list-style:none;}

a {
	text-decoration: none;
	color: #000;
}
a:link {color: #000}     /* unvisited link */
a:visited {color: #000}  /* visited link */
a:hover {
	color: #fff;
	background-color: #696969;
}   /* mouse over link */
a:active {
	color: #fff;
	background-color: #696969;}   /* selected link */
html {
	background-color: #696969;
	text-align: center;
}
#branding {
	background-color: #000;
	background-image: url(../images/heading.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 215px;
	margin-bottom:2px;
}
#branding h1 {
	margin-left: -9999px;
}


#container {
	width: 800px;
	border: 3px double #C03;
	margin-left: auto;
	margin-right: auto;
	background-color: #999;
}

#container #content img {
	border: 1px solid #000;
	margin: 2px;
}

#topnav ul {
	margin-top: 1em;
	margin-bottom: ;
	white-space: nowrap;
}






#topnav li {
	display: inline;
	border: 1px solid #c03;
	padding: 1px;
	font-size: 14px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
}


#footer {
	border-top-color:#C03;
	border-top-width:3px;
	border-top-style: double;
	margin-top: 1em;
	clear: both;
	}
#footer p {
	font-size: 12px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 1em;
	clear: both;
}
#container #content ol    li{
	float: left;
	width: 397px;
	margin-top: 1em;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 400px;
}
#container #content ol li img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


#text  {
	text-align: left;
	margin: 1em;
	
}
#container #content ul li {
	float: left;
	width: 265px;
	margin-top: 1em;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 240px;
}
#container #content ul li img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#sold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	text-transform: uppercase;
}
#text img {
	margin: 15px;
	float: left;
}
#container #content #single_row ul li {
	float: none;
	width: 397px;
	margin-top: 1em;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 290px;
	margin-right: auto;
	margin-left: auto;
}
#container #content #single_row ul li img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#container #content #two_column ul li {
	float: left;
	width: 397px;
	margin-top: 1em;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 240px;
	
}
#container #content #two_column ul li img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#topnav h2 {
	margin-top: 0em;
	margin-bottom: 0em;
}
#container #content #bottom_text {
	clear: both;
}

