@charset "utf-8";
/* CSS Document */
/* This stylesheet is for establishing the structure of the page across the entire site */

body {
	background: url("../images/backgrounds/background.jpg") 50% 0 no-repeat #c13422;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#container {
	width: 100%;
	text-align: center;
}

#containee {
	width: 997px;
	text-align: left;
	margin: 0 auto 1em auto;
}

#header {
	background: url("../images/backgrounds/header.png") 50% 0 no-repeat;
	display: block;
	width: 100%;
	height: 126px;
}

#logo {
	display: block;
	float: left;
	margin: 22px 0 0 45px;
	height: 100px;
	width: 200px;
	cursor: pointer;
}

#content {
	background: url("../images/backgrounds/body.png") 50% 0 repeat-y;
	height: 1%; /* fixes annoying IE6 & 7 height issues */
}

#nav ul {
	list-style-type: none;
	padding: 22px 25px 0 220px;
	margin: 0;
}
#nav ul li {
	display: block;
	float: left;
	margin: 0 0px 0 0px;
	padding: 0;
}
#nav ul li a {
	color: #000;
	display: block;
	width: 144px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 0 0 0;
}
#nav ul li a:hover {
	background: url("../images/backgrounds/nav.png") 50% 0 no-repeat;
	color: #bb3312;
}

#nav ul.subnav {
	margin: 0;
	padding: 0 0 0 250px;
}
#nav ul.subnav li {
	margin: 0 0 0 15px;
}
#nav ul.subnav li a {
	color: #fff;
	width: 100px;
	height: 24px;
	display: block;
	padding: 2px 0 0 0;
}
#nav ul.subnav li a:hover {
	background: url("../images/backgrounds/subnav.png") 50% 50% no-repeat;
	color: #9f1404;	
}

.leftcol {
	float: left;
	width: 295px;
	margin: 0 0 0 75px;
}

.rightcol {
	margin: 0 55px 0 394px;
}

.leftcol, .rightcol {
	padding: 10px 0;
	text-align: center;
}

#vines {
	background: url("../images/backgrounds/vines.gif") 50% 100%;
	position: absolute;
	top: 80px;
	left:0;
	height: 692px;
	width: 100%;
}

#footer {
	background: url("../images/backgrounds/footer.png") 50% 100% no-repeat;
	display: block;
	width: 100%;
	height: 75px;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.galnav {
	list-style-type: none;
}
ul.galnav li {
	margin: 0 0 1.5em 0;
}
ul.galnav ul li {
	list-style-type: none;
	margin: 0 0 0 1.5em;
}
ul.galnav span {
	cursor: pointer;
}
ul.galnav a {
	color: #000;
	text-decoration: none;
}
ul.galnav a:hover, ul.galnav span:hover {
	color: #fff;
}
