@charset "utf-8";
/* CSS Document */

body {
	background: #382b20 url(/wp-content/themes/helix/images/bg.jpg) top repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #684f40;
}
a {
	color: #333333;
}
a:hover {
	color: #77573c;
}
.canvas {
	width: 944px;
	background: #ffffff;
}
#inner_canvas {
	padding: 2px;
}
.content {
	height: 280px;
	background: url(/wp-content/themes/helix/images/halo.gif) bottom center no-repeat;
	padding-top: 2px;
}
.left_col {
	width: 18%;
}
.right_col {
	width: 22%;
}
.content_area {
	width: 60%;
	padding: 10px 20px;
}
#navcontainer {
	color: #ffffff;
	padding: 0;
	margin: 0;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #a19789;
	border-bottom: 2px solid #eee;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-left: 7px;
	color: #ffffff;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #251100;
	color: #fff;
}
#navcontainer li ul li li a {
	font-size: 0.7em;
	background: #968874;
	border: none;
}
.page_title {
	font-size: 1.5em;
}
.footer {
	width: 944px;
	text-align: center;
}
#footerlist li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}
#footerlist a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#footerlist a:hover {
	color: #cccccc;
}
