body{
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 11px;
	background-image: url(../images/backing.gif);
	}
	
body{
	overflow: scroll;
	}
	
*:first-child+html body{
	overflow: auto;
	}
	
	
a:link img, a:visited img{
	border: 0px;
	}
	
a:link, a:visited{
	color: #b0a790;
	}
	
a:hover{
	color: #666;
	}
	
.images{
	border: 1px solid #b0a790;
	padding: 2px;
	}	
	
h2{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	}
	
h1.headHome{
	width: 491px; height: 58px;
	background-image: url(../images/h1home.jpg);
	text-indent: -9999px;
}

h1.headAbout{
	width: 160px; height: 58px;
	background-image: url(../images/h1about.jpg);
	text-indent: -9999px;
}

h1.headSvs{
	width: 186px; height: 58px;
	background-image: url(../images/h1services.jpg);
	text-indent: -9999px;
}

h1.headGal{
	width: 126px; height: 58px;
	background-image: url(../images/h1gallery.jpg);
	text-indent: -9999px;
}

h1.headContact{
	width: 140px; height: 65px;
	background-image: url(../images/h1contact.jpg);
	text-indent: -9999px;
}	
	
input, textarea{
	border: 1px solid #d4d2c4;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
	
#container{
	margin: 0px auto;
	margin-top: 3em;
	background-image: url(../images/bgMain.gif);
	background-repeat: repeat-y;
	width: 829px;
	}
	
#header{
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	}
	
#logo{
	margin-left: 334px;
	}
	
#navigation{
	margin-left: 34px;
	padding-bottom: 76px;
	}
	
#content{
	height: 400px;
	}	
	
*html, #content{
	height: auto;
	}
	
#content div{
	float: left;
	}
	
#main{
	width: 450px;
	margin-left: 34px;
	padding-bottom: 10px;
	}
	
#side{
	padding-left: 10px;
	width: 300px;
	vertical-align: bottom;
	}	
	
#footer{
	clear: left;
	padding-left: 34px;
	padding-top: 3.5em;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-color: #d4d2c4;
	text-align: right;
	padding-right: 15px;
	color: #999;
	}	
	
*html, #footer{
	padding-top: 1.25em;
	}
 
 .hidden{
	display: none;
	}
