body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #efefef;
	color: #806c59;
	font-family: verdana, arial, helvetica;
        text-align: center;
}

p, li {
	font: normal 12px verdana, arial, helvetica;
	color: #806C59;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Verdana, arial, helvetica;
	font-size:10px;
	color:#806C59;
}

a {
	font-family:Verdana Bold;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#596F80;
}

A:Hover {
	color : #806C59;
	text-decoration : underline;
}

h1 {
	font: bold 18px times new roman, verdana, arial, helvetica, san-serif;
	color: #596F80;
	margin: 0;
}

h2 {
	font: bold 14px verdana, arial, helvetica;
	color: #806C59;
	margin: 0;
}

h3 {
	font: bold 12px verdana, arial, helvetica;
	color: #806C59;
	margin: 0;
}

#container {
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	background-color: #fff;
	border-left: 1px solid #6a6967;
	border-right: 1px solid #6a6967;
}

#banner {
	height: 114px;
	background-image: url(../img/bordertop.jpg);
	background-repeat: repeat-x;
	text-align: right;
}

#border-top {
	height: 42px;
	background-image: url(../img/banner_top.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#border-bottom {
	clear:both;
	height: 42px;
	background-image: url(../img/banner_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}

#container-main {
}

#nav {
	text-align: left;
	width: 150px;
	min-height: 400px;
	background-image: url(../img/nav_background.jpg);
	background-repeat: repeat;
	float: left;
	height: auto;
	padding-top: 2em;
}

div#nav ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}
	
div#nav ul li { 
	margin-top: 4px;
} 

#nav ul li a {
	display: block;
	width: 135px;
	padding: 3px 5px 3px 4px;
	text-decoration: none;
	color: #806c59;
	background-image: url(../img/nav_base.jpg);
	background-repeat: repeat-y;
}

#nav ul li a:hover {
	color: #fff;
	background-color: #e7dad1;
	background-image: url(../img/nav_base3.jpg);
	background-repeat: repeat-y;
}

div#nav ul li strong a {
	color: #fff;
	background-color: #e7dad1;
	background-image: url(../img/nav_base2.jpg);
	background-repeat: repeat-y;
}

div#nav ul ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#nav ul ul li {
	margin-top: 0px; 
}

#nav ul ul li a  {
	display: block;
	width: 130px;
	padding: 2px 0px 2px 20px;
	text-decoration: none;
	color: #806c59;
        background: url(../img/nav_base.jpg) repeat-y;

}

#content {
	width: 610px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align:left;
	vertical-align:top;
	float: right;
}

#cleardiv{
	clear: both;
        height: 0px;
}

#footer {
	clear: both;
	background-image: url(../img/footer_background.jpg);
	background-repeat: repeat-y;
	font-size: 9px;
}
