body {
background-color: #DAEAEF;
font-family:Trebuchet MS;
font-size:62.5%;
margin:0;
}

body.splash{
	background-color: #DAEAEF;
	margin-top:20px;
}


#splashwrapper{

	width: 825px;
	margin: 0 auto;
	height: 558px;
}

#wrapper{
	margin: 0px auto;
	width: 880px;
}
#header {
background-image:url("images/random/rotate.php");
background-repeat:no-repeat;
height:263px;
margin-left:auto;
margin-right:auto;
width:880px;
}

#content {
	
background-image: url("images/contentbg.jpg");
background-repeat: repeat-y;
margin-left:auto;
margin-right:auto;
width:880px;
}

#main{
	padding: 3px 12px 12px 12px;
	width: 698px;
	margin: 0px auto;
}

#main h1 {
color:#904534;
font-size:2.2em;
margin-top:0px;
padding-top:3px;
margin-bottom: 3px;
}
#main h2 {
color:#904534;
font-size:1.7em;
margin-top:0px;
padding-top:3px;
margin-bottom: 3px;
}

#main p {
color:#3D3D3D;
font-size:1.2em;
line-height:1.8em;
margin-top:0;
}

#navigation {
float:right;
font-size:1.4em;
padding-right:94px;
padding-top:53px;
height: 30px;
}

#navigation ul {
list-style:none;
}

#navigation li {
display:inline;
padding-left:15px;
}

#navigation a {
color:#000;
text-decoration:none;
}

#navigation a:hover {
color:#904534;
text-decoration:none;
}

#floatingbox {
background-color:#DCEBF0;
float:right;
height:150px;
padding:10px;
width:230px;
}

#footer {
color:#7A8385;
margin:10px auto;
padding-bottom: 10px;
width:698px;
}

#footer a {
color:#7A8385;
text-decoration:none;
}

#footer a:hover {
color:#6D7577;
text-decoration:underline;
}

.footerlinks {
float:left;
font-size:1.1em;
}

.footercopy {
color:#7A8385;
float:right;
font-size:1.2em;
text-align:right;
}

.floatimgright{
	padding: 8px;
	margin: 0px 5px 5px 12px;
	float: right;
	border: 1px solid #CEDCE1;
	background-color: #DAEAEF;
}
.floatimgleft{
	padding: 8px;
	margin: 0px 12px 5px 0px;
	float: left;
	border: 1px solid #CEDCE1;
	background-color: #DAEAEF;
}
.floatimgleft1{
	float: left;
	margin: 0px 12px 5px 0px;
	
}
.floatimgright1{
	float: right;
	margin: 0px 5px 5px 12px;
	
}
.address{
	margin-left: 30px;
}

#main a{
	color: #904534;
}

#main li{
	color:#3D3D3D;
	list-style: none;
	font-size: 1.2em;
	line-height: 2em;
}

th{
	background-color: #CEDCE1;
	color: #904534;
	font-size: 1.3em;
}
td{
	font-size: 1.3em;
}
.row1{
	background-color: #FFFFFF;
}
.row2{
	background-color: #EEEFEF;
}

/****** IMAGE NAV BAR *****/

#img_nav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	}
	

#img_nav li{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#img_nav a {
	float: left;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}
	
#img_nav a:hover {
	background-position: 0 -30px;
	}

#img_nav a:active, #img_nav a.selected {
	background-position: 0 -30px;
	}

#img_nav_home a {
		width: 49px;
		background: url(images/navigation/home.jpg) top left no-repeat;
		background-position: 0 0px;
		padding-left: 20px;

	}

#img_nav_about a {
		width: 61px;
		background: url(images/navigation/about.jpg) top left no-repeat;
		background-position: 0 0px;
		padding-left: 20px;
	}
#img_nav_events a {
		width: 64px;
		background: url(images/navigation/events.jpg) top left no-repeat;
		background-position: 0 0px;
		padding-left: 20px;
	}
#img_nav_contact a {
		width: 71px;
		background: url(images/navigation/contact.jpg) top left no-repeat;
		background-position: 0 0px;
		padding-left: 20px;
	}
#img_nav_locations a {
	width: 80px;
	background: url(images/navigation/locations.jpg) top left no-repeat;
	background-position: 0 0px;
		padding-left: 20px;
}
#img_nav_shop a {
	width: 41px;
	background: url(images/navigation/shop.jpg) top left no-repeat;
	background-position: 0 0px;
}

table.contactform th{
	font-weight: bold;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;

}

table.contactform td{
    text-align: left;
    padding-left: 4px;
}

table.contactform td input{
	padding: 3px;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	width: 210px;
}

table.contactform td textarea{
	padding: 3px;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
}

table.contactform td input.submit{
	padding: 3px;
	font-family: "Trebuchet MS";
	width: 150px;
	
}

#main p.error{
	color: #A90000;
}

#main .required{
	color: #A90000;
}