a {
	color: #90d62d;
}
a:hover {
	color: #ffffff;
}
body {
	background: #070d16 url('/images/background.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center
}

#container {
	margin: 0 auto;
	width: 709px;
}
#header {
	width: 353px;
	background: url('/images/header.jpg') no-repeat left;
	top: 0px;
	height: 100px;
	position: absolute;
	float: left
}
#sub_header {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-top: 68px;
	text-transform: uppercase;
}
	#sub_header a{
		color: #dee1e3;
		text-transform: uppercase;
		margin: 0 17px 0px 17px;
		padding:0 0px 3px 0px;
		text-decoration: none;
	}
	#sub_header a:hover {
		color: #90d62d;
		border-bottom: 1px solid #90d62d;
		text-decoration: none;
	}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #1e242d;
} 

/*for all pages other than index this is the content area*/
#main_content1 {
	margin: 0 auto;
	width: 709px;
	background: #1e242d;
} 
#main_content_top {
	height: 199px;
	padding-top: 20px;
	margin: 0px;
	background: #1e242d url('/images/12.jpg') no-repeat center;

} 

/*change number and image for each page you want to use it*/

#main_content_top1 {
	height: 199px;
	padding-top: 20px;
	margin: 0px;
	background: #1e242d url('/images/topbox.jpg') no-repeat center;

} 
#bottom {
	height: 89px;
	padding: 6px 0 5px 0px;
	background: #1e242d;
}
#bottom a{
	padding: 0 10px 0 10px;
	}
#main_content_bottom {
	height: 24px;
	background: #1e242d url('/images/bottom.jpg');
}
#footer {
	text-align: center;
	font-size: 10px;
	color: #454a50;
	margin: 10px auto
}

#footer a{
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 0 25px 0 2px;
	margin: 10px auto;
	text-decoration: none;
}
.content {
	float: left;
	width: 343px;
	text-align: left;
	padding: 20px 0 0 30px;
	font-size: 11px;
}

.content1 {
	float: left;
	width: 650px;
	text-align: left;
	padding: 0px 0 0 30px;
	font-size: 12px;
}
.content1 a{
	color: #82c626;
	font-size: 11px;
	text-decoration: underline;
}
.content1 h2{
	color: #82c626;
	font-size: 13px;
}

.menu {
	width: 300px;
	background: #353a42;
	margin: 0 16px 0 0px;
	float: right;
}
.menu a{
	text-decoration: none;
	color: #353a42;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.menu il {
	list-style-type: disc
}
.menu_top {
	background: url('/images/menutop.jpg') no-repeat top;
	height: 23px
}
.menu_bottom {
	background: url('/images/menubottom.jpg') no-repeat top;
	height: 22px
}
.menu ul {
	margin-top: -20px;
	padding: 0px 15px 10px 15px;
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
.content h2 {
	font-size: 12px;
	color: #82c626;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.form {
	color: #9c9ea2;
	font-size: 11px;
	text-align: justify;
}