html, body {
	margin: 0;
	width: 100%;
	padding: 0;
    font-family: "News Gothic MT", Helvetica, serif;
	color:#0b3543;
    background: url('../images/index/bg.jpg');
    background-repeat: repeat-x;
    font-size: 10px;
}

.hidden { display: none; }

img { border: none; }

a {
	color:black;
    text-decoration:none;
}

a:hover, a:active {
	text-decoration:none;
    background: #6c9d31;
	color:white;
}

#white {
	margin-left: auto; margin-right: auto; text-align: left;
    width:1015px;
    margin-top: 30px;
    background-color:white;
}

#container {
	margin-left: auto; margin-right: auto; text-align: left;
	width: 950px;
    padding: 0px;
}

#nav {
    font:bold 85% 'helvetica neue',sans-serif;
    letter-spacing:2px;
    text-transform:uppercase;
    padding: 15px 0px 15px 0px; 
}

#gallery {
    height: 310px;
    width: 950px;
    margin-bottom: 10px;
}

#details_header {
    height: 300px;
    width: 950px;
    background: url('../images/details/header2.jpg');
    background-repeat: no-repeat;
}

#photos_header {
    height: 300px;
    width: 950px;
    background: url('../images/photos/header.jpg');
    background-repeat: no-repeat;
    margin-bottom:5px;
}

#threepane {
    width: 276px;
    font-size: 115%;
    float: left;
    padding: 35px 20px 15px 20px;
    margin-top:20px;
}

#threepane p {
    padding-bottom: 10px;
    text-align: justify;
    color: black;
}

#threepane h1 {
    font-size: 100%;
    line-height: 180%;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #224413;
}

#staff {
    clear: both;
    width:950px;
    height: 185px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#left {
    width:683px;
    float:left;
    font-size:120%;
    line-height:140%;
    padding-top:10px;
    color: black;
}

#right {
    width:232px;
    font-size: 140%;
    text-align:center;
    font:bold 'helvetica neue',sans-serif;
    letter-spacing:1.3px;
    text-transform:uppercase;
    line-height: 150%;
    float:left;
    margin: 5px 0px 0px 17px;
    padding: 10px 0px; 5px 0px;
    color: black;
    background-image: url('../images/index/suburbs.jpg');
    background-repeat: no-repeat;
}

#footer {
    width: 950px;
    height: 242px;
    clear:both;
   	margin-left: auto; margin-right: auto; text-align: left;
    background-image: url('../images/footer-bg.gif');
    background-repeat: no repeat;
    background-position: center bottom;
    margin-bottom: 30px;
}

#foot-content {
    padding: 120px 0px 0px 30px;
    line-height: 150%;
    color:#77b474;
}

#foot-content a {
    text-decoration:none;
    color:#77b474;
    background-color:#d3ead2;
}