@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	height:100%;
	margin:0 auto; 
	padding: 0;
	text-align: center;
	background:#1E0E08 url(images/bg.jpg) repeat-x top left;
}

p{
	padding:8px 10px 0 24px;
	color:#fceac8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:15px;
	line-height:22px;
}

#container {
	width: 900px;  
	margin: 0 auto;
	text-align: left;
}

#top {
	height:468px;
	margin:16px 16px 0 16px;
	background:url(images/bgg3.jpg) no-repeat top left;
	padding: 0 20px 0 0;  
}

#copy {
	width:440px;
	height:333px;
	padding:130px 0 0 0;
	margin:0;
}

#bottom {
	width: 903px;  
	margin:5px auto;
	text-align: left;
}

#left {
	width:295px;
	float:left;
	margin: 0 auto;
	height:248px;
	text-align:right;
	padding:40px 0 0 0;
}

#collections {
	width:310px;
	background:url(images/collect.jpg) no-repeat top left;
	margin: 0 auto;
	float:left;
	height:284px;
}

#right {
	width:295px;
	margin: 0 auto;
	float:left;
	height:248px;
	padding:40px 0 0 0;
	
}

#footer {
	height:89px;
	padding:10px 0 0 0;
	clear:both;
}

#footer p {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#725b3d;
}


/* -------------------------------MAIN NAV------------------------------- */


ul#navlist {
	margin: 70px 0 0 45px;
	list-style: none;
	font-size: 1px;
	padding:0;
	width:222px;
	overflow: hidden;
	list-style:none;
}

ul#navlist li{
	list-style: none;
	display: inline;
	padding:0;
	height: 45px;
	overflow: hidden;
}
	
ul#navlist a{
	margin:0 0 9px 0;
	cursor: pointer;
	float: left;
	padding: 45px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:45px /* for IE/Win only */
}
	
#navlist a:link,#navigation a:visited{
	background-position: 0 0px;
	display: block;
}

#navlist a:hover{
	background-position: 0 -45px;
	display: block;
}
	
li#estate a{
	width: 222px;
	background:url(images/estate.gif) top left no-repeat;
}

li#georgia a{
	width: 222px;
	background: url(images/georgia.gif) top left no-repeat;
}

li#exec a{
	width: 222px;
	background: url(images/exec.gif) top left no-repeat;
}



/* -------------------------------H1 Tags Start Here------------------------------- */

h1 {
font-size:0;
overflow:hidden;
margin: 28px 0 0 20px;
padding-top:0px;
height: 0px !important;
height /**/:55px;
}

h1#hhead {
padding-top: 55px;
background: url(images/hhead.gif) no-repeat;
}

