html {
	margin: 0;
	padding: 0;
	border: none;
	background: #fff url(../img/html_bg.jpg) repeat-x;
}
body {
	width: 784px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #6d2878;
	text-decoration: none;
}
a:hover {
	color: #000;
}

div#wrapper {
	background: #dcd7ea url(../img/wrapper_bg.gif) repeat-y;
	width: 784px;
	padding: 0;
}
div#footer {
	background: #fff url(../img/footer_bg.gif) no-repeat;
	padding: 0 0 50px 0;
	color: #eda8f8;
	text-align: center;
	font-size: 10px;
	line-height: 175%;
}
div#post-footer {
	background: #fff;
	text-align: center;
	padding: 0 0 20px 0;
}
div#post-footer img {
	border: solid #8F4A91 1px;
}

div#head_links {
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 1;
	margin: 0;
	text-align: right;
}
div#head_links select {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

div#prefooter {
	width: 780px;
	margin: 0 2px;
	padding: 50px 0 5px 0;
	background: #fff url(../img/footer_bar.gif) repeat-x;
	text-align: center;
}

div#wrapper div#header {
	position: relative;
	top: 0;
	left: 0;
	float: right;
	width: 590px;
	height: 105px;
	background: url(../img/header_bg.jpg) no-repeat;
	margin: 0;
	padding: 0 2px 0 0;
}
div#wrapper div#header h1 {
	margin: 0;
}
div#wrapper div#header h1 a {
	
	display: block;
	width: 590px;
	height: 89px;
	text-indent: -1000em;
}

div#wrapper div#sidebar {
	float: left;
	width: 190px;
	background: url(../img/sidebar_bg.jpg) no-repeat 2px 0px;
	margin: 0;
	padding: 0 0 0 2px;
	height: 520px;
}
div#wrapper > div#sidebar {
	height: auto;
	min-height: 520px;
}
div#wrapper div#sidebar ul {
	margin: 45px 0 60px 0;
	padding: 0;
	width: 167px;
	font-size: 11px;
	border-top: solid #d6cfe4 1px;
}
div#wrapper div#sidebar ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#wrapper div#sidebar ul li a {
	color: #000;
	display: block;
	border-bottom: solid #d6cfe4 1px;
	padding: 3px 15px;
}
div#wrapper div#sidebar ul li a:hover {
	background: #d6cfe4
}
div#wrapper div#sidebar ul li a.active {
	border-bottom: solid #fff 1px;
	background: #67246c;
	color: #fff;
	cursor: default;
}

div#wrapper div#content {
	width: 565px;
	float: left;
	background: url(../img/content_bg.gif) repeat-x;
	padding: 20px 20px 0 5px;
	font-size: 13px;
	height: 420px;
}
div#wrapper > div#content {
	height: auto;
	min-height: 420px;
}
div#wrapper div#content p {
	margin: 0 0 15px 0;
}
hr.flow_killa {
	display: block;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	visibility: hidden;
}


/* inner styles */
div#content h3 {
	color: #27042C;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: solid #9183BB 1px;
}

/* FAQ */
div#content dl dt {
	font-weight: bold;
	border-bottom: solid #8D73AB 1px;
	color: #47044C;
	padding: 0 0 3px 0;
}
div#content dl dd {
	padding: 3px 0 0 0;
	margin: 0 0 15px 0;
}