/* ---- CUSTOM */

/* --Titles */
H1{
	font-size:22px;
	color:#3d3532;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
}
H2{
	font-size:14px;
	color:#3d3532;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 4px 0;
}

.border{
border: solid 1px #ffffff;

}

div#sec-nav{
	margin:0;
	padding:0;
	height:27px;

}
div#sec-nav li {
	margin:0;
	padding:0px 7px 0 7px;
	height:19px;
	color:#7f4326;
	list-style:none;
	float:left;
}

div#sec-nav ul {
	margin:0;
	padding:0;
}
#top-nav{
	background-image:url(../images/header_bk.gif);
	background-position:top, center;
	background-repeat:repeat-x;
	height:311px;
	width:100%;
	text-align:center;
}
#top-inner{
	background-image:url(../images/header_bk.gif);
	background-position:top, center;
	background-repeat:repeat-x;
	height:311px;
	width:100%;
	text-align:center;
}
#nav_container{
	background-image:url(../images/nav_bk.gif);
	width:100%;
	height:43px;
	
}
.nav{
	width:999px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#content_container{
	background-image:url(../images/bk.jpg);
	background-position: top, center;
	background-repeat:repeat-x;
	min-width:999px;
	width:100%;
	background-color:#d5d4cc;
}
.content{
	width:909px;
	min-height:320px;
	padding:30px 10px 10px 50px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#footer_container{
	border-top: solid 1px #ffffff;
	min-width:999px;
	width:100%;
}
.footer{
	text-align:center;
	width:100%;
	color:#ffffff;
	padding:20px 0px 10px 0px;
	clear:both;
}

/*---- */



/* ---- GLOBAL */
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

ul li  {
padding-bottom:5px;

}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#3d3532;
}
/* ---- */



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #7f6555;
	text-decoration: none;
}

a:hover {
	color: #fb7717;
	text-decoration: underlines;
}
a.footer_link:link, a.footer_link:active, a.footer_link:visited { 
	color: #b4a7a7;
	text-decoration: none;
}

a.footer_link:hover {
	color: #fb7717;
	text-decoration: underlines;
}
/* ---- */
