body{
	background-color:		#333333;
	font-family:			Arial;
	font-size:				80%;
	color:					#FFF;
	border:					0px none;
	margin:					0px;
	background-image:		url('../images/sunset/bg.jpg');
	background-repeat:		repeat-y;
	background-position:	top center;

}
a:link{
	color:			#66C9FF;
}
a:visited{
	color:			#829BFF;
}
a:hover, a:active{
	text-decoration:	none;
}
table, tr, td, th{
	border:			1px solid white;
	border-collapse:	collapse;
}
img{
	border:			0px;
}
.center{
	text-align:		center;
}
.h2{
	font-size:		120%;
	font-weight:		110;
}
.h3{
	font-size:		100%;
	font-weight:		100;
}
a.h2{
	text-decoration:	none;
	color:				#FFF;
}
#box{
	width:			750px;
	margin:			0 auto;
	text-align:		left;
	border:			1px solid black;
	border-top:		none;
	background-color: black;
}
#header{
	height:			100px;
	background-repeat:	no-repeat;
	background-image:	url('../images/sunset/header.jpg');
}
#nav{
	text-align:		center;
	background-color:	#000;
}
a:link.nav, a:visited.nav{
	color:			#FFF;
	text-decoration:	none;
	padding:		0px 10px 0px 10px;
}
a:hover.nav, a:active.nav, #current{

}
#current{
	border-bottom:		0px;
	position:		relative;
	top:			-2px;
	font-size:		200%;
}
#content{
	background-color:	#000;
	color:			#FFF;
	border:			0px solid #FF9900;
	margin:			0px;
	padding:		10px 10px 10px 10px;
	right:			200px;
}

#footer{
	text-align:		center;
	padding-bottom:		10px;
}

form{
	width: 			600px;
}
input, textarea, select{
	width:			400px;
}
label{
	display:		block;
	float:		left;
	width:			100px;
	text-align:		right;
	padding-right:		10px;
}
textarea{
	height:			200px;
}
input.submit{
	margin-left:		105px;
	background-color:	#CCC;
	border-style:		outset;
}
input.radio{
	width:			30px;
}
