body {
	margin:0; border:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(imgs/bg.gif) repeat-x top #e4d9a4; 
	background: #bdac7c;
	font-size: 13px;
	line-height: 16px;
}

img, table { border:0; }

p { line-height: 18px; padding: 6px; }

div,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }

div { position: relative; }

h1 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #3f3225;
	border-bottom: 1px solid #3f3225;
	margin-bottom: 10px;
}

#main {
	margin: 20px auto;
	text-align: left;
	width: 805px;
	padding-top: 0;
}

#header_c { padding-top: 10px; }
#header{ height: 137px; }




#nav_c {
	padding: 5px 0 5px 5px;
	background: #fff;
	border: 1px solid #3f2225;
	border-right:0;
	text-align: left;
	float: left;
	margin-top: 9px;
	_margin-top: 20px;
	width: 194px;
}

#nav {
	background: url(imgs/navbg.gif) repeat-x top #3f3225;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

#nav ul li {
	border-bottom: 1px solid #9b8b77;
	background: url(imgs/wheel.png) no-repeat left;
}

#nav ul li.last  {
	border-bottom: 1px solid #3f3225;
}

#nav ul li a {
	color: #fff;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	height: 1%;
	padding-left: 20px;
}

#nav ul li a:hover {
	background: #9b8b77;
	color: #3f3225;
}

#content_c {
	margin-left: 200px;
	background: #fff;
}

#content_top_left {
	_margin-left: -3px;
}

#content_top,
#content_top_left,
#content_top_right {
	height: 9px;
	position:relative;	
}
#content_bottom,
#content_bottom_left,
#content_bottom_right {
	height: 28px;
	position:relative;	
}

#content_top_right,
#content_top_left,
#content_bottom_left,
#content_bottom_right {
	width: 9px;	
	position:relative;	
}

#content_top_right,
#content_bottom_right {
	width: 31px;	
	position:relative;	
}



#content_top {
	background:url(imgs/t.gif) repeat-x;
	
}
#content_bottom {
	background: url(imgs/b.gif) repeat-x;	
}
#content_top_right, #content_bottom_right { float: right; }
#content_top_left, #content_bottom_left { float: left; }

#content_bottom_right {
	background: url(imgs/br.gif) no-repeat top right;
}
#content_bottom_left {
	background: url(imgs/bl.gif) no-repeat top left;
}
#content_top_right {
	background: url(imgs/tr.gif) no-repeat top right;
}
#content_top_left {
	background: url(imgs/tl.gif) no-repeat top left;
}
#content_right_c {
	background: url(imgs/r.gif) repeat-y right;
}
#content_left_c {
	background: url(imgs/l.gif) repeat-y left;
}

#content {
	padding: 20px;
	padding-right: 40px;
	_margin-top: -7px;
	position:relative;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.rel {
	position: relative;
	width:500px;
}
