body {
	margin: 0;

	background-image: url("../Image/Common/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 {
	margin: auto;
	
	width: 1024px;
	
	background-image: url("../Image/Common/container.png");
	background-position: center;
	background-repeat: repeat-y;
}

#header, #picture, #content, #footer {
	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("../Image/Common/logo.jpg");
	background-repeat: no-repeat;
}
#hotline {
	position: relative;
	top: -50px;
	left: 712px;
	
	width: 312px;
	height: 25px;
	
	background-image: url("../Image/Common/hotline.png");
	background-repeat: no-repeat;
}
#menu {
	position: relative;
	top: -29px;
	left: 399px;
	
	width: 500px;
	height: 15px;
}
#menuButtons {
	width: 500px;
}
#menuButtons td {
	height: 24px;
	
	cursor: pointer;
}
#menuButton1, #menuButton2, #menuButton3, #menuButton4, #menuButton5, #menuButton6 {
	background-repeat: no-repeat;
}
#menuButton1.normal {
	background-image: url("../Image/Common/menuButton11.png");
}
#menuButton1.hover {
	background-image: url("../Image/Common/menuButton12.png");
}
#menuButton1.selected {
	background-image: url("../Image/Common/menuButton13.png");
}
#menuButton2.normal {
	background-image: url("../Image/Common/menuButton21.png");
}
#menuButton2.hover {
	background-image: url("../Image/Common/menuButton22.png");
}
#menuButton2.selected {
	background-image: url("../Image/Common/menuButton23.png");
}
#menuButton3.normal {
	background-image: url("../Image/Common/menuButton31.png");
}
#menuButton3.hover {
	background-image: url("../Image/Common/menuButton32.png");
}
#menuButton3.selected {
	background-image: url("../Image/Common/menuButton33.png");
}
#menuButton4.normal {
	background-image: url("../Image/Common/menuButton41.png");
}
#menuButton4.hover {
	background-image: url("../Image/Common/menuButton42.png");
}
#menuButton4.selected {
	background-image: url("../Image/Common/menuButton43.png");
}
#menuButton5.normal {
	background-image: url("../Image/Common/menuButton51.png");
}
#menuButton5.hover {
	background-image: url("../Image/Common/menuButton52.png");
}
#menuButton5.selected {
	background-image: url("../Image/Common/menuButton53.png");
}
#menuButton6.normal {
	background-image: url("../Image/Common/menuButton61.png");
}
#menuButton6.hover {
	background-image: url("../Image/Common/menuButton62.png");
}
#menuButton6.selected {
	background-image: url("../Image/Common/menuButton63.png");
}

#content {
	padding: 15px 0 0 0;
}

#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;
}

#left a.a-primary {
	display: block;
	
	font-size: 12px;
	color: #CC2929;
	text-decoration: none;
}
#left a.a-primary:hover {
	color: #FF0000;
}

#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;
	padding: 15px 0 0 0;
}
#logo2 {
	position: relative;
	top: 0;
	left: 920px;
	
	width: 93px;
	height: 18px;
	
	background-image: url("../Image/Common/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;
}

.span-primary {
	color: #FF0000;
}