/* Structural Elements 
---------------------------------------------------------- */
p, div {
 position: relative;
 }

body {
 background: #eb857a url(../images/page_bg.gif);
 text-align: center;
 font-family:Arial, Helvetica, sans-serif;
 margin:0;
 }
 
#container {
 width: 599px;
 background: url(../images/main.bg.gif);
 margin: 22px auto;
 text-align:left
 }
 
#banner {
 background: url(../images/banner.gif) no-repeat;
 margin: 0px;
 text-align: left;
 width: 599px;
 height: 121px;
 } 
 
#main {
 background: url(../images/main_bg.gif) repeat-y;
 margin: 0px;
 text-align: left;
 }
 
#main_content {
 padding: 0px 55px 35px 55px;
 } 
 
#footer {
 background: url(../images/footer.gif) no-repeat;
 margin: 0px;
 text-align: left;
 width: 599px;
 height: 27px;
 } 
 
/* Nav
---------------------------------------------------------- */ 
#nav {
 clear:both;
 background: url(../images/nav_bg.gif) repeat-x;
 height: 49px;
 text-align:center;
 margin: 0 1px;
 }	

#nav ul {
 list-style: none;
 padding:0 0 0 28px;
 text-align:right;
 margin: 0 0 0 1px;
 text-align:left;
 clear: both;
 }

#nav ul li {
 float: left;
 font: 18px/21px arial;
 letter-spacing: 0px;
 font-weight: normal;
 margin: 0px 1px 0 0;
 width: 135px;
 }
	
#nav ul li a {
 color: #fdfad6;
 display: block;
 padding: 13px 22px 0 22px;
 height: 49px;
 text-decoration:none;
 text-align:center;
 letter-spacing: 0.1px;
 }		
 
#nav ul li.here {
 background:  url(../images/nav_slide_left.gif) no-repeat;
 }			
	
#nav ul li.here a {
 color: #e45851;
 font-weight: bold;
 background:  url(../images/nav_slide_right.gif) top right no-repeat;
 }			
	
#nav ul li a:link,
#nav ul li a:visited {
 text-decoration:none;
 }		
	
#nav ul li a:hover {
 color: #fddfa2;
 text-decoration:none;
 }	 
 
#nav ul li.here a:hover {
 color: #e45851;
 }	 
 
 
/* Elements
---------------------------------------------------------- */
h1 {
 text-indent: -9000px;
 margin:0;
 }
 
h1 a {
 display: block;
 height: 110px;
 width: 598px;
 } 
 
h3 {
 color: #451963;
 font-size: 24px;
 margin-bottom:15px;
 margin-top:0;
 }
 
p {
 margin-top: 5px;
 margin-bottom: 13px; 
 font-family:Georgia, "Times New Roman", Times, serif;
 }
 
li {
 margin-top: 4px;
 font-family:Georgia, "Times New Roman", Times, serif;
 } 
 

/* Houses Page
---------------------------------------------------------- */ 
.imagerow {
  clear:both;
  }

.imagerow .imageright {
  float: right;
  margin-bottom: 25px;
  z-index:5;
  } 
  
.imagerow .description p {
 xcolor: #9c3793;
 }   

.imagerow img {
  border: solid 1px;
  }  

/* Footer Elements
---------------------------------------------------------- */
#footer p {
 margin: 0 0 0 55px;
 font-size: 12px;
 line-height: 25px;
 color: #451963;
 font-family:Arial, Helvetica, sans-serif;
 }
 
#footer p span {
 font-weight: bold;
 } 

/* Link Styles 
---------------------------------------------------------- */
textarea.comments {
 overflow-y:scroll !important;
 }

a:link,
a:visited {
color: #e56356;
}

a:hover,
a:active {
color: #9e6699;
}

