
/*------------------- Main styles and layout -----------------*/
body{
	background-color:#FAECC3;
	font-family:arial;
	font-size:12px;
}
.main{
	text-align:center;
}
.wrapper{
	width:760px;
	text-align:left;
	margin:0 auto;
}
#header{
	width:760px;
	height:75px;
	margin-bottom:5px;
}
#leftnav{
	width:250px;
	float:left;
	margin-right:10px;
	clear:both;
	background:url(nav-bg.jpg) top left no-repeat;
	text-align:right;
}
#content{
	width:496px;
	float:left;
	text-align:left;	
}
#content p strong{
	font-size:10pt;
}
#footer{
	clear:both;
	width:760px;
}
.left{
	float:left;
	margin:6px;
}
.right{
	float:right;
	margin:6px;
}
/*--------------  header ---------------------*/
h1 span{
	display:none;
}
h1{
	background:url(header.gif) left no-repeat;
	width:270px;
	height:73px;
	margin:0;
	padding:0;
}
#header p{
	font-family: arial;
	color:#000;
	float:right;
	letter-spacing:-1px;
	display:inline;
	font-size:10pt;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
}
/*-------------------- nav bar ----------------*/
#leftnav ul{
	list-style-type:none;
	margin:5px 3px 0 0;
	font-family:arial;
	font-size:18px;
	height:252px;
}
#leftnav ul li{
	padding:0;
	margin:0 0 10px 0;
}
#leftnav a{
	color:#666666;
	text-decoration:none;
	width:200px;
}
#leftnav a:hover{
	color:#000000;
	background-color:#EFE4C4;
	width:200px;
}
#leftnav a:active{
	color:#990000;
	width:200px;
}
#leftnav #page{
	color:#000;
}
#leftnav img{
	float:left;
	margin: 5px 0;
}
#leftnav #owners{
	clear:left;
	margin:10px 0;
	text-align:left;
}
#leftnav #owners span{
	font-size:105%;
	letter-spacing:-1px;
	font-weight:bolder;
}
/*------------- content ---------------*/
#footer #address{
	width:250px;
	float:left;
	margin-right:10px;
	clear:both;
	text-align:center;
	font-family: arial;
	color:#000;
	letter-spacing:-1px;
	display:block;
	font-size:10pt;
	font-weight:bold;
}
#footer #subnav{
	width:496px;
	float:left;
	color:#666;
	text-align:center;
	margin-top:20px;
}
#footer #subnav ul{
	list-style-type:none;
	font-size:10px;
}
#footer #subnav ul li{
	float:left;
	padding:5px 5px;
	border-right:1px solid #666;
	height:10px;
}
#footer #subnav ul li#last{
	border-right:0 solid #EFE4C4;
}
#footer #subnav a{
	color:#666;
	text-decoration:none;
}
/*----------------- menu --------------*/
#menu p{
	display:none;
}
#menu{
	background:url(menu.jpg) center no-repeat;
	width:440px;
	height:600px;
	margin:0 0 0 20px;
	padding:0;
	text-align:center;
}
