/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding-top:10px;
	background: url(../image/bg.gif);
}


#inner {
	position:inherit;
	background:url(../image/bg1.gif);
	border:#FFFFFF solid 4px;
	z-index:2;
	margin:0 auto;
	width:800px;
}

#content {
	position:inherit;

	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#header {
	height:424px;
	width:800px;
}

#footer {
	margin-top:20px;
	height:20px;
	background:url(../image/footer.jpg);
	font-weight: bold;
	color: #FFFFFF;
	clear:both;
	padding-top: 3px;
	padding-left: 25px;
}

#nav
{
	top: 400px;
	position: absolute;
	width: 800px;
	height: 20px;

}
#subnav
{
	width: 790px;
	position: absolute;
	top: 19px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	color: #ffffff;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.pic {
	border: 4px solid #FFFFFF;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
#main {
	width: 550px;
	min-height:200px;
	float: left;
	
}
#content a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#content a:hover
{
text-decoration:underline;
}
#picnav {
	width: 150px;
	float: right;

}
#picnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#picnav .da
{
	text-decoration:underline;}

.input {
	height: 12px;
	width: 290px;
	font-size: 11px;
}
textarea {
	height: 200px;
	width: 400px;
	font-size: 11px;
}
#logo {
	position: absolute;
	top: 50px;
}
