#wrap{
	width: 100%;
	max-width: 1024px;
	background: #000;
	position: relative;
}
#leftcontent{
	float: left;
	width: 760px;
	position: relative;
}
#leftcontent .full{
	width: 100%;
}
body.full #leftcontent{
	width: 100%;
}
h1{
	background: url(../images/headerwide.png) top right no-repeat;
}

#flash{
	position: absolute;
	top: 220px;
	left: 585px;
	border: 2px solid black;
}
img.mainimage{
	margin-left: 20px;
	margin-right: 30px;
}
img.contactmainimage{
	float: right;
	margin-left: 20px;
	border: 2px solid black;
}
a.specialOffer{
	position: absolute;
	top: 0px;
	left: 300px;
	display: block;
}
/* -----------------------------------------------------------------------
CUSTOM HOMES ELEMENTS
-------------------------------------------------------------------------*/
#gallery{
	text-align: center;
	width: 100%;
}
ul.custom{
	position: relative;
	top: 0px;
	left: 0px;
	width: 650px;
	margin: 20px auto 0px auto;
	list-style-type: none;
}
ul.custom li{
	display: inline;
	padding-left: 25px;
	width: 57px;
	height: 57px;
}
ul.custom li a img{
	border: 3px ridge #6D0618;
}
ul.custom li.last{
	margin-right: 0px;
}
img.mainpic{
	margin: 10px 0px 0px 0px;
}
#mainpicdiv{
	width: 100%;
	padding: 10px 0px 0px 0px;
	display: block;
	text-align: center;
}
#rightcontent.displaynone{
	display: block;
}
/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
form.contactform{
	width: 970px;
	margin-bottom: -200px;
}
form.contactform fieldset{
	margin-left: 50px;
	margin-right: 40px;
	float: left;
	display: inline;
}
form.contactform #checks .leftchecks{
	float: left;
	clear: both;
	display: inline;
	margin-left: 40px;
	margin-bottom: 5px;
}
form.contactform #checks .rightchecks{
	float: left;
}
#submit{
	margin-left: 340px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
form.contactform fieldset.right .labeltext{
	width: 150px;
}
#contactflash{
	display: block;
	position: absolute;
	top: 210px;
	left: 470px;
	width: 525px;
}
#contactflash img{
	margin-left: 100px;
}
/* -----------------------------------------------------------------------
FLOOR PLANS ELEMENTS
-------------------------------------------------------------------------*/
.row dl{
	margin: 0px 40px;
}
#size1 > .row dl{
	margin: 0px 60px;
}
#size2 > .row dl{
	margin: 0px 60px;
}
#size3 > .row dl{
	margin: 0px 60px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	clear: both;
	background: url(../images/footerbgwide.png) top right no-repeat #000;
}