/* CSS Document */

body {
	background-color:#000000;
	font-family: Verdana,Geneva,Arial,sans-serif; font-size: 9px; color:#B1B1B1; text-transform: lowercase;
}
h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 30px 0;
	padding:0;
}
h2 {
	color:#000000;
	background-color:#FF6633;
	padding:2px;
	margin:20 0 10px;
	display:block;
	width: 170px;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
}
.headline { font-size:125%; background-color:#FFFFFF; padding:2px; margin:0;}
a {color: #FFFFFF; text-decoration:none;}
a:hover { text-decoration:underline;}
#wrap {
	width: 800px;
	margin: 50px auto 0;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo { width:175px; float:left; margin:10px;}
#navigation { text-align:right;}
#content {
	width: 580px;
	float:right;
	margin-top: 190px;
}
.empty { clear:both; float:none; line-height:1px; height:1px;}
.leadin {
	font-size:120%;
}
.leadin a {
	background-color:#000000;
	line-height: 160%;
	padding-top: 5px;
	padding-bottom: 5px;
}
table { border:none;}
table td {
	border-bottom-width:1px;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	padding: 2px 10px 7px 5px;
}
tr.tableheader { color:#ff9900; font-weight:bold;}
.column { float:left; width:35%; margin-right:5%; }
