/* 通用 */
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
	font-size: 12px;
	color: #bd77f3;
	font-weight: bold;
}
h1, h2, h3 {
	margin: 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC00CC;
}
h1 {
	letter-spacing: -2px;
	font-size: 36px;
}
h2 {
	letter-spacing: -1px;
	font-size: 22px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	display: inline;
}
a {
	color: #AFDA3B;
}
a:hover {
	text-decoration: none;
}
.color1 {
	color: red;
}
.color2 {
	color: #9DC9E8;
}
.color3 {
	color: #f90;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
text-align:center;
}
img.alignleft {
	margin-right: 25px;
}
img.alignright {
	margin-left: 25px;
}
a img, img {
	border: 2px solid #FFFFFF;
}
/* 头部 */
#head {
	width: 768px;
}
/* 内容 */
#content {
	width: 768px;
}
/* 侧边导航栏 */
#sidebar {
	width: 182px;
	overflow: hidden;
}
#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	width: 180px;
	height: 80px;
	overflow: hidden;
	display: block;
	list-style: none;
}
/* 内容主体 */
#main {
	width: 548px;
	border: 2px solid #FFFFFF;
	overflow: hidden;
	display: block;
	padding: 10px 15px;
	line-height: 20px;
}
#main p {
}
#main img {
	text-align: center;
}
#footer {
	font-weight: bold;
	text-align: center;
}
