body {
	margin: 0;
	padding: 0;
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

.text {
	color: #474747;
	font-family: Georgia, Times New Roman, Times, serif;
}

#container {
	width: 765px;
	margin: 0 auto 0 auto;
	text-align: justify;
}

#navhome {
	width: 765px;
	height: 136px;
	background-image:url(images/navhome.png);
	background-repeat: no-repeat;
}

#navhot {
	width: 615px;
	height: 42px;
	margin-left:75px;
	margin-top:50px;
	float:left;
}

#navservices {
	width: 765px;
	height: 136px;
	background-image:url(images/navservices.png);
	background-repeat: no-repeat;
}

#navportfolio {
	width: 765px;
	height: 136px;
	background-image:url(images/navportfolio.png);
	background-repeat: no-repeat;
}

#navcontact {
	width: 765px;
	height: 136px;
	background-image:url(images/navcontact.png);
	background-repeat:no-repeat;
}

#latest {
	width: 765px;
	height: 292px;
	background-image:url(images/latestdesigns.png);
	background-repeat: no-repeat;
}

#three_boxes {
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
}

#dobox {
	width: 247px;
	height:315px;
	float:left;
	background-image:url(images/boxdo.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 63px;
}

#dobox_text {
	height: 289px;
	width: 220px;
	margin: 0 auto 0 auto;
}

#donebox {
	width: 247px;
	height:315px;
	float:left;
	background-image:url(images/boxdone.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 63px;
}

#donebox_text {
	height: 289px;
	width: 220px;
	margin: 0 auto 0 auto;
}

#ambox {
	width: 247px;
	height:315px;
	float:left;
	background-image:url(images/ambox.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 63px;
}

#ambox_text {
	height: 289px;
	width: 220px;
	margin: 0 auto 0 auto;
}

#latest_container{
	width: 720px;
	height: 207px;
	margin-left: 23px;
	padding-top: 72px;
}

#latest_item {
	width: 720px;
	height: 207px;
	background-image:url(images/featured_content/vegas_customs_featured.png);
}

#content_top {
	width: 764px;
	height: 25px;
	background-image:url(images/content_top.png);
	background-repeat:no-repeat;
}

#content_middle {
	width: 734px;
	height:auto;
	background-image:url(images/content_middle.png);
	background-repeat:repeat-y;
	float:left;
	margin: 0 auto 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

#content_bottom {
	width: 764px;
	height: 25px;
	background-image:url(images/content_bottom.png);
	background-repeat:no-repeat;
	float:left;
	margin-bottom: 20px;
}

#footer {
	width: 765px;
	height: 20px;
	margin: 0 auto 0 auto;
	float:left;
}

