@charset "utf-8";
/* CSS Document */

.clear { clear:both;}

html, body {
	background: #0f0a05 url(../images/bg.gif) repeat-x;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #ac9e83;
	padding:0px;
	margin:0px;
	height: 100%;
	min-height: 100%;
	}

.navbar {
	background:url(../images/bg_nav.gif) repeat-x;
	height:31px;
	text-align:right;
	}

.nav { width:960px; margin:0 auto;}

.nav ul{
	padding:0px;
	margin:0px;
}

.nav li{
	display:inline;
	padding-left:10px;
	font-weight:bold;
	line-height:30px;
	color:#ac9e83;
}

.nav li a{	text-decoration:none; color:#ac9e83; }
.nav li a:hover{	text-decoration:underline; color:#ffab00; }

#header {
	width:960px;
	height:225px;
	padding:10px 0px;
	margin:0 auto;
	}

.logo {
	float:left;
	}

.headerpic {
	float:right;
	}

#container {
	width:960px;
	margin:0 auto;
	padding:0px;
	}

#content {
	clear:both;
	background:#0e0c08 url(../images/bg_content.jpg) repeat-x;
	}

#bg_bottom {
	background:url(../images/bg_bottom.gif) bottom repeat-x;
	}

#body_container {
	width:960px;
	padding:10px 0px 50px 0px;
	margin:0 auto;
	}
	
#property{
	padding:0px 10px;
	}

#property p{
	padding-left: 245px;
	text-align:justify;
}

#property img{
	float: left;
	padding-left:30px;
}

.line { 
	background:url(../images/line.gif) no-repeat;
	width:740px;
	height:30px;
	margin:0 auto;
	}


#footer { padding-bottom:20px; margin:0 auto; width:960px; text-align:center; color:#5c5c5c; line-height:8px; }
#footer ul { padding:0px; margin:0px;}
#footer li { padding:0px 3px; display:inline; color:#5c5c5c;}
#footer li a { color:#5c5c5c; text-decoration:none;}
#footer li a:hover { color:#ccc; text-decoration:underline;}


.prop a { color:#af8830; text-decoration:none; }
.prop a:hover { color:#e9a200; text-decoration:underline; }


a { color:#af8830; }
a:hover { color:#e9a200; text-decoration:none; }
.textGold {color:#af8830;}