*
{
    margin: 0px;
    padding: 0px;
}

body
{
	background: #020104 url(images/bodybg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

#header ul
{
	margin: 20px 25px 25px 20px;
	padding: 0px;
	display: block;
	color: #c5b16b;
	width: 110px;
	position: absolute;
	background-color: #FF0000;
}

#header li
{
	background-color: #cebc7d;
	width: 136px;
	text-align: left;
	padding: 0px 0px 1px 10px;
	list-style-type: none;
}

.link
{
    border-bottom: 1px dashed #9c8f5e;
}

#last
{
    border-bottom: 0px none #9c8f5e;
}

.link, #last
{
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	display: block;
	color: #7a6b3e;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.link:hover, #last:hover
{
	color: #4c5b38;
}

#navtop
{
	background-image: url(images/navtop.gif);
	background-repeat: no-repeat;
	display: block;
	width: 146px;
	height: 20px;
}

#navbottom
{
	background-image: url(images/navbottom.gif);
	display: block;
	width: 146px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

p
{
	color: #5e573b;
}

p a:link, a:visited
{
	color: #7a6b3e;
}

p a:hover, a:active
{
	color: #7a6b3e;
	text-decoration: none;
}

#container
{
	margin: 30px auto;
	text-align: left;
	width: 785px;
	display: block;
	position: relative;
}

#header
{
	width: 785px;
	height: 351px;
	display: block;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#content
{
	background: url(images/contentbg.gif) repeat-y;
	width: 785px;
}

h3
{
	font-size: 14px;
	text-transform: uppercase;
	color: #4c5b38;
	margin-bottom: 20px;
}

#left
{
	padding: 10px 10px 10px 20px;
	margin-left: 5px;
	background: url(images/leftbg.gif) repeat-x;
	width: 250px;
	display: block;
	position: relative;
	float: left;
}

#middle
{
	padding: 10px 10px 10px 20px;
	background: url(images/middlebg.gif) repeat-x;
	width: 250px;
	display: block;
	position: relative;
	float: left;
}

#right
{
	padding: 10px 10px 10px 20px;
	background: url(images/rightbg.gif) repeat-x;
	width: 185px;
	display: block;
	position: relative;
	float: left;
}

#right p
{
	color: #e5d7a7;
}

#right p a
{
	color: #e5d7a7;
}

#middle_right
{
	padding: 10px 10px 10px 20px;
	background: url(images/middlebg.gif) repeat-x;
	width: 465px;
	display: block;
	position: relative;
	float: left;
}

#right img
{
	border: 0px none #FFFFFF;
}

.clear
{
    clear: both;
}

#footer
{
	margin-left: 5px;
	display: block;
	background: url(images/footerbg.gif) repeat-x;
	width: 775px;
	height: 67px;
}

#footer p
{
	font-size: 12px;
	color: #f1e6c0;
	text-align: center;
	padding-top: 20px;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
}
