*{
	margin: 0;
	padding: 0;
}

body, html{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Verdana;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

a img{ border: 0px solid; }

h1{
	font-size: 20px;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #FF9934;
	width: auto;
	margin-bottom: 20px;
}

#site{
	width: 960px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

#site .left{
	width: 400px;
	height: auto;
	float: left;
}

#site .left ul{
	list-style: none;
}

#site .left ul li{
	width: 70px;
	height: 70px;
	float: left;
	text-align: center;
	background: #CECECE;
	border: 1px solid #FFF;
}

#site .left ul li a{
	display: block;
	width: 70px;
	height: 50px;
	padding-top: 20px;
	color: #000;
	text-decoration: none;
}

#site .left ul li:hover{
	background: #D18418;
}

#site .left img{
	float: left;
}

#site .content{
	width: 560px;
	height: auto;
	float: left;
	padding-top: 20px;
	text-align: center;
}

#site .content p{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	clear: both;
}


