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

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	- .section_on
	- #wrapper
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Century Gothic;
	color:#706863;
}
a {
	color:#9D9088;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#page_wrapper {
	background:url(/Images/bkgd.jpg) repeat-x top center;
	background-position:0 -60px;
	float:left;
	width:100%;
}
#header {
	width:832px;
	height:140px;
	margin:30px auto 0;
}
#logo {
	float:left;
	height:74px;
	width:100%;
}
#nav_left {
	width:40%;
	height:33px;
	margin-top:182px;
	background:url(/Images/nav_bg.png) repeat-x;
}
#navigation {
	float:left;
	margin-top:18px;
	height:33px;
	background:url(/Images/nav_bg.png) repeat-x;
}
#navigation .sub {
	float:left;
	width:497px;
	margin-right:-8px;
}
#navigation .sub ul {
	list-style:none;
	padding:0;
	margin:0;
}
#navigation .sub ul li {
	float:left;
	display:block;
	height:33px;
}
#content_wrap {
	width:880px;	
	margin:28px auto 0;
}
#content_lshad {
	float:left;
	width:15px;
	height:283px;
	background:url(/Images/shad_l.png) no-repeat top right;
}
#content_center {
	float:left;
	width:848px;
}
#content_rshad {
	float:left;
	width:15px;
	height:283px;
	background:url(/Images/shad_r.png) no-repeat top left;
}
#page_banner {
	float:left;
	display:inline;
	background-color:#ffffff;
}
#page_content {
	float:left;
	display:inline;
	width:800px;
	margin-top:15px;
	margin-left:10px;
}
#page_left {
	float:left;
	width:190px;
	height:360px;
}
#page_left .title {
	color:#9D9088;
	font-size:18px;
}
#page_left .pink {
	color:#f073ac;	
	font-size:18px;
}
#page_left .folio {
	margin-left:13px;
	margin-top:5px;
}
#page_left .folio ul {
	list-style:none;
	margin:0;
	padding:10px 0 0;
}
#page_left .folio ul li {
	float:left;
	width:150px;
	padding:5px 0 5px 0;
	border-bottom:#9D9088 dotted 2px;
	font-size:12px;
}
#page_news {
	float:left;
	display:inline;
	margin-top:12px;
	margin-left:15px;
	width:196px;
	height:259px;
	background:url(/Images/news_bg.png) no-repeat;
}
#page_news_content {
	margin:10px 0 0 20px;
}
#page_subscribe {
	float:right;
	display:inline;
	margin-top:12px;
	margin-left:15px;
	width:196px;
	height:140px;
	background:url(/Images/subsc_bg.png) no-repeat;
}
#content_arena {
	width:590px;
	float:left;
	padding-left:10px;
	border-left:#e8e0d8 solid 1px;
}
#page_footer {
	float:left;
	width:100%;
	height:67px;
	margin-top:30px;
	margin-bottom:30px;
	background:url(/Images/bkgd2.jpg) no-repeat center;
}
#page_testimonials {
	left:50%;
	position:absolute;
	margin-left:-255px;
	height:67px;
	background-color:#9D9088;
	color:#ffffff;
}
#page_testimonials .quo {
	margin:6px 0 0 92px;
	height:;
	width:590px;
}
