body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, verdana;
	color: #484848;
	font-size: 14pt;
	background: #fff url(images/bg.png) repeat-x;
}

img {
	border: none;
}

.clear
{
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: georgia;	
}

h1 {
	font-size: 25px;
}

#main_wrapper {
	margin: auto;
	background-image: url(images/main_wrapper_bg.png);
	background-repeat: repeat-y;
	min-height: 600px;
	width: 940px;
	padding: 0 18px;
}

#main_wrapper_bottom {
	background-image: url(images/main_wrapper_bg_bottom.png);
	margin: auto;
	margin-bottom:10px;
	background-repeat:no-repeat;
	width: 940px;
	padding: 30px 18px;
}

#navigation {
	font-size: 18px;
	font-color: #9b412b;
	font-family: helvetica;
	text-transform: uppercase;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	height: 225px;
	width: 870px;
	margin-right: 80px;
}

#logolink {
	background-image: url(images/nav_bg.png);
	height: 125px;
    width: 500px;
}

#logolink a {
	background-image: url(images/nav_bg.png);
	height: 125px;
    width: 500px;
	text-indent: -9999px;
}

#navigation_links a:link, #navigation a:active, #navigation a:visited {
	color: #9b412b;
	text-decoration: none;
	padding: 0px 5px;
	border-right: 1px solid #959595;
}

#navigation_links a:hover {
	color: #7c2915;
}

.nav_email {
	float:right; 
	margin-top:15px;
	margin-right:20px;
}

#navigation_links {
	float:right;
	margin-top:90px;
	margin-right: 28px;
}

#content {
	font-size: 16px;
	padding-right: 100px;
}

#content a:link, #content a:active, #content a:visited {
	font-family: arial;
	color: #5b90a4;
	text-decoration: none;	
}

#content a:hover {
	font-family: arial;
	color: #0077a3;
	text-decoration: none;	
}


#highlight {
	background-image: url(images/highlight_bg.png);
	background-repeat: repeat-x;
	margin-left:50px;
	width: 790px;
	min-height: 200px;
	margin-top: 50px;
	font-size: 12px;
}

#highlight_links a:link, #highlight a:active, #highlight a:visited {
	color: #2686a9;
	text-decoration: none;
}

h4 {
	font-family: tahoma;
	font-size:14px;
	color: #0077a3;
	padding-top:10px;
}

#highlight_exterior, #highlight_interior, #highlight_additional {
	padding: 17px;
	width:225px;
	
}

#footer {
	margin-left:50px;
	font-size: 12px;
	color: #a1a1a1;	
	border-top: 1px solid #a1a1a1;
	width:790px;
	padding-bottom: 10px;
	padding-top: 10px;

}

h1 {
	font-family: arial;
	font-size: 25px;
	color: #0077a3;
}
h2 {
	font-family: arial;
	font-size: 20px;
	color: #5b90a4;
	padding-top: 10px;
}

#subnav {
	padding-top: 10px;
}

#subnav a:link, #subnav a:active, #subnav a:visited {
	font-family: arial;
	color: #5b90a4;
	text-decoration: none;	
}

#subnav a:hover {
	font-family: arial;
	color: #0077a3;
	text-decoration: none;	
}

.gallery li {
        display: inline;
        list-style: none;
        width: 150px;
        min-height: 175px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
	}




