body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:”;}

html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center;
	background-image:url(images/bodyBg.jpg);
	background-repeat:repeat-x;
	background-color:#603913;
}
img {
	border:none;
}
h1 {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:18px;
	color:#791717;
	margin-bottom:5px;
}
li {
	margin-left:5px;
}
#page{ 
	width:700px; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(images/wrapperBg.gif);
	background-repeat:repeat-y;
} 
#header{
	position:relative; 
	height:101px;
	width:700px;
	background-image:url(images/headerBg.gif);
	background-repeat:no-repeat;
}
#about {
	position:absolute;
	margin-left:316px;
	margin-top:44px;
}
#navBar {
	width:auto;
	height:50px;
	position:absolute;
	padding-top:10px;
	margin-left:310px;
	margin-top:66px;
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size:18px;
}
#gallery {
	width:700px;
	height:269px;
}
#wrapper{
	width:700px; 
	float:right; 
	position:relative; 
	background-image:url(images/wrapperBg.gif);
	background-repeat:repeat-y;
	padding-bottom:20px;
}
#leftcol{
	width:290px;
	padding:5px;
	float:left; 
	position:relative;
	margin-left:25px;
	top: 10px;
}
#maincol{
	float: left;
	position: relative; 
	width:500px;
	padding:5px;
	text-align:left;
	margin-left:25px;
	top:10px;
}
#rightcol{
	width:290px;
	padding:5px;
	float:right;
	position:relative;
	margin-right:55px;
	top: 10px;
}

#footer{
	height:50px; 
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

/*LINK STYLES*/

a {
	color:#791717;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
#navBar li {
	display:inline;
}
#navBar a {
	padding:5px;
	color:#791717;
	text-decoration:none;
}
#navBar a:hover {
	padding:5px;
	background-color:#38210b;
	color:#FFFFFF;
	text-decoration:none;
}
#footer li {
	display:inline;
}
#footer a {
	color:#FFFFFF;
	text-decoration:nonel
}
#footer a:hover {
	color:#999999;
	text-decoration:underline;
}

 /* *** Float Hacks *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
-->

#maincol li {
	list-style:outside;
	margin-left:25px;
}
