@charset "utf-8";
/* CSS Document */

body{
	background:#FFF;
}

#container{
	width: 905px;
	text-align:left;
}

#container2{
	height:200px;
	width:905px;
	text-align:left;
}

#container3{
	height:200px;
	width:905px;
	text-align:center;
}

#banner{
	height:129px;
	width:100%;
	position:relative;
	background-color: #000000;
	background-image: url(../images/index_01.gif);
}

#navi{
	height:27px;
	margin-bottom:5px;
	width:auto;
	padding:0;
	position:relative;
}

#navtent{
	border: 1px solid black;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:905px;
	border-right:0px;
}

#navtent li{
	display:inline;
}

#navtent li a{
	display:block;
	display:inline;
	background:#009933 repeat-x scroll left bottom;
	border-right:1px solid black;
	width:225px;
	height:25px;
	line-height:25px;
	text-decortion:none;
	text-align:center;
	float:left;
}

#navtent li a:hover{
	background:#00FFFF;
}

.mlinks{
	list-style:none;
	margin:0px;
	padding:0px;
}

#content{
	height:100%;
	width:905;
	
	position:relative;
	padding:175px;
}

#contact{
	width:905px;
	position:relative;
	padding-top:25px;
	background-color:clear;
	text-align:center;
}

#contentl{
	height:100%;
	width:905px;
	position:relative;
	padding-top:25px;
	background-color:clear;
}

#content_pic{
	position:absolute;
	top: 5px;
	float:left;
	left: 6px;
	height:412px;
	width:421px;
}

#content_text{
	position:absolute;
	background:clear;
	top:-3px;
	left:5px;
	height:620px;
	width:887px;
	padding-left:5px;
	padding-right:5px;
	color:#333;
	text-align: center;
}

#content_title{
	background:white none repeat scroll 0 0;
	height:20px;
	margin:0 auto;
	text-align:center;
	width:460px;
}

#footer{
	height:100px;
	width:905;
	background:clear;
	position:relative;
	margin-top:1000px;
	margin-bottom:5px;
	width:auto;
	padding:0;
	text-align:center;
	top:-800;
}

#footer_info{
	border: 1px solid black;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:905px;
	border-right:0px;
}

#footer_info li{
	display:inline;
}

#footer_info li a{
	display:block;
	display:inline;
	background:#009933 repeat-x scroll left bottom;
	border-right:1px solid black;
	width:225px;
	height:25px;
	line-height:25px;
	text-decortion:none;
	text-align:center;
	float:left;
}

#footer_info li a:hover{
	background:#00FFFF;
}

.flinks{
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
	font:Verdana, Arial, Helvetica, sans-serif large;
}

