* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial;
	font-size: 12px;
	background: url(images/page_bg.jpg) no-repeat center 126px;
}

body.home {
	background: url(images/home_bg.jpg) repeat-x center 126px;
}

img {
	border-style: none;
}

a {
	text-decoration: underline;
	color: #391a3d;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

#wrapper { 
	margin: 0 auto;
	width: 967px;
}

/* @group Header */

#header {
	width: 967px;
	padding: 0;
	height: 126px;
	margin: 0;
}

#header h1 {
	width: 327px;
	height: 108px;
	float: left;
	text-indent: -5000px;
	background: url(images/logo.png) no-repeat;
	margin-top: 9px;
}

#header h1 a {
	width: 327px;
	height: 108px;
	float: left;
}

#header ul {
	float: right;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	padding-top: 89px;
}

#header ul li {
	float: left;
	margin-right: 19px;
}

#header ul li a {
	color: #37193b;
	text-decoration: none;
	padding: 0 0 1px;
}

#header ul li a:hover, #header ul li.current_page_item a {
	border-bottom: 2px solid #37193b;
}

#titlebar {
	padding: 0;
	margin: 0;
	width: 967px;
	height: 158px;
}

#titlebar h2 {
	color: #fff;
	font-size: 29px;
	font-weight: bold;
	padding-top: 44px;
	padding-left: 7px;
}

#home_banner {
	padding: 0;
	margin: 0;
	width: 967px;
	height: 372px;
}

#home_banner p {
	text-indent: -5000px;
}



/* @end */

#content {
	overflow: hidden;
	width: 967px;
	margin: 0;
	padding: 0;
}

#page_content {
	overflow: hidden;
	width: 967px;
	margin: 0;
	padding: 15px 6px 13px;
}

.entry {
	margin-bottom: 25px;
}

.entry h2 {
	color: #412046;
	margin-bottom: 4px;
	font-size: 23px;
}

.entry h3 {
	color: #412046;
	margin-bottom: 4px;
	font-size: 17px;
}

.entry h4 {
	color: #412046;
	margin-bottom: 4px;
	font-size: 15px;
}

.entry p {
	color: #48254c;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

.entry ul {
	margin-bottom: 14px;
	list-style-type: disc;
	padding-left: 33px;
}

.entry blockquote {
	padding-left: 65px;
	padding-right: 65px;
	font-size: 15px;
	font-style: italic;
}

.entry ul li {
	color: #48254c;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 3px;
}

.quote {
	width: 967px;
	background: url(images/quote.gif) no-repeat 0 bottom;
	margin-bottom: 10px;
	overflow: hidden;
	height: 105px;
}

.quote .qtop {
	height: 21px;
	width: 967px;
	background: url(images/quote_top.gif) no-repeat;
}

.quote p {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 22px;
	width: 867px;
	float: left;
	height: 60px;
}

.quote p.by {
	color: #412046;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	margin: 0;
	height: 19px;
	padding: 0;
	position: relative;
	right: 57px;
}

.quote p.by span {
	text-transform: uppercase;
}

#homecontent {
	overflow: hidden;
	width: 967px;
	margin: 0 0 16px;
	padding: 10px 0 8px;
}

#homecontent .singleboxes {
	overflow: hidden;
	width: 967px;
	margin-bottom: 18px;
}

#homecontent .individual {
	width: 225px;
	height: 300px;
	float: left;
	margin-left: 5px;
	background-color: #e2bce7;
	border: 1px solid #391a3d;
	margin-right: 13px;
}

#homecontent .individual.last {
	margin-right: 0;
	float: right;
}

#homecontent .individual img {
	margin-bottom: 10px;
}

#homecontent .individual p {
	font-size: 13px;
	color: #391a3d;
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 6px;
}

#homecontent .individual p.right {
	text-align: right;
}

#homecontent .individual h3 {
	background-color: #391a3d;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	height: 57px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	line-height: 23px;
	font-weight: bold;
}

#homecontent .individual h3 a {
	color: #fff;
	text-decoration: none;
}

#homecontent .largebox {
	width: 450px;
	height: 205px;
	float: left;
	margin-left: 5px;
	background-color: #e2bce7;
	border: 1px solid #391a3d;
	padding: 13px 10px 10px;
}

#homecontent .largebox.right {
	float: right;
}

#homecontent .largebox h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 17px;
}

#homecontent .largebox h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}

#homecontent .largebox ul {
	list-style-type: none;
}

#homecontent .largebox p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 9px;
}

#homecontent .largebox ul li {
	margin-bottom: 9px;
	background: url(images/bullet.gif) no-repeat 1px 1px;
	padding-left: 19px;
	font-size: 13px;
	margin-top: 7px;
}

#homecontent .largebox p.more {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#homecontent .largebox a {
	text-decoration: none;
	font-weight: bold;
}

#mainc { 
	float: left;
	margin: 0;
	padding: 0;
	width: 720px;
	display: inline;
	position: relative;
}

#mainc p {
	color: #333;
	font-size: 13px;
	line-height: 17px;
}

#mainc li {
	color: #333;
	font-size: 14px;
	line-height: 17px;
}

#mainc img {
	border: 2px solid #48254c;
}

#mainc .entry {
	margin-bottom: 35px;
}

#mainc h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #48254c;
}

#mainc h3 {
	color: #48254c;
	font-size: 14px;
	margin-bottom: 4px;
}

#mainc h3 a {
	text-decoration: none;
}

#sidebar { 
	display: inline;
	margin: 0;
	padding: 0;
	width: 220px;
	float: right;
	color: #412046;
	font-size: 13px;
	line-height: 18px;
}

#sidebar a.rss {
	background: url(images/rss.gif) no-repeat;
	padding-top: 28px;
	height: 28px;
	float: left;
	padding-left: 55px;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar h3 {
	color: #412046;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

#sidebar p {
	margin-bottom: 20px;
	overflow: hidden;
}

#sidebar ul {
	margin-bottom: 20px;
	list-style-type: none;
}

#sidebar ul li {
	margin-bottom: 2px;
}

/* @group Footer */

#footer { 
	width: 100%;
	clear: both;
	padding: 0;
	height: 38px;
	background: url(images/footerbg.gif) repeat-x center 0;
	font-size: 11px;
	color: #442048;
	margin: 0;
}

#footer .wrap {
	height: 38px;
	width: 967px;
	margin: 0 auto;
}

#footer p {
	text-align: center;
	padding-top: 13px;
}

#footer a {
	color: #442048;
	text-decoration: none;
}

#footer a:hover {
	color: #442048;
	text-decoration: underline;
}

.clear { 
	clear: both; 
	background: none; 
}



/* @end */