﻿@import url("headerfooter.css");
h1#logo{
	background-image:url(/template/images/logo.gif);
}
#main{
	overflow:hidden;
	height:300px;
}
#title{
	font-size:16px;
	color:#ed135a;
	text-align:center;
	border-bottom:1px #ed135a solid;
	margin:10px 0;
	padding-bottom:5px;
}
.nav{
	clear:both;
}
.nav li{
	float:left;
	text-align:center;
	margin:3px 5px;
	padding:2px;
}
.nav li a{
	width:110px;
	height:30px;
	line-height:30px;
	border:1px #ed135a dashed;
	color:#ed135a;
	font-size:14px;
	display:block;
}
.nav li a:hover{
	color:#fff;
	background-color:#ed135a;
	border:1px #ed135a solid;
}
#tougao{
	font-size:14px;
	padding-left:30px;
}
#tougaotitle{
	font-size:16px;
	color:#ed135a;
	border-bottom:1px #ed135a solid;
	margin:20px 0 10px;
	padding-bottom:3px;
	padding-left:10px;
}
