@charset "UTF-8";
/* CSS Document */

body{
	background: #000 url(../img/body_bg.gif) top left no-repeat fixed;
	padding:0 0 40px 520px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	width:465px;
	height:21px;
	display:block;
	background:url(../img/h1_bg.jpg) top left no-repeat;
	text-indent:-3000px;
	margin:50px 0 20px;
}
h2{
	font-size:18px;
	font-weight:normal;
}
h3{
	font-size:12px;
	font-weight:bold;
}
a, a:link, a:visited{
	color:#fff;
	text-decoration:underline;
}
 a:hover, a:active{
 	text-decoration:none;
}
a.current{
	font-size:18px;
	margin-top:-6px;
}
a.homelink{
	position:relative;
	left:8px;
}
#nav{
	padding:0;
	margin:0 0 70px -21px;
}
#nav li{
	padding:0;
	display:inline;
	list-style:none;
	width:100px;
	height:1em;
}	
#nav a, #nav a:link, #nav a:visited{
text-align:center;
	display:block;
	float:left;
	width:80px;
	color:#fff;
	text-decoration:none;
	vertical-align:baseline;
}
#nav a:hover, #nav a:active{
 	text-decoration:underline;
}
hr{
	margin:40px 0;
	width:465px;
}
p{
	width:465px;
}
.author{
	padding-bottom:40px;
	border-bottom:1px solid #333;
	margin-bottom:40px;
}
label{
	display:block;
	margin:10px 0 3px;
}
.middleFormEl{
	width:50%;
}
textarea{
	margin-bottom:20px;
}
.error_p{
	color:#900;
}
