html {
    font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}

body {
	margin: 0;
	height: 100%;
	background-color: #333333;
	background-image: url(/images/bg101.jpg);
	background-position: 50% 0;
	color: #000000;
	line-height: 1.5;

	font-size: 80%;
	text-align: center;
}

#page
{
	width: 760px;
	float: left;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 18px 0 18px;

	text-align: left;
}
#banner {
	float: left;
}
#nav {
  margin: 0;
  padding: 0;
  background: #F5D43A;
  list-style-type: none;
  width: 726px;    
  float: left;
  text-transform: uppercase;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;

}
#nav a {
  float: left;
  width: 120px;
  color: #010101;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #FFF;
}

#nav a:hover {
  background: #CCFD8D;
}
#body_hom #nav_hom a, #body_map #nav_map a,
    #body_jou #nav_jou a,#body_his #nav_his a,
    #body_ref #nav_ref a,
    #body_con #nav_con a {
  background: #BEB06F;
  color: #1A1303;
  font-weight: bold;
}
#page #photo {
}
#page #text {
	color: white;
	font-size: 12px;
	text-align: justify;
	float: left;
	width: 450px;
	padding: 5px;
}
#login {
	float: left;
	color: white;
}
#map {
	float: left;
	width: 500px; 
	height: 300px;
	margin-top: 20px;
}
#maptext {
	color: white;
	font-size: 12px;
	margin-top: 20px;
	float: left;
	width: 260px;
	height: 300px;
}
#maptext a{
	color: red;
}
#maptext a:hover{
	color: green;
}
#pix {
	margin-top: 5px;
	margin-left: 15px;
	width: 250px;
	float: left;
}
#left {
	margin-top: 30px;
	float: left;
	width: 230px;
}
#fc {
	margin-top: 30px;
	color: white;
	font-size: 14px;
	text-align: justify;
	float: left;
	padding: 5px;
	width: 260px;
	margin-left: 30px;
}
#right {
	margin-top: 30px;
	float: left;
	width: 230px;
}
#rest {
	border-style: ridge;
	color: white;
	text-align: center;
}

#thead{
	font-weight: bold;


}