html {
	background-color: #2a4f6c;
	min-width: 998px;
}
body {
	min-height: 100%;
	height: 100%;
	min-width: 780px;
	background-image: url(/images/site/body.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#page {
	
}
#top {
	background-image: url(/images/site/top.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 102px;
}
#logo {
	width: 281px;
	height: 102px;
	margin-left: 17px;
	background-image: url(/images/site/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#logo a {
	display: block;
	margin-left: 6px;
	width: 271px;
	height: 102px;
}

#menu {
	
}
#menu a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	padding-top: 13px;
	background-image: url(/images/site/mark.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu table {
	
}
#menu table td {
	padding: 0px 17px;
	height: 102px;
}
#menu table td.hline {
	padding: 0px;
	width: 5px;
	font-size: 0px;
	background-image: url(/images/site/hline.png);
	background-position: center center;
	background-repeat: no-repeat;
}













.wrapper {
	padding-left: 295px;
}

#left {
	width: 295px;
	margin-left: -295px;
	height: 533px;
	float: left;
	background-image: url(/images/site/picture.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
#left span {
	font-size: 24px;
}
#left2 {
	width: 295px;
	margin-left: -295px;
	margin-top: 553px;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
}
#left2 p {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
}
#left2 p b {
	color: #ffffff;
	font-size: 14px;
}
#left2 p.head {
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Arial;
	margin-bottom: 5px;
	font-weight: bold;
}
#right {
	margin-top: 1px;
	background-color: #e6e8db;
	float: left;
	min-height: 1230px;
	padding: 20px 0px;
	width: 100%;
}
#right-bottom {
	height: 89px;
	background-color: #fff;
	background-image: url(/images/site/right-bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#right-bottom table {
	height: 100%;
	margin: 0px 20px;
}
#right-bottom table td {
	padding: 0px 10px;
}
#right-bottom a {
	font-size: 16px;
}
#bottom {
	color: #c0cbd3;
	text-align: center;
	line-height: 45px;
	height: 45px;
	margin-left: -2px;
	background-image: url(/images/site/bottom.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 9px;
}
#bottom b {
	color: #8ac75a;
}
#bottom a {
	color: #fff;
}
.content {
	padding: 0px 30px;
}

.pages a.active {
	font-weight: bold;
	text-decoration: none;
}

