/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

#wrapper { 
 margin: 0 auto;
 width: 894px;
}
#header {
    width: 894px;
    height: 127px;
	border: none;
}

#navigation{
	background: #EEE6E3 url(images/nav_bg.jpg);
	border-top: 0px none;
	border-bottom: 0px none;
	border-left: 2px solid #9A8373;
	border-right: 2px solid #9A8373;
    width: 890px;
    color: #333;
    height: 42px;
    text-align: center;
}
* html #navigation {
	height: 0px;
}
* html #sec_nav {
	height: 0px;
}

#sec_nav {
	height: 20px;
}
#content { 
    border-style: solid;
    border-width: 2px;
    width: 890px;
    color: #333;
    background: #FFFFFF;
    border-top-color: #9A8373;
    border-right-color: #9A8373;
    border-bottom-color: #9A8373;
    border-left-color: #9A8373;
    text-align: center;
}
#footer
{
    width: 884px;
    margin-top: 4px;
}

.watermark
{	font-size: 9px;
	font-style: italic;
	text-align: center;
	color: #9c7591;
}


.borderedTextBox
{
    border: solid 1px #101010;
    border-color: #968375;
    font-size: 9px;
}


body {
    margin-top: 65px;
            background-color: #EEE6E3;
            font: 11px Georgia, Times New Roman; 
            color: #724E7A;
}
.contact {
            font: 11px Georgia, Times New Roman; 
            line-height: 24px;
            text-align: center;
            color: #724E7A; 
}.body-whitespace {
            font: 11px Georgia, Times New Roman; 
            line-height: 24px;
            text-align: left;
            color: #724E7A; 
}
.heads-centered {
            font: 13px Georgia, Times New Roman;
            text-align: center;
            color: #9A8373;
            font-style: italic;
}
.heads-left {
            font: 13px Georgia, Times New Roman;
            text-align: left;
            color: #9A8373;
            font-style: italic;
}
.subheads-centered-non-italic {
            font: 10px Georgia, Times New Roman;
            text-align: center;
            color: #724E7A;
            font-style: normal;
}
.subheads-left-non-italic {
            font: 10px Georgia, Times New Roman;
            text-align: left;
            color: #724E7A;
            font-style: normal;
}
.subheads-centered {
            font: 10px Georgia, Times New Roman;
            text-align: center;
            color: #724E7A;
            font-style: italic;
}
.subheads-left {
            font: 10px Georgia, Times New Roman;
            text-align: left;
            color: #724E7A;
            font-style: normal;
}
.Listings-centered {
            font: 10px Georgia, Times New Roman;
            text-align: center;
            color: #9A8373;
			line-height: 1.4;
			margin-top: 0em;
  			margin-bottom: 1.5em;
}

.Listings-left {
            font: 10px Georgia, Times New Roman;
            text-align: left;
            color: #9A8373;
			line-height: 1.4;
			margin-top: 0em;
  			margin-bottom: 1.5em;
}
.Listings-left-brokenline {
            font: 10px Georgia, Times New Roman;
            text-align: left;
            color: #9A8373;
			line-height: 0.8;
}
.PurpleListings-centered {
            font: 10px Georgia, Times New Roman;
            text-align: center;
            color: #724E7A;
			line-height: 1.4;
}

.PurpleListings-left {
            font: 10px Georgia, Times New Roman;
            text-align: left;
            color: #724E7A;
			line-height: 1.4;
}
a:link { 
            font-weight: normal; 
            text-decoration: none; 
            color: #9A8373;
            }
a:visited { 
            font-weight: normal; 
            text-decoration: none; 
            color: #9A8373;
            }
a:hover, a:active { 
            text-decoration: underline; 
            color: #9A8373;
            }
.style2 {font-size: 4px}
.style4 {font-size: 5px}
.style5 {color: #b99b7b}

ul {
	list-style:none;
}