html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#9E8972;
	font-size:12px;
	line-height:16px;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a, a:active, a:visited{text-decoration:none; color:#EFB76A;}
a:hover{text-decoration:none; color:#D9863A;}
a.arrow{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:7px;
}
a.arrowLeft{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
}
a.gallery{
	background-image:url(images/bulletLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:7px;
}

p{margin:0px; padding:0px 0px 7px 0px; }
p.plinks{padding-left:35px;}

.title{margin:0px auto; width:743px;}
#header{
	z-index:3;
	position: relative;
	margin:0px auto;
	padding:0px;
	width:743px;
}

#mainWrapper, #content{
	z-index:1;
	position: relative;
	margin:0px auto;
	padding:0px;
	width:759px;
	
	/* min height for firefox and IE */
	height: auto !important;
	height:405px;
	min-height:405px;
}
#mainWrapper{background-image:url(images/main_wrapper_bg.jpg);
	background-repeat:repeat-y;
	background-position:top;}
#content{
	z-index:2;
	width:694px;
	background-color:#ffffff;
	padding:0px 20px 20px 29px;
}

#contentMain{padding:10px 35px 30px 15px;}
#contentMainSub{padding:10px 35px 0px 30px;}

#resources{padding-bottom:20px;}
#resources table{width:500px;}
#resources table td{text-align:left;}

ul li{list-style-image:url(images/bulletcirc.gif); padding-bottom:7px; padding-right:40px;}
.liHead{color:#DD5A2C;}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CB450C;
	text-decoration: none;
}
h3 {font-size: 14px; color: #D9863A; text-decoration: none;}

img{border:0px;}
.photo{
	background-image:url(images/gallery/thumb-back.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:82px;
	height:62px;
	float:left;
	margin:7px;
	vertical-align:top;
}

#galleryHead{
	position:absolute;
	top:78px; left:0px;
	width:586px;
	padding-left:7px;
	padding-right:7px;
	font-size:10px;
}
#galleryHead a{color:#492C27; text-transform:uppercase;}
#galleryHead a:hover{color:#CB673C;}

#footer{
	z-index:4;
	position: relative;
	margin:0px auto;
	padding:0px;
	width:743px;
	height:40px;
	font-size:10px;
	text-align:center;
}

#footer a{color:#492C27; text-decoration:none}
#footer a:hover{text-decoration:underline}


