@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	color: #f8e6b7;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	width: 800px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#topheader {
	height: 35px;
	background-color: #808183;
	border-bottom: 3px solid #000;
}

#header {
	height: 157px;
	background-image: url(/images/hair.jpg);
}

#logo {
	position: absolute;
	z-index: 2;
	margin-top: 25px;
	margin-left: 275px;
}

#topnav {
	background-color: #f8e6b7;
	color: #000;
	border-bottom: 3px solid #000;
	height: 24px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
}

#topnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#topnav_left ul li {
	padding-right: 25px;
}

#topnav_right ul li {
	padding-left: 25px;
}

#topnav_left {
	float: left;
}

#topnav_right {
	float: right;
}

#topnav ul li {
	float: left;
}

#topnav a:link, #topnav a:visited {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#topnav #current, #topnav a:hover {
	color: #36633a;
	text-decoration: underline;
}

#content_container {
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #747577;
}

#content {
	background-image: url(/images/bear.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 500px;
}

#content_left {
	float: left;
	width: 375px;
	padding: 20px;
	padding-top: 0px;
	text-align: justify;
}

#content_right {
	float: right;
	width: 355px;
	padding: 20px;
	padding-top: 0px;
	padding-right: 0px;
}

#content_full {
	padding: 20px;
}

#content_table {
	height: 400px;
}

#content_cell {
	vertical-align: top;
}

.content a:link, .content a:visited {
	color: #000;
}

.content a:hover {
	color: #FF0000;
}

.content p {
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
}

.content h1 {
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
}

#footer {
	background-color: #000;
	color: #cccccc;
	text-align: right;
	padding: 10px;
	padding-right: 0px;
}

#footer ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#footer ul li {
	float: left;
	padding-left: 15px;
	border-right: 1px solid #f8e6b7;
	padding-right: 15px;
}

#footer a:link, #footer a:visited {
	color: #cccccc;
	text-decoration: none;
}

#footer #current, #footer a:hover {
	color: #f8e6b7;
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

.button, .button2 {
	background-image: url(/images/button_bg.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 159px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	border: none;
	text-align: center;
}

.button2 {
	background-image: url(/images/button2_bg.gif);
}

.button a:link, .button a:visited, .button2 a:link, .button2 a:visited {
	color: #fff;
	text-decoration: none;
}

.button a:hover, .button2 a:hover {
	color: #8cc63f;
}