
	body {
	background: #35383b url(images/body_bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font: 62.5% 'Lucida Sans', Tahoma, Verdana, Arial, sans-serif;
	color: #bcbcbc;
	}
	
	a {
	color: #ffed00;
	text-decoration: none;
	}
	
	a:hover {
	color: #9a9a9a;
	}
	
	img {
	border: none;
	}
	
	#top {
	background: url(images/top_bg.png) no-repeat center top;
	min-height: 198px;
	clear: both;
	}
	
	#top h1 a {
	display: block;
	width: 250px; 
	height: 100px;
	margin-left: 420px;
	}
	
	#nav {
	width: 980px;
	margin: 0 auto;
	}
	
	#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 48px;
	border-left: 1px solid #df5aa8;
	}
	
	#nav ul li {
	float: left;
	border-right: 1px solid #df5aa8;
	text-transform: uppercase;
	}
	
	#nav ul li a {
	color: #ffed00;
	text-decoration: none;
	display: block;
	padding: 9px 20px;
	}
	
	#nav ul li a:hover, #nav ul .current_page_item a, #nav ul .current_page_parent a {
	background: #8c125b;
	}
	
	#nav ul li a .teaser {
	text-transform: capitalize;
	display: block;
	color: #330000;
	font-size: 1.4em;
	margin: 0;
	}
	
	#nav ul li a:hover .teaser, #nav ul .current_page_item .teaser, #nav ul .current_page_parent .teaser {
	color: #ffed00;
	}
	
	#main {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}
	
	#main hr {
	clear: both;
	border: 1px solid transparent;
	}
	
	#left {
	float: left;
	width: 230px;
	margin-right: 25px;
	background: url(images/lady.png) no-repeat 50px 100%;
	padding-bottom: 430px;
	}
	
	#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	#left p, #left ul, #left ol {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	font-style: italic;
	}
	
	#left ul li {
	border-bottom: 1px solid #350726;
	padding: 7px 0 7px 3px;
	color: #cdcdcd;
	}
	
	#left a {
	color: #9a9a9a;
	}
	
	#left a:after {
	content: '\0020 \00BB';
	}
	
	#left a:hover, #left .current_page_item a {
	color: #ffed00;
	}
	
	#left h2, #right h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #990066;
	font-weight: normal;
	text-transform: uppercase;
	}
	
	#content {
	float: left;
	width: 505px;
	margin-right: 25px;
	}
	
	#content p, #content ol, #content ul {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #bcbcbc;
	margin: 1em 0;
	}
	
	#content h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	margin: 1em 0;
	font-style: italic;
	font-weight: normal;
	color: #e2007a;
	}
	
	#content h2 a {
	color: #e2007a;
	text-decoration: none;
	}
	
	#right {
	float: left;
	width: 195px;
	}
	
	#footer {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 3em;
	}
	
	#footer a {
	color: #ffffcc;
	}
	
	#footer a:hover {
	text-decoration: underline;
	}
	
	#content img {
	max-width: 505px;
	height: auto;
	border: 1px solid #c9016d;
	}
	
	.sidebaritem {
	margin-bottom: 3em;
	}
