@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(pictures/background.jpg);
	margin: 0;
	padding: 0;
	font-size:12px;
	text-align:center;
	}
img{
	border:none;
	margin-bottom: 4px;
	}

#gb tr td {
	font-size:9px;
	color:#FF0000;
	}
h1 {
	margin-left: 5px;
	font-size:13px;
	font-weight: bold;
	color:#FEC449;
	margin-top: 7px;
	margin-bottom: -15px;
	line-height:normal;
	}
p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 12px;
	color:#333333;
	}
a {
	color:#815A41;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border: none;
	border-style: none;
	}

#top_frame{
	background-color:#FEC449;
	height: 28px;
	width: 100%;
}
#container{
	text-align:left;
	background-image:url(pictures/back_all.jpg);
	/*	margin: 0 auto 0 auto;*/
	margin-left:auto;
	margin-right:auto;
	height: 608px;
	width: 956px;
	background-repeat: no-repeat;
	position:relative;
}
#top{
	height: 155px;
	width: 956px;
	float: none;
}

#bottom{
	height: 450px;
	width: 705px;
	float: none;
}


#navigation{
	height: 38px;
	width: 582px;
	text-align:center;
	margin: 90px 40px 0 220px;
	position:absolute;
}

	 .nav1 a {
	font-size:13px;
	display: block;
	padding: 12px 7px 0 6px;
	text-decoration: none;
	color:#ffffff;
	font-weight:normal;
	float:left;
	 }
	  
	 .nav1 a:visited {
		text-decoration: none;
		color:#ffffff; 
	  }
	 .nav1 a:hover {
		color:#FA7C58;
		text-decoration: none;
	  }
	  .nav1 a:active {
		color:#f99534; 
	  }	

		  
		 .nav1_act a {
			font-size:13px;
			display: block;
			margin: 12px 7px 0 6px;
			text-decoration: none;
			color:#f99534;
			font-weight:normal;
			float:left;
			}
		
#left_blank{
	width: 113px;
	height: 400px;
	float: left;
	}

#left{
	width:130px;
	height:175px;
	float: left;
	margin-top: 243px;
}
#content{
	height: 420px;
	width: 270px;
	margin: 0px 0px 0px 10px;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
/*	overflow: auto;*/
}



#right{
	float:right;
	height: 420px;
	width: 166px;
}
#content_right{
	height: 300px;
	width: 100%;
	overflow: auto;
}
#small_info_right{
	height: 105px;
	width: 100%;
	margin: 15px 0 0 0;
	text-align: center;
	overflow: hidden;
	/*overflow: hidden;*/
}

