#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 180px;
	margin: 10px 0 0 0;
	background: url(images/patima.jpg);
}

#content {
	border-right: 10px solid #FFD700;
	border-left: 10px solid #FFD700;
	border-bottom: 10px solid #FFD700;
	padding: 10px 20px 40px;
}

#content #report {
	width: 820px;
	margin: 20px auto;
	padding: 15px 0px 30px 65px;
}

#content #report .leftLabel {
	float: left;
	clear: left;
	margin: 20px 20px 0 0;
	width: 130px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

#content #report .rightInput {
	width: 500px;
	height: 35px;
	padding: 0 20px 0px 20px;
	margin: 20px 0 0 0;
	font-family: sans-serif;
	font-size: 16px;
}

#content #report input[type=submit], #content #report input[type=reset] {
	width: 180px;
	height: 52px;
	margin: 25px 130px 25px auto;
	float: right;
}

#content th{
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 6px;
}

#content #map_canvas {
	width:900px; height:556px;
}

#content #map_2 {
	width:900px; height:556px
}

#nav {
	width: 960px;
	overflow: hidden;
}

#nav a {
	width: 191px;
	height: 35px;
	float: left;
	padding: 12px 0 0 0;
	background: url(images/nav.jpg);
	border-right: 1px outset #FFD700;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #00FF00;
}

#nav a:hover {
	background: url(images/nav_hover.jpg);
	color: #FFFF00;
}

#header h1{
	text-align:right;
	color: #616369;
	padding: 40px 50px;
	font-style: italic;
}

#footer p {
	text-align: center;
}