body {
	background-image: url("../Images/Commons/body.png");
	
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
table {
	border-collapse: collapse;  
	border-spacing: 0;
}
th, td {
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}

#container {
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	
	background-image: url("../Images/Commons/container.png");
	background-position: center;
	background-repeat: repeat-y;
}

#header, #picture, #content, #footer {
	margin: 0 auto;
	
	width: 1024px;
	
	background-color: white;
}
#header {
	height: 65px;
	
	border-bottom: solid 5px #eeeeee;
}
#logo1 {
	position: relative;
	top: 10px;
	left: 30px;
	
	width: 180px;
	height: 50px;
	
	background-image: url("../Images/Commons/logo3.png");
	background-repeat: no-repeat;
}
#hotline {
	position: relative;
	top: -50px;
	left: 712px;
	
	width: 312px;
	height: 25px;
	
	background-image: url("../Images/Commons/hotline.png");
	background-repeat: no-repeat;
}
#menu {
	position: relative;
	top: -29px;
	left: 253px;
	
	width: 751px;
	height: 15px;
}
#menuButtons {
	width: 751px;
}
#menuButtons td {
	height: 24px;
	
	cursor: pointer;
}
#menuButton1, #menuButton2, #menuButton3, #menuButton4, #menuButton5, #menuButton6 {
	background-repeat: no-repeat;
}
#menuButton1.normal {
	background-image: url("../Images/Commons/menuButton11.png");
}
#menuButton1.hover {
	background-image: url("../Images/Commons/menuButton12.png");
}
#menuButton1.selected {
	background-image: url("../Images/Commons/menuButton13.png");
}
#menuButton2.normal {
	background-image: url("../Images/Commons/menuButton21.png");
}
#menuButton2.hover {
	background-image: url("../Images/Commons/menuButton22.png");
}
#menuButton2.selected {
	background-image: url("../Images/Commons/menuButton23.png");
}
#menuButton3.normal {
	background-image: url("../Images/Commons/menuButton31.png");
}
#menuButton3.hover {
	background-image: url("../Images/Commons/menuButton32.png");
}
#menuButton3.selected {
	background-image: url("../Images/Commons/menuButton33.png");
}
#menuButton4.normal {
	background-image: url("../Images/Commons/menuButton41.png");
}
#menuButton4.hover {
	background-image: url("../Images/Commons/menuButton42.png");
}
#menuButton4.selected {
	background-image: url("../Images/Commons/menuButton43.png");
}
#menuButton5.normal {
	background-image: url("../Images/Commons/menuButton51.png");
}
#menuButton5.hover {
	background-image: url("../Images/Commons/menuButton52.png");
}
#menuButton5.selected {
	background-image: url("../Images/Commons/menuButton53.png");
}
#menuButton6.normal {
	background-image: url("../Images/Commons/menuButton61.png");
}
#menuButton6.hover {
	background-image: url("../Images/Commons/menuButton62.png");
}
#menuButton6.selected {
	background-image: url("../Images/Commons/menuButton63.png");
}

#left {
	float: left;
	
	width: 200px;
	
	margin: 0 20px 0 10px;
}

#left h2 {
	margin: 0;
	padding: 5px 10px 8px 10px;
	
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#left h3 {
	padding: 10px 0 5px 10px;
	margin: 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #666;
	
	border-top: solid 1px #d9d9d9;
}

#left ul {
	margin: 0;
	padding: 0 0 10px 10px;
	
	list-style: none outside;
}
#left li {
	margin: 0;
	padding: 0 0 5px 0;
	
	list-style: none outside;
}

#left a {
	display: block;
	
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

#left a:hover {
	color: #666;
}

#main {
	float: left;
	
	width: 780px;
}
#postTitle {
	text-align: center;
}
#postTitle h1 {
	margin: 10px 0 10px 0;
	
	font-size: 22px;
	font-weight: normal;
	color: #555;
}
#postContent {
	margin: 10px 0;
	
	line-height: 26px;
	font-size: 14px;
	color: #383838;
}

#footer {
	height: 50px;
}
#logo2 {
	position: relative;
	top: 0;
	left: 920px;
	
	width: 93px;
	height: 18px;
	
	background-image: url("../Images/Commons/logo2.png");
	background-repeat: no-repeat;
}
#about {
	position: relative;
	top: 10px;
	left: 664px;
	
	width: 350px;
	
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#aboutButtons {
	width: 350px;
}
#aboutButtons td {
	text-align: right;
}
#aboutButtons a {
	color: #333;
}