@charset "utf-8";
/* CSS Document */

body {
	background:url(images/test.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}

div.head {
	width:100%;
	height:200px;
	padding-top:10px;
	padding-bottom:10px;
}

div.nav {
	height:90px;
	width:100%;
	vertical-align:top;
}

div.content {
	width:900px;
	padding-left:10px;
}

div.bottom {
	width:100%;
	color:#669933;
	font-size:12px;
}

a {
	color:black;
}

span.h {
	color:#669933;
	font-weight:bold;
	font-size:24px;
}

span.img {
float: right;
padding:5px;
}

#Labels {
	width:75px;
	float:left;
}

#Fields {
	width:800px;
	float:right;
}