@charset "utf-8";
/* CSS Document */



body{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		background-image:url('../images/body_background.jpg');
		border-bottom-color:#FFF;
		background-position:top left;
		background-repeat:repeat-x;
		margin:0px;
		padding:0px;
	}
	
	#background_fix{
		width:50%;
		height:374px;
		position:absolute;
		left:0px;
		top:0px;
		background-image:url('../images/left_bk_fix.jpg');
		z-index:-1;
		background-position:top left;
		background-repeat:repeat-x;
		
	}
	#wsite{
		width:1000px;
		float:left;
		position:absolute;
		left:50%;
		top:0px;
		margin-left:-500px;
	}
	
	#topmenu{
		width:990px;
		padding-top:7px;
		padding-left:5px;
		height:27px;
		background:#000;
		color:#FFF;
		float:left;
	}
	
	#topmenu a{
		display:block;
		float:left;
		padding:3px;
		color:#FFF;
		text-decoration:none;
	}
	
	#topmenu a:hover{
		text-decoration:underline;
	}
	
	#header_container{
		width:941px;
		height:250px;
		float:left;
		background:url('../images/header.jpg');
	}
	
	#header_left{
		width:560px;
		height:230px;
		padding:10px 10px 10px 30px;		
		float:left;
		/* background-color:#000; */
	}
	
	#header_left h1{
		color:#FD8;
		font-family:Arial, Helvetica, sans-serif;
		font-size:26px;
		font-weight:bold;
		font-weight:normal;
		margin:0px;
		padding-top:5px;
	}
	
	#header_left h2{
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		margin:0px;
	}
	
	#header_left ul{
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFF;
	}
	
	#header_left li{
		color:#FFF;
		list-style-type:square;
	}
	#header_right{
		width:311px;
		height:230px;
		padding:10px;
		float:left;
		
	}
	#header_horiz_line{
		width:1000px;
		float:left;
		height:2px;
		/* background:#c00; */
	}
	
	#menu{
		width:1000px;
		height:61px;
		float:left;
		position:absolute;
		left:0px;
		top:286px;
		z-index:99;
	}
	
	#menu a{
		display:block;
		float:left;
		text-align:center;
		width:150px;
		padding:5px;
		color:#666;
		text-decoration:none;
		border-right:1px solid #CCC;
	}
	
	#menu a:hover{
		
		background:#E0E0E0;
	}
	
	#menu_bk{
		padding-top:10px;
		padding-left:10px;
		height:51px;
		background-image:url('../images/menu_back.jpg');
		float:left;
	}
	
	#menu_end{
		width:131px;
		height:61px;
		background-image:url('../images/menu_end.jpg');
		float:left;

	}
	#page{
		width:980px;
		padding:50px 10px 10px 10px;
		float:left;
	}
	
	#footer{
		width:980px;
		padding:50px 10px 10px 10px;
		float:left;
		text-align:center;
	}
	
	li{
		margin:0px;
		padding:0px;

	}
	
	ul{
		margin:0px;
		padding-left:10px;
		display:inline;
		
		
	}
