body
{
	text-align: center;
	background: url('../_images/bg.jpg') repeat-x 0 top #f2f2f2;
	padding: 0;
	margin: 0;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#container {
	position: relative;
	float: left;
	background: #ffffff;
	padding: 0 0 15px 0;
}

#header {
	position: relative;
	float: left;
	width: 850px;
	height: 100px;
	background: url('../_images/header_bg.jpg') no-repeat 0 0;
}

#header a.logo {
	position: absolute;
	left: 37px;
	top: 23px;
	height: 23px;
	width: 314px;
	height: 55px;	
}

#header .links {
	position: absolute;
	right: 30px;
	top: 10px;
	font: 10px/14px arial;
	color: #81bedb;
}

#header .links a {
	font: 11px/14px arial;
	color: #083774;
	text-decoration: none;
}

#header .links a:hover {
	text-decoration: underline;
}

#nav {
	position: relative;
	float: left;
	width: 820px;
	height: 34px;
	margin: 0 0 0 15px;
	display: inline;
	background: url('../_images/nav_bg.jpg') no-repeat 0 0;	
}

#nav a.home {
	position: relative;
	float: left;
	width: 82px;
	height: 34px;
	background: url('../_images/nav_home.jpg') no-repeat 0 0;	
}

#nav a.aboutus {
	position: relative;
	float: left;
	width: 96px;
	height: 34px;
	background: url('../_images/nav_aboutus.jpg') no-repeat 0 0;	
}

#nav a.ourmodels {
	position: relative;
	float: left;
	width: 107px;
	height: 34px;
	background: url('../_images/nav_ourmodels.jpg') no-repeat 0 0;	
}

#nav a.ourcommunities {
	position: relative;
	float: left;
	width: 137px;
	height: 34px;
	background: url('../_images/nav_ourcommunities.jpg') no-repeat 0 0;	
}

#nav a.contactus {
	position: relative;
	float: left;
	width: 108px;
	height: 34px;
	background: url('../_images/nav_contactus.jpg') no-repeat 0 0;	
}

#nav a.gallery {
	position: absolute;
	width: 243px;
	height: 52px;
	right: -8px;
	bottom: 6px;
	background: url('../_images/nav_gallery.jpg') no-repeat 0 0;	
}

#nav a:hover {
	background-position: 0 -34px;
}

#nav a.gallery:hover {
	background-position: 0 -52px;
}

#main {
	position: relative;
	float: left;
	width: 820px;
	margin: 0 0 0 15px;
	display: inline;
	padding: 0 0 15px 0;
	background: url('../_images/main_bg.jpg') repeat-y 0 0;	
}

#main .top {
	position: relative;
	float: left;
	width: 820px;
	height: 13px;
	margin: 0px 0 0 0px;
	background: url('../_images/main_top.jpg') repeat-y 0 0;	
	display: inline;
}

#left {
	position: relative;
	float: left;
	margin: 2px 0 0 19px;
	display: inline;
	width: 470px;
	*width: 500px;
	padding: 20px 0 20px 30px;
	min-height: 260px;
	*height: 300px;
	text-align: left;
	background: url('../_images/left_bg.jpg') repeat-y 0 0;
}

#left .topgradient {
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 500px;
	height: 15px;		
	background: url('../_images/left_top.jpg') no-repeat 0 0;	
}

#left p {
	font: 11px/17px georgia;
	color: #39321b;
	width: 440px;	
}

#left strong {
	font: 28px/28px georgia;
	color: #757E5C;	
}

#left a.link {
	font: 11px/17px georgia;
	color: #245aa5;
	text-decoration: none;
}

#left a.link:hover {	
	text-decoration: underline;
}


#left .bottomgradient {
	position: absolute;	
	width: 500px;
	height: 10px;
	bottom: 0px;
	left: 0px;	
	background: url('../_images/left_bottom.jpg') no-repeat 0 0 #f7ecd8;	
}

#right {
	position: relative;
	float: right;
	width: 288px;
	min-height: 300px;
	*height: 300px;	
	background: url('../_images/right_bg.jpg') no-repeat 0 0;	
}

#right .community {
	position: relative;
	float: left;
	width: 247px;
	height: 89px;
	margin: 10px 0 0 19px;
	display: inline;
}

#right .community a.name {
	position: relative;
	float: left;
	width: 102px;
	height: 40px;
	*width: 107px;
	*height: 42px;
	background: #fbf6ec;
	padding: 2px 0 0 5px;
	text-align: left;
	font: 10px/16px georgia;
	color: #5f4c0f;
	text-decoration: none;
}

#right .community a.name:hover {
	color: #fbf6ec;
	background: #867746;
	text-decoration: none;
}

#right .community a.image {
	position: relative;
	float: left;
	width: 140px;
	height: 89px;
	background: #ffffff;
}

#footer {
	position: relative;
	float: left;
	width: 850px;
	height: 50px;
	margin: 8px 0 0 0;
	display :inline;
	background: url('../_images/footer_bg.jpg') repeat-x 0 0 #f2f2f2;	
}

#footer .left {
	position: relative;
	float: left;
	margin: 15px 0 0 15px;
	display: inline;
	font: 10px/16px verdana;
	color: #969696;
}

#footer .right {
	position: relative;
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
	font: 10px/16px verdana;
	color: #969696;
}

#footer .right img {
	position: relative;	
	top: 5px;
	right: 5px;	
}

