
* {margin: 0; padding: 0;}

body {
	background-color: #303030;
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: lighter;
	min-width: 850px;
	margin-top: 10px;
	}
	
html> body {
	background-color: #303030;
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: lighter;
	min-width: 850px;
	margin-top: 10px;
	}
	
td {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: lighter;
	padding-left: 0px;
	}
	
p {
	font-family: helvetica, san-serif;
	font-size: 8.75pt;
	color: #fff;
	font-weight: lighter;
	line-height: 16px;
	}

	
a:link {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
	}
	
a:visited {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
	}	
	
a:hover {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #8E8E8E;
	text-decoration: none;
	font-weight: lighter;
	}
	
.grey_text {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #8E8E8E;
	font-weight: lighter;
	}

.grey_text a:link {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #8E8E8E;
	font-weight: lighter;
	text-decoration: none;
	}

.grey_text a:hover {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #8E8E8E;
	font-weight: lighter;
	text-decoration: none;
	}

.grey_text a:visited {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #8E8E8E;
	font-weight: lighter;
	text-decoration: none;
	}

H1 {
	font-family: helvetica, san-serif;
	font-size: 20pt;
	color: #fff;
	font-weight: lighter;
	}
	
.H1BG {
	font-family: helvetica, san-serif;
	font-size: 20pt;
	padding: 7px;
	color: #000;
	background-color: #8E8E8E;
	font-weight: lighter;
	}
	
H2 {
	font-family: helvetica, san-serif;
	font-size: 16pt;
	color: #fff;
	font-weight: lighter;
	}
	
H3 {
	font-family: helvetica, san-serif;
	font-size: 8pt;
	color: #8E8E8E;
	font-weight: bolder;
	line-height: 14px;
	}

img {
	border: 0px;
	}
	
.index_img {
	/*width: 25%;*/
	padding-right: 80px;
	}
	
ul {
	list-style: none;
	letter-spacing: 1px;
	font-weight: 100;
	}
	
#page {
	height: 500px;
	width: 100%;
	min-width:850px;
	text-align: center;
	margin-top: 15px;
	}
	
#top_container {
	min-width: 850px;
	width: 100%
	}

#header {
	text-align: right;
	height: 33px;
	width: 400px;
	float: right;
	}
	
#header_left {
	width: 200px;
	height: 20px;
	float: left;
	text-align: left;
	padding-left: 20px;
	}
	
#nav {
	text-align: right;
	word-spacing: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	height: 15px;
	width: 850px;
	float: right;
	}

#main {
	padding-top: 0px;
	width: 850px;
	}

html>body #main {
	padding-top: 30px;
	min-width: 850px;
	width: 100%;
	}
	
#main_left {
	width: 300px;
	float: left;
	padding-left: 20px;
	}

#main_right {
	width: 500px;
	float: right;
	display: inline;
	text-align: left;
	margin-right: 0px;
	margin-top: 0px;
	}
	
html>body #main_right {
	width: 500px;
	float: right;
	display: inline;
	text-align: left;
	margin-right: 40px;
	/*margin-top: 10px;*/
	}
	
#loadarea {
	height: 400px;
	}
		
#bottom_nav {
	display: inline;
	clear: both;
	text-align: right;
	width: 700px;
	margin-right: 35px;
	margin-top: 30px;
	line-height: 15px;
	float: right;
	}
