body 
{
    background: white;
    font: 12px Verdana, sans-serif;
}
img
{
    border-width: 0px 0px 0px 0px;
}
#container
{
    border: #DAA413 solid 1px;
    width: 766px;
    margin-left: auto;
    margin-right: auto;
}
#topHeader
{
    background: url(images/header.jpg) no-repeat;
    height: 107px;
    text-indent: -10000px;
    margin: 0px 0px 0px 0px;
}
#topNav {
    text-align: left;
	background: url(images/nav.gif) no-repeat;
	height: 27px;
	margin: 0px 0px 0px 0px;
	font: bold 12px Verdana, sans-serif;
	color: white;
}
#topNav a {
    color: white;
	text-decoration: none;
}
#topNav a:hover {
    color: yellow;
}
#topNav ul {
    list-style-type: none;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-top: 6px;
	padding-bottom: 0px;
}
#topNav li {
    display: inline;
	margin-left:10px;
	margin-right:10px;
}
#contentBox
{
    padding: 3px 3px 3px 3px;
}
#contentBox div#leftCol
{
    float: left;
    width: 600px;
    text-align: left;
    padding: 3px 3px 3px 3px;
}
#contentBox div#rightCol
{
    float: right;
    width: 150px;
    text-align: left;
}
#contentBox div#rightCol ul#subNav 
{
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: circle; 
    list-style-position: inside;
    font-size: 11px;
}
#contentBox div#rightCol ul#subNav li.navHeader 
{
    font-weight: bold;
    text-align: center;
    border: #000000 dashed 1px;
    border-width: 0px 0px 1px 1px;
    list-style: none outside;
    padding: 2px 2px 2px 2px;
}
#contentBox div#rightCol ul#subNav li.navLink 
{
    border: #000000 dashed 1px;
    border-width: 0px 0px 1px 1px;
    padding: 2px 2px 2px 2px;
    text-align: left;
}
#contentBox div#rightCol ul#subNav li.navLink a 
{
    color: black;
    text-decoration: none;
}
#contentBox div#rightCol ul#subNav li.navLink a:hover 
{
    color: #DAA413;
    text-decoration: underline;
}
#hiddenFields
{
    display: none;
}
/* +++++ Home Page Links Table +++++ */
#linksTable td
{
    text-align: center;
    width: 70px;
    font-size: 9px;
}
#linksTable td a
{
    color: blue;
}
#homePics
{
    width: 761px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
#homePics img.snips
{
    float: left;
    margin: 0px 3px 0px 0px;
}
#homePic3
{
    background: url(images/pic3.jpg);
    width: 442px;
    height: 262px;
    float: left;
    text-align: left;
}
#featuredListingImg
{
    width: 230px;
    height: 173px;
    border: black solid 1px;
    position: relative;
    top: 55px;
    left: 6px;
}
#featureInfo
{
    width: 200px;
    float: right;
    position: relative;
    top: 55px;
}
#featureInfo p
{
    margin: 2px 0px 2px 0px;
}
/* +++++ END LINKS TABLE +++++ */
#footer
{
    text-align:center;
    margin-top: 10px;
}