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

body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#572700;
}

#container {
	width:820px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-position:top;
	background-repeat:repeat-y;
	overflow:hidden
}

#logo {
	width: 820px; 
	height: 120px;
	float:left;
	background-color:#FFFFFF;
}

#top {
	width: 820px;
	height: 31px;
	float:left;
	background-position:top;
	background-repeat:no-repeat;
}

#holder {
	padding: 0px 0px 0px 0px;
	background-position:top;
	background-repeat:repeat-y;
	width:820px;
}

#menu {
	width: 780px;
	float:left;
	background-position:top;
	background-repeat:repeat-y;
	padding: 0px 20px 10px 20px;
}


#content {
	padding: 0px 20px 0px 20px;
	width:780px;
	float: left;
	background-position:top;
	background-repeat:repeat-y;
	overflow:hidden;
}

#image {
	padding: 0px 20px 10px 20px;
	width:780px;
	float: left;
	background-image:url(../IMAGES/body_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
	min-height:73px;
}

#footer {
	width: 780px;
	height: 35px;
	float:right;
	padding: 5px 20px 0px 20px;
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	color:#999999;
	text-align:center;
}


#final_footer, #final_footer a, #final_footer a:link, #final_footer a:visited, #final_footer a:active, #final_footer a:hover {
	width:820px;
	margin:10px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:9px;
	color:#999999;
	text-align:center;
	line-height:15px;
}

#final_footer a:hover{
	text-decoration: underline;
}

h1{
font-weight:bold;
font-size:30px;
color:#481A00;
}

h2{
font-weight:500;
font-size:22px;
color:#481A00;
}

h3{
	font-weight:700;
	font-size:17px;
	color:#BF311A;
}

h4{
font-size:11px;
color:#666666;
}

a {
color:#999999;
text-decoration:none;
}

a:hover {
color:#481A00;
text-decoration:none;
}

.home{
	font-size:14px;
	color:#572700;
	line-height:20px;
}

.profile{
	font-size:13px;
	color:#572700;
	line-height:16px;
}

.bold{
font-weight:700;
font-size:17px;
color:#C60000;
line-height:17px;
}

hr {color: #FFF; background-color: #FFF; border: 1px dotted #CCC; border-style: none none dotted;}
