body {
	background-color: #020202;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #333;
}
h1 {
	font-size: 1.3em;
	text-transform: uppercase;
}
h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#ALL {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1100px;
}

#container {
	background-image: url(images/bg_joe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1040px;
}
#content {
	width: 305px;
	float: left;
	padding-left: 10px;
}
#nav_main {
	float: right;
	width: 38px;
	margin-right: 681px;
	margin-top: 26px;
	height: 1000px;
}
#media {
	height: 339px;
	width: 553px;
	position: absolute;
	left: 411px;
	top: 598px;
}
#images_right {
	height: 381px;
	width: 453px;
	position: absolute;
	left: 411px;
	top: 598px;
}
#footer {
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin-top: 50px;
}
#footer_logo {
	float: left;
	width: 132px;
}
#footer_nav {
	float: right;
	width: 160px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}
#footer_legal {
	font-size: 10px;
	clear: both;
	padding-top: 30px;
}
/*############# FORM ############*/
#form1 {
	padding-top: 10px;
}
#form1 label{
	float: left;
	width: 250px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
}
#form1 option {
	font-size: 13px;
}
.form1_fields{
	width: 250px;
	margin-bottom: 10px;
	height: 25px;
	background-color: #FFF;
	border: 1px solid #999;
}
#form1 textarea{
	width: 280px;
	height: 80px;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-top: 5px;
	width: 90px;
}

#form1 br{
clear: left;
}

/*############# FORM end ############*/

.headline {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}
.bullet {
	background-image: url(images/bul2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
