@import url("reset.css");
/*=STRUCTURE
=== === === === === === === === === === */
html {
	min-height:100%;
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
}
body {
	text-align: left;
	color: #000;
	font: 0.75em/1em Georgia, "Times New Roman", Times, serif;
	background: url(../_cssimg/back.png) repeat-x center top;
}
/*=COMMON
=== === === === === === === === === === */
a, a:link {color: #000;
}
a:visited {color:#5e5a5a;}
a:hover {color:#815219;}
a:active {color:#dca35d;}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 {
	color:#756f64;
	font-size: 100%;
	border-bottom: 1px solid #e8e0d0;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #414141;
	line-height: 160%;
	margin-bottom: 5px;
}

/*=HEADER
=== === === === === === === === === === */
#header {

}
/*=NAVIGATION
=== === === === === === === === === === */
.nav {
	height: 36px;
	position: relative;
}
.nav ul{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 675px;
	padding: 0;
}
.nav ul li {
	display: inline;
	list-style: none;
	padding:0;
	
}
.nav  ul li a {
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	float: left;
	padding: 12px 0px 12px 0px;
	font-size: 11px;
	color: #343434;	
	width: 130px;
	border-right: 1px solid #d8cfbf;
}

.nav  ul li.last01 a{
	border-style: none;	
}
.nav ul li a:hover {
	background: #d8cbb2;
}
.nav ul li a:active {
	background: #524734;
	color: #FFF;
}
#selected a{
	background: #fff url(../_cssimg/roll_back.png) repeat-x center top;
}

/*=FOOTER
=== === === === === === === === === === */
.footer {
	padding-top: 70px;
	background: url(../_cssimg/bottom_back.jpg) no-repeat center top;
}
.footer ul{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	padding-top: 15px;
}
.footer ul li {
	display: inline;
	list-style: none;
	padding:0 10px;
	margin: 0;
	color: #958b7a;
	line-height: 150%;
	}
.footer a, #footer a:visited {
	color: #958b7a;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	line-height: 170%;
	}
.footer a:hover {
	color: #524938;
}
.footer a:active {
	color: #000;
}
/*=MISC
=== === === === === === === === === === */
.center01, p.center01 {
	text-align: center;
}
.centerText {
	text-align: center;
}
.block01, p.block01 {
	display: block;
	margin: 0 auto;
}
.body01 {
	display: block;
	position: absolute;
	top: 111px;
	background-color: #FFF;
	width: 950px;
}
.foss, h1.foss {
	color: #FFFFFF;
	height: 20px; /*add this to padding top to get 28px*/
	/*background: #993333;*/
	padding-top: 7px;
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}
#flashcontent {
	position: absolute;
	top: 51px;
	background: url(../_cssimg/header_back.png) no-repeat center top;
	height: 267px;
}
.flashcontainer {
	height: 267px;
}
.marTopSm {
margin-top: 20px;
}
.marTop {
	margin-top: 20px;
}
.golden a{
	color: #7b6a55;
}