html{
	background:black url(../img/bg.jpg)  50% bottom fixed repeat-x;
	color:white;
	text-align:center;
	font-family:Tahoma, Verdana, Sans-serif;
	font-size:11px;
	line-height:1.5em;
}
body{
	text-align:left;
	width:900px;
	margin:40px auto 20px auto;
}

h1{
	font-size:20px;
	font-family:Verdana, Sans-serif;
	margin:0px 0px 8px 0px;
	line-height:25px;
}
h2{
	font-family:Verdana, Sans-serif;
	color:#FF0000;
	font-weight:normal;
	font-size:13px;
	margin:0px 0px 8px 0px;
}
h3{
	font-size:14px;
	color:#FFFF00;
	margin:0px 0px 8px 0px;
}
h4{
	font-size:14px;
}
p{
	margin:0px 0px 12px 0px;
}
a{
	color:#FEFE00;
}
a:hover{
	color:#ccc;
	text-decoration:none;
}
img{border:none;}
/** Tables **/
table{
	border-bottom:1px solid #7E7E7E;
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}
td, th{
	height:30px;
	padding:0px 11px 0px 11px;
	text-align:left;
	background:url(../img/tdline.gif) bottom left repeat-y;
}
th{
	border-bottom:1px solid #7E7E7E;
	border-left:none;
	background:url(../img/buttons2.gif) left -192px no-repeat;
}
td a, th a{
	color:white;
	text-decoration:none;
}
td a:hover, th a:hover{
	color:yellow;
}
#maincontent tr.odd td, #maincontent dt.odd, #maincontent dd.odd{background-color:#606060;}

/** Forms **/
input{
	margin:0px 7px 0px 0px;
	border-width:1px;
}
input.long, textarea{width:440px;}
input.medium{width:270px;}
input.zipcode_1{width:75px;}
input.zipcode_2{width:30px;}
textarea{height:140px;border-width:1px;}


#maincontent dt, #maincontent dd{
	margin:0px;
	padding:7px 11px 7px 11px;
	min-height:20px;
}

#maincontent dt{
	float:left;
	width:100px;
	border-right:1px solid #7E7E7E;
	font-weight:bold;
	color:#CCCCCC;
	padding:7px 5px 7px 5px;
	clear:left;
}
#maincontent dd{
	margin-left:110px;
}

/** specific .. **/
dl.options{margin-top:2px;}
#maincontent dl.options dd, #maincontent dl.options dt{
	float:left;
	background:none;
	border:none;
}
#maincontent dl.options dt{
	display:inline;
	width:auto;
	margin:0px;
	padding:5px 20px 0px 0px;
	clear:none;
}
#maincontent dl.options dd{
	margin:0px;
	padding:5px 0px 0px 0px;
}

div.seperator{
	clear:both;
	background:#606060 url(../img/tdline.gif) 110px top repeat-y;
	height:30px;
}
div.first_seperator{
	clear:both;
	background:#606060 url(../img/tdline.gif) 110px top repeat-y;
	height:30px;
}

dt.comments, dd.comments{
	height:150px;
}
td.name{width:420px;font-weight:bold;}
dd.comments .button{
	margin-right:120px;
	margin-bottom:10px;
	text-align:right;
}
