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

#pages {
	width: 855px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	clear: both;
	overflow: hidden;
	
	background: url(../images/pages_bg.png);
}
#pages_menu {
	width: 180px;
	height: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
#pages_content {
	width: 455px;
	height: auto;
	float: left;
	margin: 0px 10px 0px 0px;
}
#pages_banner {
	width: 170px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 15px;
}
#pagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#666;
	line-height: 34px;
}
#pagetitle p{
	margin: 0px;
}
#pagebody p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
}
.pages_spacer {
	width: 855px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border-bottom: groove;
	border-bottom-color: #CCC;
}

