/* CSS Document */
html,body,ul,li,form,img {
	margin:0;
	padding:0;
	}
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/web_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#000000;
	line-height:170%;
	}
ul li {
	list-style:none;
	}
.center {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	}
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#175898;
	text-decoration:none;
	}
#content_index {
	width:1003px;
	height:400px;
	}
#content {
	width:923px;
	height:378px;
	background-image:url(../images/inner_bg.jpg);
	padding-top:40px;
	padding-bottom:41px;
	padding-left:34px;
	padding-right:0;
	}
#nav {
	width:1003px;
	height:183px;
	}
#team li {
	float:left;
	margin-right:20px;
	margin-top:10px;
	text-align:center;
	width:100px;
	}