* {
	margin: 0;
	padding: 0;
}

/*
Design inspired by / practically stolen from: http://www.vpfund.com/

Color Theme:


*/

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top: 4px solid #000000;
	text-align: center;
}

ol li {
	margin-left: 25px;
	margin-bottom: 5px;	
}

ul li {
	list-style-type: circle;
	margin-left: 25px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

hr {
	display: block;
	clear: both;
	width: 85%;
	height: 1px;
	margin: 10px auto;
	color: #CACACA;
}

#main-body-sub h3 {
	color: #A0A0A0;
}

a, h2 a:hover, h3 a:hover {
	color: #008000;
	text-decoration: none;
	}

a:hover {
	color: #404040;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 20px;
	padding: 0 5px;
	border-left: 5px solid #A0A0A0;
	border-right: 5px solid #A0A0A0;
	}
	
.POF {
	font-weight: bold;
}

#title-bar {
	width: 760px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
}

#title {
	display: inline;
	position: relative;
}

#navigation {
	display: block;
	position: relative;
	float: right;
	width: 201px;
	height: 100px;
	margin-bottom: -100px; /* for stupid IE6 */
	font-family: Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#nav-title {
	height: 21px;
	text-align: center;
	background-color: #CCE6CC;
	font-size: 13px;
	font-weight: bold;
	color: #606060;
}

#nav-left {
	display: block;
	width: 100px;
	height: 79px;
	float: left;
}

#nav-right {
	display: block;
	width: 100px;
	height: 75px;
	float: right;
}

#nav-left a, #nav-right a {
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	margin-bottom: 0;
	height: 15px;
	border-bottom: 1px solid #E2E2E2;
	color: #404040;
	text-decoration: none;
}

#nav-left a {
	margin-left: 0;
	margin-right: 2px;
}

#nav-right a {
	margin-left: 2px;
	margin-right: 0;
}

#nav-left a:followed, #nav-right a:followed {
	color: #404040;
}

#nav-left a:hover, #nav-right a:hover {
	background-color: #CACACA;
	color: #FFFFFF;
	font-weight: bold;
}

.bullet {
	font-size: 8px;
	color: #19390C;
	vertical-align: middle;
}

#wide-bar {
	position: relative;
	z-index: 0;
	width: 100%;
	background: url(images/dollar_tile.gif) repeat top left;
	height: 200px;
}

#wide-bar-content {
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	width: 776px;
	height: 200px;
	background: url(images/sideborders.gif) repeat-y top left;
}

#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main-body, #main-body-sub, #main-body-forum {
	position: relative;
	text-align: justify;
	z-index: 100;
	float: left;
	width: 535px;
	padding-left: 10px;
	padding-right: 14px;
	margin-right: -1px;
	border-right: 1px solid #E2E2E2;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main-body-sub, #main-body-forum {
	margin-top: -200px;
	padding-top: 5px;
	border-top: 1px solid #E2E2E2;
}

#main-body-forum {
	width: 98%;
	float: none;
	display: block;
	padding: 5px 10px 0;
	margin: 0 auto;
	border-right: 0;
	text-align: center;
}

iframe {
	height: 500px;
	width: 194px;
}

#sidebar {
	float: right;
	width: 194px;
	margin-left: -10px;
	border-left: 1px solid #E2E2E2;
	padding: 20px 3px;
	text-align: center;
	font-size: 11px;
}

.sidebarframe {
	text-align: center;
	font-size: 11px;
}

.sidebar-title {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 3px;
}

.sidebar-book, .sidebar-adbox, .more-book {
	width: 190px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sidebar-book a {
	font-size: 14px;
	font-weight: bold;
}

.more-book {
	width: 250px;
}

.more-book a {
	font-size: 16px;
	font-weight: bold;
}

.sidebar-adbox {
	height: 190px;
	border: 1px solid #000000;
	font-weight: bold;
}

.sidebar-adbox a {
	vertical-align: middle;
}

.sidebar-txtads {
	margin-right: -5px;
}

#footer {
	clear: both;
	display: block;
	border-top: 4px solid #000000;
}

#footer-content {
	display: block;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	color: #CACACA;
	font-size: 0.85em;
}

#footer-content a {
	text-decoration: none;
	color: #CACACA;
}

#footer-content a:hover {
	color: #000000;
}

.footer-right {
	float: right;
}

.footer-left {
	float: left;
}

#you-are-here {
	color: #CACACA;
	margin-bottom: 10px;
}

#you-are-here a {
	color: #404040;
	text-decoration: none;
}

#you-are-here a:hover {
	background-color: #CACACA;
	color: #FFFFFF;
	text-decoration: none;
}

.homebullet {
	width: 50px;
	height: 41px;
	text-align: center;
	color: #E0E000;
	font-size: 36px;
	font-weight: bold;
	background: url(images/home_icon.png) no-repeat top left;
	float: left;
	margin: 0 5px 3px 0;
}

.col-left, .col-right {
	display: block;
	width: 265px;
}

.col-left {
	float: left;
	clear: left;
}

.col-right {
	float: right;
	clear: right;
}

.box-left, .box-right {
	display: block;
	width: 251px;
	text-align: left;	
	border: 2px solid #000000;
	padding: 5px;
	margin-bottom: 5px;
}

.box-left h1, .box-right h1 {
	font-weight: bold;
	font-size: 16px;	
}

.more_auth {
	font-style: italic;	
}

.more_desc {
	display: block;
	padding: 0 5px;
	text-align: justify;
}

.readmore {
	display: block;
	float: right;
}

.more-sites {
	font-size: 14px;
	font-weight: bold;
}

.more-sites li {
	margin-bottom: 10px;
}

.linkdesc {
	font-size: 12px;
	font-weight: normal;
}

.realquotes {
	font-size: 14px;
	font-weight: bold;
}

.quote {
	clear: both;
}

.source {
	float: right;
}