body {
	background: url(../images/bodybackground.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 960px;
	margin: 0;
}
.background {
	background: url(../images/backpattern.jpg) repeat left top;
}
#page {
	width: 960px;
	margin: 0 auto;
	padding: 156px 0 0;
}
img {
	border: 0;
}

.sidebar{
    font-size: 0.7em;
}

.sidebar2{
    font-size: 0.8em;
}

.sidebar3{
    font-size: 0.8em;
}

.sidebar4{
    font-size: 0.8em;
}

.sidebar5{
	font-size:0.7em;
	}

#header {
	width: 100%;
	border-bottom: 5px solid #c3c3c3;
	position: absolute;
	left: 0;
	top: 0;
}
#header .background {
	height: 150px;
	border-bottom: 1px solid #b6051c;
}
#logo {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	line-height: 130px;
	width: 960px;
	margin: 0 auto;
}
#logo a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation {
	background: url(../images/bg-navigation.png) no-repeat;
	height: 49px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 1px 10px;
}
#navigation li {
	float: left;
}
#navigation li a {
	color: #636974;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	width: 154px;
	border-color: transparent;
	border-style: none solid;
	border-width: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li a:hover, #navigation li.selected a {
	background-color: #bebcbc;
	color: #2e3a54;
	border-color: #afafaf;
}

#selected2{
  	background-color: #bebcbc;
	color: #2e3a54;
	border-color: #afafaf;
}

#navigation li ul{
	margin:0px;
	padding:0px;
	display:block;
	position: absolute;
	left:165px;
	top:49px;
	background-color:#fff;
}

#navigation li:hover ul{		
	position: absolute;
	display:block;
	width:156px;
	border: 1px solid #413623;
	border-top: 0px;
	border-radius: 0em;
	z-index: 4;
}

#navigation li li{
	list-style: none;
	display: list-item;
	margin-left: 0px;
	height: 47px;
	font-size: 0.8em;
}

#navigation li li a{
	color:#636974; 
	text-decoration:none;
}

#navigation li li a:hover{
	color:#2e3a54; 
	text-decoration:none;
}
#contents {
	background: #fff url(../images/bg-content-bottom.png) no-repeat left bottom;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding: 23px 0 0;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
#contents h1, #contents h2, #contents h4, #contents h5, #contents h6 {
	color: #2e3a54;
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 18px;
}
#contents h2 {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
#contents h4 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
#contents h5 {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
}
#contents h5 a {
	color: #940315;
	text-decoration: none;
}
#contents h6 {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
#contents p {
	color: #636974;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
}
#contents p a {
	color: #636974;
}
#contents p a:hover {
	color: #721f29;
}
#contents h5 a:hover {
	text-decoration: underline;
}
#contents .footer {
	background-color: #f8f8f8;
	clear: both;
	width: 900px;
	margin: 0 0 4px -30px;
	padding: 20px 30px 0;
}
#contents .footer h6 {
	float: left;
	width: 210px;
	margin-bottom: 30px;
	margin-right: 20px;
	text-transform: uppercase;
}
#contents .section {
	width: 260px;
	padding: 0 0 0 20px;
}
#contents > div:first-child {
	padding: 48px 30px 24px;
}
#contents #adbox {
	background: url(../images/bg-adbox-bottom.png) no-repeat left bottom;
	padding: 0 0 19px;
    text-align: center;
	position: relative;
}
#adbox > div {
	background-color: #f0f0f0;
	height: 390px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	padding-right: 20px;
}
#adbox > div:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
#adbox h1 {
	padding-top: 18px;
}
#adbox h4 {
	font-size: 14px;
}
#adbox img {
	float: left;
	margin-right: 20px;
}
#contents .sidebar {
	float: left;
	min-height: 490px;
	width: 279px;
	border-right: 1px solid #f2cc3d;
	margin: -19px 40px 0 30px;
	padding: 20px 10px;
}

#contents .sidebar2 {
	float: left;
	min-height: 750px;
	width: 279px;
	border-right: 1px solid #f2cc3d;
	margin: -19px 40px 0 30px;
	padding: 20px 10px;
}

#contents .sidebar3 {
	float: left;
	min-height: 1700px;
	width: 279px;
	border-right: 1px solid #f2cc3d;
	margin: -19px 40px 0 30px;
	padding: 20px 10px;
}

#contents .sidebar4 {
	float: left;
	min-height: 1200px;
	width: 279px;
	border-right: 1px solid #f2cc3d;
	margin: -19px 40px 0 30px;
	padding: 20px 10px;
}

#contents .sidebar5 {
	float: right;
	min-height: 390px;
	width: 279px;
	border-left: 1px solid #f2cc3d;
	margin: 0px 30px 0 40px;
	padding: 20px 10px;
}

#main p{
    padding-left: 10px;
    padding-right: 20px;
    font-size: 0.8em;
}

#closingimage{
    text-align: center;
}

#main #title{
    text-align: center;
}

#footer {
	width: 100%;
	border-top: 5px solid #c3c3c3;
	position: absolute;
	left: 0;
}
#footer .background {
	border-top: 1px solid #b6051c;
}
#footer .body {
    color: white;
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 35px;
    padding-left: 90px;
    font-size: 1.1em;
}
#footer .right {
    clear: both;
	float: right;
	display: inline-block;
	width: 460px;
	margin: 0 10px 24px;
    font-size: 0.7em;
}

#footer a{
    color: white;
}