@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0px;
}

body img{
	border: 0px;
}


a {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#F60;
	text-decoration: none;
}


/* 容器定义 */
#container {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* 头部定义 */
#head {
	
}

#menu {
	clear: both;
	text-align: center;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover{
	color:#F60;
}

/* 左侧定义 */

#left {
	float: left;
	width: 210px;
	background-color: #5ed4ce;
	background-image: url(../images/leftbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left p{
	text-indent: 36px;
}


#mid {
	margin-left: 210px;
	background-image: url(../images/midbg.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
}

#mid p{
	padding:0px;
	margin: 0px;}


/* 中间定义 */
#content {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
}


#content h1{
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px;
}


.tabel{
	border: 1px solid #CCCCCC;
}

.tabeltd{
	background-color: #E1E1E1;
	height: 28px;
	padding-left: 20px;
}

.tabeltd2{
	background-color: #EFEFEF;
	padding-left: 20px;
}

/* 底部定义 */
#bottom {
	font-size: 12px;
	color: #666666;
	margin-bottom: 30px;
	background-image: url(../images/footbg.gif);
	background-repeat: no-repeat;
	height: 92px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#bottom a {
	color:#666666;
	text-decoration:none;
}

#bottom a:hover{
	color:#F60;
}

#bottomright {
	float: right;
}

#bottomright img {
	position:relative;
	top:4px;
	padding-right: 6px;
	padding-left: 6px;
}
