/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #FFFFFF;
	background: #351403;
	background-position: 20px 20px;
}

body a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #FFFF66;
	}

h1 {
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-weight:bold;
	font-size: 14px;
	color: #FFFF66;
}

h3 {
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-weight:bold;
	font-size: 12px;
	color: #ff9900;
}

#container {
	width: 100%;
	height: 100%;
	background-image: url(/images/background2.png);
	background-position: -30px -30px;
	float: none;
	position:absolute;
	top: 0px;
}

#left {
	background-image: url(/images/left.jpg);
	background-repeat:repeat-y;
	width: 40px;
	height: 584px;
	}

#header {
	width: 695px;
	height: 185px;
	background-image: url(/images/header.jpg);
	background-repeat:no-repeat;
	}

.wrapper {
	height: 250px;
	width: 695px;
	background: #2a2828 url(/images/body-fade.png) no-repeat top;
}

.mainbody {
	position: relative;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
}

#footer {
	background: #2a2828 url(/images/footer.jpg);
	background-repeat:no-repeat;
	height: 84px;
	}

.footer, .footer a, .footer a:visited, .footer a:hover {
	padding: 50px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: -15px;
}

#right {
	background-image: url(/images/right.jpg);
	background-repeat:repeat-y;
	width: 40px;
	height: 584px;
}