/* ------ Basic styling ------ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f7f6e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#wrapper {
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	margin: 0px;
	width: 750px;
}
/* ------ Header styles ----- */
#header {
	background-color: #364F2F;
	height: 30px;
	position: relative;
}

/* --- Main navigation styles --- */
#header ul {
	margin: 0;
	padding: 0;
	position:absolute;
	left:12px;
	bottom:6px;
	width:725px;
	list-style: none;
	background:url(../Assets/Images/background/backgroundNav.gif) repeat-x top left;
	}
	

#header ul li {
	float: left;
	}

#header ul a {
	padding: 0 1.1em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color:#B86000;
	float:left;
	display:block;
	background:url(../Assets/Images/background/dividerNav.gif) no-repeat left top;
	font-weight: bold;
	}
	
#header ul a.first {
	background:none;
	}
	
#header ul a:hover{
	color:#591105;
	}


/* ----- Footer styles ----- */
#footer {
	font-size: 0.8em;
	text-align: center;
	margin-top: 1em;
}



/* ------ Used to clear a float ------ */
#clear {
	clear: both;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}

a:active {
	text-decoration: underline;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
#contents #logo {
	position: absolute;
	left: 475px;
	top: 595px;
}
#contents #logo2 {
	position: absolute;
	left: 232px;
	top: 595px;
}
#contents #logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contents #logo2 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}