body{
	padding: 0px;
	margin: 0px;
	background: #000;
	color: #fff;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 15px;
}

img {
	border:none;
}

#main{
	margin: 15px auto 20px auto;
	width: 909px;
}

#header{
	background: #000 url('images/header.jpg') no-repeat;
	width: 909px;
	height: 242px;
	position:relative;
}

#address{
	float: right;
	text-align: right;
	color: #d79525;
	font-size: 14px;
	margin-top: 67px;
	margin-right: 20px;
}

#phone{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#navcontainer{
	clear: both;
	position: absolute;
	top: 198px;
	width: 909px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#navlist{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li{
	display: inline;
}

#navlist li a img{
	border: 0;
	text-decoration: none;
}

#content{
	width: 909px;
	padding: 0;
	margin: 0;
}

#left_column{
	float: left;
	width: 400px;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

#welcome{
	text-indent: -100em;
	overflow: hidden;
	background: url('images/h_welcome.gif') no-repeat center;
	line-height: 34px;
}

#community{
	text-indent: -100em;
	overflow: hidden;
	background: url('images/h_community.gif') no-repeat center;
	line-height: 45px;
}

#perfect_coat{
	text-indent: -100em;
	overflow: hidden;
	background: url('images/h_perfect_coat.gif') no-repeat center;
	line-height: 43px;
}

#left_column p{
	text-align: justify;
}

#right_column{
	margin: 0;
	padding: 0;
}

#picture_frames{
	float:right;
	padding-top: 30px;
}

#frame1{
	margin-left: -235px;
	background: #000 url('images/frame1_picture.jpg') no-repeat; /* this image cannot be bigger than 240x280 or it will overlap the frame */
}

#frame2{
	margin-top: -225px;
	background: #000 url('images/frame2_picture.jpg') no-repeat; /* this image cannot be bigger than 241x285 or it will overlap the frame */
}

#frame3{
	margin-left: -230px;
	background: #000 url('images/frame3_picture.jpg') no-repeat; /* this image cannot be bigger than 244x285 or it will overlap the frame */
}

#frame4{
	margin-top: -180px;
	background: #000 url('images/frame4_picture.jpg') no-repeat; /* this image cannot be bigger than 238x283 or it will overlap the frame */
}

#footer{
	clear: both;
	font-family: Arial, serif;
	background: #000;
	color: #d79525;
	margin: 0;
	padding: 0;
	width: 909px;
	text-align: center;
}

#footer ul{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}

#footer ul li{
	display: inline;
	font-size: 14px;
	padding: 0 0.6em 0 0;
}

#footer a{
	color: #d79525;
	text-decoration: none;
}

#footer p{
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#contact_us_box {
	float:left;
	width:370px;
	text-align:center;
	margin:130px 0px 0px 40px;
}

#contact_us{
	text-indent: -100em;
	overflow: hidden;
	background: url('images/contact_us.gif') no-repeat center;
	line-height: 43px;
}

#contact_us_box p{
	color:#D79525;
}

#contact_us_box a{
	color:#9E0B0F;
	text-decoration:none;
}

#contact_us_box a:hover{
	text-decoration:underline;
}

.big_title {
	font-weight:bold;
	font-size:16px;
	color:#D79525;
	margin:0px 0px 5px 0px;
}

#links_box {
	float:left;
	width:370px;
	text-align:center;
	margin:130px 0px 0px 40px;
}

#important_links{
	text-indent: -100em;
	overflow: hidden;
	background: url('images/important_links.gif') no-repeat center;
	line-height: 43px;
}

#links_box p{
	margin:0px 0px 20px 0px
}

#links_box a{
	color:#9E0B0F;
	text-decoration:none;
}

#links_box a:hover{
	text-decoration:underline;
}

.links_box_titles {
	font-weight:bold;
	font-size:16px;
	color:#D79525;
	margin:0px 0px 2px 0px;
}

#gallery_box {
	position:relative;
}

#gallery_box a{
	color:#D79525;
	font-size:14px;
	text-decoration:none;
}

#gallery_box a:hover{
	text-decoration:underline;
}

#gallery_work{
	text-indent: -100em;
	overflow: hidden;
	background: url('images/gallery_work.gif') no-repeat center;
	line-height: 38px;
}

a#previous_page{
	position:absolute;
	top:20px;
	left:15px;
}

a#next_page{
	position:absolute;
	top:20px;
	right:15px;
}

a.gallery_item {
	display:block;
	float:left;
	width:155px;
	height:190px;
	background:url(images/gallery_bg.gif) no-repeat;
	margin:10px;
	position:relative;
}

a.gallery_item img {
	position:absolute;
	top:9px;
	left:9px;	
}

.gallery_row {
	clear:both;
	margin-left:20px;
}
