html, body {
	background-color: #000;
	color: #C1C1C1;
	font-family: Verdana, Arial, Courier New, Times New Roman;
	font-size: small;
	text-align: justify;
	background-image: url(images/main/main_background.png);
	background-attachment: fixed;
}

a {
	color: #FFA500;
	text-decoration: none;
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}

p {
	text-indent: 20px;
	margin: 0px 20px 10px 20px;
}

div.hr {display: none}
/*/*/a{}
div.hr {
	clear: both;
  display: block;
  height: 14px;
  background-image: url(images/main/hr_line.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 50px 0px;
}
hr {display:none}
/* */

h1 {
	font-size: 14px;
	text-align: center;
}

h2 { 
	font-size: 12px;
}

h3 {
	font-size: 14px;
	text-decoration: underline;
}

img {
	border: none;
}

#top {
	width: 996px;
	margin: 0 auto;
	background-image: url(images/main/top_lines.png);
}

#header {
	text-align: center;
	color: #8B0000;
	background-image: url(images/main/header_lines.png);
	width: 996px;
	height: 20px;
}

#logo {
	width: 996px;
	height: 200px;
	background-image: url(images/main/logo.png);
}

#mainmenu {
	width: 170px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}


#menu-header {
	width: 170px;
	height: 20px;
	overflow: hidden;
	padding-bottom: 5px;
	background-image: url(images/main/menu_header_background.png);
}

#menu-header h2 {
	font-size: small;
	margin-top: 4px;
	text-align: center;
	color: #FFA500;
}

#menu {
	width: 170px;
	overflow: hidden;
	text-align: center;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	width: 170px;
	height: 25px;
}

ul a:link, ul a:visited {
	display: block;
	width: 169px;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #FFA500;
}

ul a:hover {
	background-color: white;
}

ol, ul li {
	list-style: disc;
}

#content {
	width: 806px;
	float: left;
	overflow: hidden;
	margin: 10px 0px 20px 5px;
	background-image: url(images/main/content_lines.png);
}

#content-footer {
	width: 806px;
	height: 2px;
	background-image: url(images/main/content-bottom.png);
	clear: both;
}

#subcontent-header {
	width: 806px;
	height: 25px;
	background-image: url(images/main/subcontent_header_background.png);
	clear: both;
}

#subcontent-header h2 {
	font-size: small;
	color: #FFA500;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 4px;
}

#subcontent {
	margin-left: 15px;
	margin-right: 15px;
	clear: both;
}

#main-center {
	width: 636px;
	margin-bottom: 10px;
	background-image: url(images/main/mc_lines-small.png);
}

#main-center-header {
	width: 636px;
	height: 25px;
	background-image: url(images/main/main-center_header_background.png);
	clear: both;
}

#main-center-header h2 {
	font-size: small;
	color: #FFA500;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 4px;
}

#news-image {
	float: left;
	margin: 10px;
	width: 100px;
}

#news {
	width: 490px;
	float: left;
	margin: 10px;
}

#main-center-footer {
	width: 636px;
	height: 2px;
	background-image: url(images/main/mc-bottom.png);
	clear: both;
	margin-bottom: 10px;
}

#main-right {
	width: 170px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	background-image: url(images/main/mr_lines.png);
	text-align: center;
}

#main-right-header {
	width: 170px;
	height: 20px;
	overflow: hidden;
	padding-bottom: 5px;
	background-image: url(images/main/menu_header_background.png);
}

#main-right-header h2 {
	font-size: small;
	color: #FFA500;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 4px;
}

#main-right-footer {
	width: 170px;
	height: 2px;
	background-image: url(images/main/mr-bottom.png);
	clear: both;
}

table {
	table-layout: auto; 
	width: 760px; 
	border: none; 
	border-collapse: separate; 
	margin-left: 5px; 
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

td {
	border: none;
}

#footer {
	clear: both;
	width: 996px;
	height: 30px;
	background-image: url(images/main/footer_lines.png);
	color: #FFA500;
}

#copyright {
	float: left;
	margin-top: 5px;
	margin-left: 350px;
}

#stat4u {
	float: right;
	margin-top: 4px;
}