﻿body {
	text-align: center;
	margin:0px;
	line-height:1.5;
	background-color:#000000;
}
#container {
	position:relative;
	width:1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size:12px;
	background-color:#FFFFFF;
}
#frontlogin
{
	text-align:right;
}
#banner
{
	width: 100%;
	height:100px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	text-align:left;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:middle;
}
#guide
{
	width:994px;
	text-align:left;
	float:left;
	color:#FFFFFF;
	background-color:Gray;
	padding:3px;
}
#guide a
{
	color:#FFFFFF;
	text-decoration:none;
}
#guide a:hover
{
	text-decoration:underline;
}
#content
{
	clear:both;
}

#block_left
{
	float:left;
	width:300px;
	text-align:left;
}

#block_center
{
	float:left;
	width:500px;
	text-align:center;
}
#block_center img
{
	border:0px;
}
#block_right
{
	float:left;
	width:200px;
	text-align:left;
}
#index_imagelist
{
	clear:both;
	float:left;
	text-align:left;
	width:100%;
}
#index_imagelist ul li
{
	list-style-type: none;
	float:left;
}
#index_imagelist img
{
	border:0px;
}
#index_imagelist div.imagelistdiv
{
	float:left;
	width:170px;
	height:120px;
	text-align:center;
}
#index_imagelist a
{
	text-decoration:none;
}
#index_imagelist a:hover
{
	text-decoration:underline;
	border:solid 1px #cccccc;
}
#footer
{
	clear:both;
	width:100%;
	background-color:ThreeDFace;
}
#footer a:link
{
	text-decoration:none;
	color:Gray;
}
#footer a:hover
{
	color:#FF0000;
	text-decoration:underline;
}

table,td
{
	border:solid 1px #cccccc;
}

div.center
{
	text-align: center;
}

#peopleshow td
{
	border:0px;
}

div.vl
{
	text-align:left; 
	clear:both; 
	width:98%;
	height:100px;
	padding:10px;
	background-image:url(img/vlg.jpg);
}
div.vlh
{
	text-align:left; 
	clear:both; 
	width:100%;
	background-color:#ecf4f6;
}
div.vl a
{
}
div.fl
{
	float:left;
}
div.fr
{
	float:right;
}
div.w70
{
	width:70%;
}
div.w60
{
	width:60%;
}
div.w30
{
	width:30%;
}
div.w20
{
	width:20%;
}
div.tar
{
	text-align:right;
}