body, table, form {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

body {
	margin: 0px;
	padding: 0px 0px 40px 0px;
	background: #d9d9d9;
}


#wrapper {
	margin: 0px auto 0px auto;
	width: 770px;
	background: #fff;
	padding: 0px;
	border-left: 1px solid #87261f;
	border-right: 1px solid #87261f;
	border-bottom: 1px solid #87261f;
}


#header {
	position: relative;
	width: 770px;
	padding-bottom: 2px;
	border-bottom: 1px solid #87261f;
}

#logo {
	height: 121px;
	position: relative;
	float: left;
	border-right: 1px solid #87261f;
	border-bottom: 6px solid #87261f;
}
#logo img {
	width: 120px;
	height: 120px;
	border: 0px;
	padding: 1px 14px 0px 14px;
}

#banner {
	position: relative;
	float: left;
	width: 621px;
	height: 121px;
	border-bottom: 6px solid #87261f;
}
.img1 { background: url('img/pic1.jpg'); }
.img2 { background: url('img/pic2.jpg'); }
.img3 { background: url('img/pic3.jpg'); }
.img4 { background: url('img/pic4.jpg'); }
.img5 { background: url('img/pic5.jpg'); }
.img6 { background: url('img/pic6.jpg'); }
.img7 { background: url('img/pic7.jpg'); }
.img8 { background: url('img/pic8.jpg'); }
.img9 { background: url('img/pic9.jpg'); }

#navigation {
	position: relative;
	float: left;
	width: 148px;
	font-size: 9px;
}

#content {
	position: relative;
	float: left;
	width: 389px;
	min-height: 400px;
	border-right: 1px solid #dadada;
	margin: 20px 0px 20px 0px;
}
* html #content {
	height: 400px;
}
#c1 #content {
	width: 621px;
	border: 0;
	margin: 20px 0px 20px 0px;
}

#side {
	position: relative;
	float: left;
	width: 230px;
	margin: 20px 0px 20px 0px;
}

#footer {
	border-top: 1px solid #87261f;
	padding-top: 1px;
	position: relative;
}

 ul#nav {
	 text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 1px;
}
#nav li {
	background: #87261f;
	width: 148px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
}
#nav li a {
	display: block;
	padding: 6px 10px 6px 20px;
	color: #fff;
	text-decoration: none;
	width: 118px;
}
#nav li a:hover {
	color: #ccc;
}

#nav .sel {
	background: #a32820;
	color: #fff;
}
ul#subnav {
	 text-transform: none;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #fff;
	list-style: none;
	background: #d9d9d9;
}
#subnav li {
	width: 148px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background: transparent;
}
#subnav li a {
	display: block;
	padding: 0px 2px 0px 26px;
	color: #87261f;
	text-decoration: none;
	width: 120px;
}
#subnav li a:hover {
	color: #a32820;
}

#subnav .sel {
	background: transparent;
	color: #87261f;
}
.text {
	padding: 0px 15px 0px 15px;
}
.text h2 {
	margin: 0px 0px 10px 0px;
	color: #87261f;
	font-size: 12px;
}
.text p {
	margin: 0px 0px 10px 0px;
}
.text img {
	margin: 6px 6px 6px 0;
	border: 0;
}
.text .nofloat {
	float: none;
}
.text a {
	color: #87261f;
}
.text a:hover {
	color: #a32820;
}


#footer p {
	border-top: 6px solid #87261f;
	margin: 0px;
	padding: 3px;
	text-align:center;
	font-size: 9px;
	color: #87261f;
}
#footer a {
	text-decoration: none;
	color: #87261f;
}
#footer a:hover {
	color: #a32820;
}


.hide {
	display: none;
}

.clear {
	clear:both;
}