/* Dave Horne Photography CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
body {
	background-color: #3e3a30;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 28px auto;
	text-align:center;
}
.clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
}
#main {
	text-align: center;
	margin: 0 auto;
	width: 822px;
	background-color: #010101;
	border: 4px solid #665D44;
}
#logo {
	float: none;
	height: 92px;
	text-align: left;
	background: url(images/bg_nav_top.gif) repeat-x bottom;
	padding-bottom: 2px;
}
#nav {
	background: url(images/bg_nav_bott.gif) repeat-x bottom #4E4E4E;
	padding: 2px 24px;
	text-align: right;
	color: #FFFFFF;
}
#footer {
	width: 800px;
	margin: 2px auto;
	color: #AAA8A3;
	text-align: right;
	font-size: .85em;
}
#footer a {
	text-decoration: none;
	color: #BF710B; 
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	width: 300px;
	float: left;
	text-align: left;
}
#nav ul {
	margin: 0;
	list-style: none;
	clear: both;
	float: right;
	font-size: 1.1em;
}
#nav ul li {
	float: left;
	font-weight: bold;
	padding-left: 24px;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none
}
#nav ul li a:hover {
	color: #BF710B;
}
#content {

}
/*home page specific markup*/
#content.home {
	padding-top: 52px;
	text-align: left;
	padding-bottom: 16px;
}
.home #feature {
	background:url(images/bg_feature.gif) repeat-x top;
	margin-bottom: 8px;
	vertical-align: top;
	padding: 4px 4px 0 4px;
	text-align: center;
}
.home #feature p {
	padding-left: 8px;
	margin: 0;
}
.home #feature a {
	display: block;
	float: left;
	width: 191px;
	font-weight: bold;
	color:  #010101;
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: left;
	text-decoration: none;
	padding-top: 136px;
}
.home #feature a:hover {
	color: #BF710B;
}
/*home feature rollovers*/
a.roll_1 {
	background: url(images/sample1.jpg) no-repeat top;
}
a.roll_1:hover {
	background: url(images/sample1_o.jpg) no-repeat top;
}
a.roll_2 {
	background: url(images/sample2.jpg) no-repeat top;
}
a.roll_2:hover {
	background: url(images/sample2_o.jpg) no-repeat top;
}
a.roll_3 {
	background: url(images/sample3.jpg) no-repeat top;
}
a.roll_3:hover {
	background: url(images/sample3_o.jpg) no-repeat top;
}
a.roll_4 {
	background: url(images/sample4.jpg) no-repeat top;
}
a.roll_4:hover {
	background: url(images/sample4_o.jpg) no-repeat top;
}
/*end home feature rollovers*/
/*home page quote styling*/
.homequote {
	float: right;
	width: 362px;
	margin-top: 40px;
	padding-right: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #A99A71;
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
}
.homequote p {
	margin: 0 0 .5em 0;
}
p.quoteattrib {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .9em;
}
/*end home page quote*/

