@charset "utf-8";
/* CSS Document */

#pages_container {
	position: relative;
	background-image: url(../images/page_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px auto 80px auto;
	height: 651px;
	width: 960px;
	color: #000000;
}
#pages_container a,
#pages_container a:hover,
#pages_container a:visited {
	text-decoration: none;
	color: #710A0B;
}
#pages_content {
	position: absolute;
	top: 22px;
	left: 65px;
	height: 595px;
	width: 850px;
	overflow: auto;
}
#pages_content_lt {
	position: absolute;
	top: 22px;
	left: 65px;
	height: 595px;
	width: 400px;
	overflow: auto;
}
#pages_content_rt {
	position: absolute;
	top: 22px;
	right: 45px;
	height: 595px;
	width: 400px;
	overflow: auto;
}
#pages_menu {
	background-image: url(../images/pages_menu_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -61px;
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	width: 955px;
}
#pages_menu li {
	display: inline-block;
	margin: 0px;
	padding: 18px 25px 0px 25px;
	text-align: center;
	vertical-align: bottom;
	width: 105px;
}
