body {
	font-family: arial;
	margin: 0;
	padding: 0;
}

input,select {
	margin: 0 5px 0 5px;
}

label {
	font-size: 12px;
	color: #777777;
}

.content {
	background: url(images/stars.jpg) top left repeat-y;
	width: 975px;
	text-align: left;
	position: relative;
}

.header {
	height: 130px;
	width: 100%;
}

#nav {
	text-align: right;
	width: 800px;
	margin: 0 auto 40px auto;
}

#pageHeader
{
	position:absolute; 
	width:1px; 
	height:1px; 
	z-index:1
}

#title {
	margin: 30px 0 10px 115px;
	background: url(images/line.jpg) top left no-repeat;
	color: #777777;
	padding: 0 0 0 7px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
}

#form1 {
	float: left;
	clear: left;
	margin: 20px 0 0 115px;
	border: 1px solid #999999;
	padding: 3px;
}

#form2 {
	float: right;
	clear: right;
	margin: 20px 50px 0 0;
	border: 1px solid #999999;
	padding: 3px;
}

#loadingTable {
	position: absolute;
		left: 275px;
		top: 315px;
}

#map {
	clear: both;
	margin: 5px 115px 0 115px;
	width: 810px;
	height: 550px;
}

.infoTxt {
	color: #777777;
	margin: 0 0 0 115px;
	font-size: 11px;
	letter-spacing: 1px;
}

.footer {
	width: 100%;
	height: 10px;
	clear: both;
	background: url(images/footer.jpg) top center no-repeat;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #777777;
}

.footer a:link,.footer a:visited {
	text-decoration: none;
	color: #777777;
}