body {
	background-color: #000000;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}
p {
	margin-bottom: 1.5em;
}
h1 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #cc0000;
}
h2 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
}
h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #cc0000;
}
a, a:link, a:visited, a:hover, a:active {
	color: #FFCC00;
	text-decoration: none;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #cc0000;
}

a.big_red:link, a.big_red:visited, a.big_red:hover, a.big_red:active {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
}

.hidetxt { text-indent: -9999px; }
.clear { clear: both; }
.hidden { display: none; }

p {
	line-height: 1.4em;
}

div#container {
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 820px;
	position: relative;
}

#container-background {
	position: absolute;
	top: 6px;
	left: -98px;
	background-image: url(../images/small_bg.jpg);
}

.container_main #container-background {
	background: url(/images/small_bg.jpg) no-repeat;
	width: 729px;
	
}

.container_home #container-background {
	background: url(../images/big_bg.jpg) no-repeat;
	width: 1016px;
	background-image: url(../Images/big_bg.jpg);
}

div.top_main {
	margin-top: 40px;
}

div.top_home {
	margin-top: 155px;
}

a#logo {
	position: relative;
	margin-left: 11px;
	display: block;
	height: 135px;
	width: 280px;
	background: url(../images/logo.png) no-repeat;
	z-index: 1;
}

div#main_top, div#main_middle, div#main_bottom {
	width: 820px;
	position: relative;
	z-index: 1;
	background-image: url(../images/main_middle_bg.png);
	background-color: #000000;
}
div#main_top {
	background: url(../images/main_top_bg.png) no-repeat;
	height: 10px;
}
div#main_middle {
	margin-right: auto;
	margin-left: auto;
}
div#main_bottom {
	background: url(../images/main_bottom_bg.png) no-repeat;
	height: 10px;
}

div#main_content_container {
	margin-left: auto;
	width: 800px;
	position: relative;
	background-color: #eaeb76;
	margin-right: auto;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
div#main_content {
	z-index: 1;
}

div#top_nav {
	width: 100%;
	background-color: #eaeb76;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
div#top_nav ul {
	display: inline;
}
div#top_nav li {
	float: left;
}
div#top_nav li.active {
	background-color: #eaeb76;
}
div#top_nav li:hover {
	background-color: #0000FF;
}
.nav_border, .nav_no_border {
	display: block;
	height: 17px;
	width: 2px;
}
.nav_border {
}

div#top_nav a {
	display: block;
	width: 198px;
	border-right-color: #000000;
	border-right-style: solid;
	padding-top: 3px;
	border-right-width: 2px;
}
div#top_nav a img {
	margin-left: 2px;
	margin-bottom: 2px;
}
img#content_bg {
	position: static;
	right: -18px;
	bottom: 225px;
	z-index: 0;
	background-image: url(Images/contentbg.jpg);
	width: 812px;
}

div#right_subcontent div {
	line-height: 1.4em;
}

.copy div {
	line-height: 1.4em;
}
