html{
    height: 100%;
}
body{
    height: 100%;
    margin: 0;
    padding: 0
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 180px;
	margin: 10px 0 0 0;
	background: url(../images/patima.jpg);
}

#header h1 {
	text-align: right;
	color: #616369;
	padding: 40px 50px;
	font-style:italic;
}

#content {
	border-right: 10px solid #FFD700;
	border-left: 10px solid #FFD700;
	border-bottom: 10px solid #FFD700;
	padding: 10px 20px 40px;
}

#content table{
	border-width:1px;
    border-style:solid; 
	text-align:left;
	font-family: "Courier New", SimSun;	
	font-size: 14px;
}
#content th{
	border-bottom: 1px solid;
	padding: 6px;
}
#content tr.grey{
    background:#dddddd;
}

#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 fieldset{
	width: 670px;
	text-align: center; 
	font-weight: bold;
	margin: 20px 0 0 0;
}

#content #report fieldset legend {
	text-align: left;
}

#content #report fieldset .radioLabel {
	margin-left: 50px;
	font-weight: normal;
}	

#content #report input[type=submit], #content #report input[type=reset] {
	width: 180px; 
	height: 52px;
	margin: 25px 130px 25px auto;
	float: right;
}

#content #map_canvas {
	width:700px; height:432px;
}

#content #map_2 {
	width:700px; height:432px
}

#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;
}

#legend {
	font-family: Arial, sans-serif;
	background: #fff;
	padding: 10px;
	margin: 10px;
	border: 3px solid #000;
}
#legend h3 {
	margin-top: 0;
}
#legend img {
	vertical-align: middle;
}

#footer p {
	text-align: center;
	font-family: "Times New Roman", "Courier New";
	color: #FFD700;
	font-size: 11px;
}