body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg) top left repeat;
}



#container {
	position: absolute;
	left: 50%;
	width: 730px;
	margin-left: -375px;
	padding: 0 10px 0 10px;
	background: url(../images/content_bg.jpg) top left repeat-y;
}



#header {
	position: relative;
	width: 730px;
	height: 49px;
	border-bottom: 1px solid #FFFFFF;
}
#headerLeft {
	position: absolute;
	width: 200px;
	height: 49px;
	background: url(../images/header_bg.jpg) top left no-repeat;
}
#headerLeft h1 {
	margin: 11px 0 0 0;
	padding: 0;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
#headerLeft a:link, #headerLeft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerLeft a:hover, #headerLeft a:active {
	color: #BDAF55;
	text-decoration: none;
}
#headerRight {
	position: absolute;
	left: 201px;
	width: 530px;
	height: 49px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#headerRight ul {
	margin: 16px 0 0 0;
	padding: 0;
}
#headerRight li {
	display: inline;
}
#headerRight a {
	margin: 0 8px 0 8px;
}
#headerRight a:link, #headerRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerRight a:hover, #headerRight a:active {
	color: #467655;
	text-decoration: none;
}



#content {
	position: relative;
	width: 730px;
}

#contentLeft {
	position: absolute;
	top: 0;
	width: 200px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/nav_bg.jpg) top left no-repeat;
	background-color: #000000;
}
#contentLeft ul {
	width: 195px;
	margin: 0;
	padding: 25px 0 30px 0;
	font-size: 15px;
}
#contentLeft ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #BDAF55;
	list-style-type: none;
}
#contentLeft ul a {
	display: block;
	padding-left: 20px;
}
#contentLeft ul a:link, #contentLeft ul a:visited {
	color: #B80010;
	text-decoration: none;
}
#contentLeft ul a:hover, #contentLeft ul a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#contentLeft ol {
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 13px;
}
#contentLeft ol li {
	margin-bottom: 5px;
	border-bottom: none;
}
#contentLeft ol a {
	display: block;
	height: 10px;
	padding-left: 32px;
}
#contentLeft ol a:link, #contentLeft ol a:visited {
	color: #467655;
	text-decoration: none;
}
#contentLeft ol a:hover, #contentLeft ol a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#contentNewsletter {
	border-bottom: 1px solid #BDAF55;
}
#contentNewsletter h4 {
	margin: 0;
	padding: 0 20px 0 20px;
	border-bottom: 1px solid #BDAF55;
}
#contentNewsletter form {
	margin: 0;
	padding: 20px 0 20px 20px;
}
#contentNewsletter input.email {
	width: 130px;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 12px;
	color: #467655;
	border: 1px solid #BDAF55;
}
#contentNewsletter label {
	font-size: 12px;
	font-weight: normal;
}
#contentNewsletter input.button {
	margin-top: 20px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #BDAF55;
	background-color: #467655;
	border: 1px solid #BDAF55;
}
#contentNewsletter a:link, #contentNewsletter a:visited {
	color: #BDAF55;
	text-decoration: underline;
}
#contentNewsletter a:hover, #contentNewsletter a:active {
	color: #B80010;
	text-decoration: underline;
}

#contentBanner {
	position: absolute;
	top: 0;
	left: 200px;
	width: 530px;
	text-align: right;
}
#contentBannerTop {
	border-bottom: 1px solid #FFFFFF;
}
#contentBannerBottom {
	padding: 6px 10px 4px 0;
	border-bottom: 1px solid #FFFFFF;
}
#contentBannerBottom a {
	margin: 0 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
}
#contentBannerBottom a:link, #contentBannerBottom a:visited {
	color: #BDAF55;
	text-decoration: none;
}
#contentBannerBottom a:hover, #contentBannerBottom a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#contentText {
	width: 470px;
	padding: 260px 0 20px 230px;
	color: #FFFFFF;
}
#contentText h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #B80010;
}
#contentText h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #467655;
}
#contentText h3 a:link, #contentText h3 a:visited {
	color: #467655;
	text-decoration: none;
}
#contentText h3 a:hover, #contentText h3 a:active {
	color: #BDAF55;
	text-decoration: none;
}
#contentText p {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 13px;
	line-height: 18px;
}
#contentText a:link, #contentText a:visited {
	color: #BDAF55;
	text-decoration: underline;
}
#contentText a:hover, #contentText a:active {
	color: #B80010;
	text-decoration: underline;
}

#contactForm form {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
#contactForm input {
	width: 200px;
	color: #467655;
	border: 1px solid #BDAF55;
}
#contactForm textarea {
	width: 260px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #467655;
	border: 1px solid #BDAF55;
}
#contactFormBtn {
	text-align: center;
}
#contactFormBtn input {
	width: 60px;
	margin-right: 5px;
	font-weight: bold;
	color: #BDAF55;
	background-color: #467655;
	border: 1px solid #BDAF55;
}


#footerTop {
	width: 730px;
	height: 348px;
	background: url(../images/footer_bg.jpg) top left no-repeat;
	text-align: center;
}
#footerTopLinks {
	position: relative;
	top: 300px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
#footerTopLinks a {
	margin: 0 6px 0 6px;
	color: #FFFFFF;
	text-decoration: none;
}
#footerTopLinks a:hover, #footerTopLinks a:active {
	text-decoration: underline;
	background-color: #467655;
}

#footerBottom {
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #FFFFFF;
	background-color: #244830;
	text-align: center;
}
#footerBottom  p {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#footerBottom a:link, #footerBottom a:visited {
	color: #BDAF55;
	text-decoration: underline;
}
#footerBottom a:hover, #footerBottom a:active {
	color: #B80010;
	text-decoration: underline;
}
