#horizon
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	min-width: 880px;
}

#wrapper
{
	position: relative;
	text-align: left;
	width: 880px;
	margin: 0px auto 0px auto;
}

#col1
{
	position: relative;
	top: 0px;
	text-align: left;
	width: 120px;
	float: left;
	clear: both;
}

#col2
{
	position: relative;
	left: 120px;
	top: 0px;
	text-align: left;
	width: 760px;
	border: 1px #fff solid;
	float: left;
}

#navblock
{
	position: absolute;
	top: 350px;
	width: 90px;
	left: 0px;
	font-size: 11px;
	line-height: 11px;
	border: 1px #fff solid;
	background-color: #363636;
	padding: 3px 3px 3px 3px;
	z-index: 200;
}

#logo_block
{
	position: absolute;
	top: 10px;
	left: 120px;
	width: 760px;
	height: 94px;
	text-align: center;
}

#main_body
{
	position: absolute;
	top: 100px;
	width: 880px;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #181818;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	line-height: 22px;
}


a:link
{
	color: #fff;
	text-decoration: none;
}

a:visited
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #CC6600;
	text-decoration: none;
}

h1
{
	font-size: 24px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

h2
{
	font-size: 24px;
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}

h3
{
	font-size: 18px;
	color: #3B3B3B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}

h4
{
	font-size: 14px;
	color: #3B3B3B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

hr
{
	border: 0;
	color: #D3D4D3;
	background-color: #D3D4D3;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* Forms CSS */
label
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input
{
	color: #3B3B3B;
	background: #E6E6CC;
	border: 1px solid #3B3B3B;
	width: 70%;
}

textarea
{
	color: #3B3B3B;
	background: #E6E6CC;
	border: 1px solid #3B3B3B;
	width: 70%;
}

.submit input
{
	color: #3B3B3B;
	background: #E6E6CC;
	border: 2px outset #E1E1E1;
	width: 100px;
}

fieldset
{
	border: 1px solid #E6E6CC;
	width: 440px;
}

legend
{
	color: #E1E1E1;
	background: #3B3B3B;
	padding: 2px 6px;
}

li
{
	padding: 0px 0px 20px 0px;
	list-style-position: outside;
	text-align: left;
	list-style-type: square;
}

.intro
{
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

.more_text { font-size: 10px; }
.black_type { color: #3B3B3B; }

.tint_panel
{
	padding: 10px;
	background-color: #E6E6CC;
	/*
	width: 180px;
*/
}

.pad
{
	margin-bottom: 20px;
	margin-top: 20px;
}

#bottnav
{
	position: relative;
	width: 880px;
	clear: both;
	top: 5px;
	height: 25px;
}

.red_text { color: red; }

.bottnav_txt
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #fff;
}

.bottnav_txt a:link
{
	color: #fff;
	text-decoration: none;
}

.bottnav_txt a:visited
{
	color: #fff;
	text-decoration: none;
}

.bottnav_txt a:hover
{
	color: #CC6600;
	text-decoration: none;
}

