@charset "UTF-8";
/* CSS Document */


body{
	width:100%;
	height:100%;
	background-color:#ffffff;
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#main_container{
	
	width:100%;
	height:100%;


}
#container{
	
	width:775px;
	height:auto;
	top:0px;
	margin: 0 auto;
	background-color:#FFFFFF;
	clear:both;


}


#top1{
	height: 174px;
	top:0px;
	width: 775px;
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	clear:both;

}

#top_nav{

	width: 190px;
	height:30px;
	float:right;
	top:0px;
	padding-top:4px;
	
}

#top_nav ul {

	list-style:none;
	padding:0px;
	margin:0px;
	
}

#top_nav li{
	float: left;
	margin: 0 0.40em;

}



#top_text{
	width:auto;
	height:30px;
	top:0px;
	float:left;
	left:10px;
	clear:both;
	padding:4px;

}

#top_bottomtxt{
	
	width:320px;
	height:auto;
	float:right;
	clear:both;
	


}



#top_bottomtxt ul {

	list-style:none;
	padding:5px;
	margin:0px;
	
}

/*-------------------------------------------------------------------------------------------------*/

#middle1{
	height:auto;
	width:775px;
	top:174px;
	

}

#middle2{
	
	width:775px;
	height:auto;
	float:left;
	background-image:url("../images/picture.jpg");
	background-repeat:no-repeat;
	clear:both;

}

/*-------------NAV-----*/

#nav{
	
	top:0px;
	float:left;
	width:163px;
	z-index:10;
	

	
}

#body_text{
	width: 600px;
	float:right;
	margin-top: 190px;	
	z-index:10;
}

#nav1{
	top:48px;
	position: relative;
	z-index:10;

}
#nav2{
	position: relative;
	top: 80px;
	z-index:10;

}

#nav1_content ul {

	list-style:none;
	padding:5px;
	margin:0px;
	
	
}
#nav2_content ul {

	list-style:none;
	padding:5px;
	margin:0px;
	
}

#sub_middle{

	width:775px;
	height:100px;
	padding-bottom: 40px;
	float:left;

}


#bottom1{
	position:relative;
	left:0px;
	height: 200px;
	width: 100%;
	background-color:#3399cc;
	background-repeat: repeat;
	clear: both;
	bottom: 0px;
}


#footer{
	
	height: 200px;
	width: 775px;
	
	background-color: #3399cc;
}

