body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8e97a3;
}
#holder {
	margin: 52px auto;
	margin-bottom: 0;
	width: 946px;
	text-align: left;
	border: solid 1px #2c2c2c;
	background-color: #151515;
}
img {
border: 0px;
}
.img_border {
border: 1px solid #333333;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
}
#logo {
	float: left;
	height: 113px;
	width: 457px;
}
#nava {
	float: right;
	margin: 37px 30px 0 0;
}

#nava ul {
	list-style: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#nava ul li {
	float: left;
	margin: 0 4px 0 0;
}

#signature {
	float: left;
	margin: -10px 0 30px 33px;
}
#mini_about {
	height: 40px;
	text-align: right;
	margin: 0 31px 30px 30px;
}
#footer_nava {
	margin: 0 auto;
	width: 946px;
}
.footer {
	margin: 10px 30px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
a.small_link:link {
	color:#575757;
	text-decoration: none; 
}
a.small_link:visited {
	color:#575757;
	text-decoration: none; 
}
a.small_link:hover {
	color: #cccccc;
	text-decoration: none; 
}
a.small_link:active {
	color:#575757;
	text-decoration: none; 
}
a.footer_link:link {
	color:#575757;
	text-decoration: none; 
}
a.footer_link:visited {
	color:#575757;
	text-decoration: none; 
}
a.footer_link:hover {
	color: #cccccc;
	text-decoration: none; 
}
a.footer_link:active {
	color:#575757;
	text-decoration: none; 
}



/* home */

#flashcontent {
	clear: both;
	width: 885px;
	height: 346px;
	margin: 0 0 30px 30px;
}


/* sub page */

#sub_splash {
	clear: both;
	margin: 0 0 0 30px;
}
#content {
	width: 600px;
	margin: 34px 0 0 33px;
}
.body_text_last {
	height: 217px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
}
.small_text_legal {
	margin: 50px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}
.cssform label{
font-weight: bold;
float: left;
margin-left: -125px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
.cssform textarea{
width: 250px;
height: 150px;
}
#form_holder {
	margin: 20px auto;
	width: 400px;
	text-align: center;
}
.form_input {
text-align: left;
}
.form_bottom {
	margin: 0 0 20px 160px; 
	text-align: left;
}
