@charset "utf-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	background: #000000;
}

#wrapper {
	margin: 0px;
	width: 1000px;
	background: #FFFFFF;
	overflow: hidden;
}

#header {
	width: 603px;
	height: 234px;	
	background: url(../images/header1b.jpg) no-repeat;
	float:left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#header2a {
	width: 397px;
	height: 355px;	
	background: url(../images/header_image1b.jpg) no-repeat;
	float:right;
	padding-top: 0px;
	padding-bottom: 0px;
}

#left-cont {
	float: left;
	width: 292px;
	height: auto;
		/*border-style: solid;
	border-width: 1px;
	border-color: #FF0000;*/
}

#nav {
	width: 268px;	height: 722px;	
	background: url(../images/left_nav_repeat.jpg) repeat-y;
	
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 24px;
	padding-bottom: 20px;
	/*border-style: solid;
	border-width: 1px;
	border-color: #838383;*/
	font-family: Arial, Helvetica, sans-serif
}

#nav p {
	padding-bottom:10px;
}


#nav a {
	text-decoration: none;
	color: #953629;
}

#nav a:hover, #nav a:focus {
	/*background: #ffffff; */
	color: #5e1208;
}


#thirtyhr {
	width: 110px;
	height: 121px;	
	background: url(../images/30hrb.jpg)	no-repeat;
	float:left;

}

#stats {
	float: left;
	margin-top: 0px;
	width: 201px;
	height: 121px;
	overflow: hidden;
	/*border-color: #838383;
	border-style: dashed;
	border-width: 1px;*/

}


#content {

	float: right;
	width: 610px;
	height: auto;
	padding-right: 70px;
	padding-left: 20px;
	padding-top: 0px;
	color: #252525;
	font-size: 13px;
	
}

#content a{
	color: #0000FF;
	text-decoration: none;


}

#content p{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h1{
	color: #005168;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 25px;
}

#content h2{
	color: #7b5e40;
	padding: 0px;
	font-size: 19px;

}

#content h3{
	color: #000000;
	padding: 0px;
	font-size: 16px;
}

#bodybg {

	width: 618px;
	height: 651px;	
	background: url(../images/bodybg.jpg) no-repeat;
	float:right;
	padding-right: 70px;
	padding-left: 20px;
	padding-top: 0px;
}

#bodybg p{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#bodybg h1{
	color: #005168;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 25px;
}

#bodybg h2{
	color: #7b5e40;
	padding: 0px;
	font-size: 19px;

}

#bodybg h3{
	color: #000000;
	padding: 0px;
	font-size: 16px;
}

.leftFooter
{
	font-size:10px;
	font-weight:normal;
}

.links a:link
{
	color: #7b5e40;
}
.links a:hover
{
	color: #7b5e40;
}
.links a:active
{
	color: #7b5e40;
}
.links a:visited
{
	color: #7b5e40;
}