/* Main CSS */

html {
	overflow-y: scroll;
}

body {
	background: #EEEEE8;
	color:#335885;
	/*font-family: 'ITC Garamond W01 Light', Arial, Helvetica, sans-serif;*/
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both; 
	height: 1px; 
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	opacity: 0.0;
}

#main-wrap {
	margin: 0 auto;
	width: 940px;
	position: relative;
	background-position: top;
	background-repeat: no-repeat;
}
#main-wrap header#header-wrap {
	position: relative;
	width: 900px;
	height: 70px;
	margin: 0 20px;
	background: #ffffff;
}
#main-wrap header#header-wrap div.logo {
	float: left;
	width: 200px;
	height: 49px;
	margin: 18px 0 18px 34px;
}
#main-wrap header#header-wrap nav#navigation-top {
	float: right;
	width:600px;
	height: 29px;
	margin: 21px 20px 18px 0;
}
#main-wrap header#header-wrap nav#navigation-top ul {
	float: right;
	margin: 0;
	padding: 0;
}
#main-wrap header#header-wrap nav#navigation-top ul li {
	display: inline;
	float:left;
	margin: 16px 0 0 0;
	padding: 0 0 0 10px;
	color: #335885;
	font-size: 12px;
	list-style: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
}
#main-wrap header#header-wrap nav#navigation-top ul li a, #main-wrap header#header-wrap nav#navigation-top ul li a:visited {
	color: #335885;
	text-decoration: none;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#main-wrap header#header-wrap nav#navigation-top ul li a:hover, #main-wrap header#header-wrap nav#navigation-top ul li.act a {
	color: #D48726;
	text-decoration:underline;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#main-wrap section#content-wrap {
	position: relative;
	width: 900px;
	margin:280px 0 0 0;
	padding: 10px 20px 0 20px;
	background: url('../images/content_wrap_background_top.png') no-repeat top left;
}
#main-wrap section#content-wrap div.content {
	position: relative;
	z-index: 2;
	width: 860px;
	margin: 10px 20px 0 20px;
	padding: 20px 0 60px 0;
	border-top: 1px solid #A3A397;
	border-bottom: 1px solid #A3A397;
}
#main-wrap section#content-wrap div.content div.quick-navigation {
	position: relative;
	float: left;
	width: 860px;
	margin: 25px 0 0 0;
}
#main-wrap section#content-wrap div.content div.quick-navigation div.left-column {
	float: left;
	width: 270px;
	background: #ffffff;
}
#main-wrap section#content-wrap div.content div.quick-navigation div.middel-column {
	float: left;
	width: 270px;
	margin: 0 25px;
	background: #ffffff;
}
#main-wrap section#content-wrap div.content div.quick-navigation div.right-column {
	float: left;
	width: 270px;
	background: #ffffff;
}
#main-wrap section#content-wrap div.content div.quick-navigation div.image-wrap {
	width: 270px;
	height: 185px;
	background:#000;
}
#main-wrap section#content-wrap div.content div.content-2-column-wrap {
	float: left;
	position: relative;
	width: 860px;
	margin: 10px 0 0 0;
}
#main-wrap section#content-wrap div.content div.content-2-column-wrap div.left-column {
	float: left;
	position: relative;
	width: 565px;
}
#main-wrap section#content-wrap div.content div.content-2-column-wrap div.right-column {
	float: right;
	position: relative;
	width: 235px;
}
#main-wrap section#content-wrap div.background-content-foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 940px;
	height:161px;
	z-index: 1;
	background: url('../images/content_background_bottom.png') no-repeat top left;
}
#main-wrap footer {
	position: relative;
	width: 900px;
	height: 40px;
	margin:0 0 10px 0;
	padding: 0 20px;
	background: url('../images/background_footer.png') no-repeat top left;
}
#main-wrap footer ul {
	float:right;
	margin: 12px 20px 0 0;
	padding: 0;
}
#main-wrap footer ul li {
	display: inline;
	padding: 0 0 0 5px;
	margin: 5px 0px;
	color: #857F64;
	font-size: 10px;
	background: none;
	list-style: none;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#main-wrap footer ul li a, #main-wrap footer ul li a:visited {
	color: #857F64;
	font-size: 10px;
	text-decoration: none;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


