html, body {
	text-align: center;
	background: #E0E1D9 url('/images/v3/bg.jpg') repeat-x top;
	/* background: #D39810 url('/images/v3/tbtr_back.jpg') no-repeat top center; */
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	}

/* First Wrapper - the Shading */

div#trim {
	margin-left: auto;
	margin-right: auto;
	background: url('/images/v3/trim.png') repeat-y;
	width: 930px;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	}
	
/* Second Wrapper - The Site */

div#frame {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px 0px 3px 0px;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #336699 url('/images/v3/bg.png');
	height: 100%;
	min-height: 100%;
	}

/* Header */

div#header {
	width: 900px;
	height: 145px;
	background: #000 url('header.php') no-repeat;
	background-position: right;
}

/* Gradient */

div#divider {
	width: 894px;
	height: 28px;
	margin: 3px 3px 10px 3px;
	background: #fff url('/images/v3/que.png') repeat-x;
	}

/* Navigation Side Shell */

div#left {
	float: left;
	width: 200px;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #fff;
	}

/* Navigation Menu Shell */

div#nav {
	width: 179px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

div#nav img {
	display: block;
	}

/* Navigation Menu */

div#menu {
	background: url('/images/v3/nav.png') repeat-y;
	color: #fff;
	padding: 5px 0px 5px 25px;
	}

div#menu ul {
	list-style-type: none;
	padding-left: 15px;
	margin: 0px 9px 0px 0px;
	}

div#menu img {
	padding-top: 5px;
	padding-bottom: 5px;
	}

div#menu li {
	padding: 0px;
	}

div#menu a, div#menu a:link {
	color: #fff;
	font: bold 15px verdana, arial, sans-serif;
	display: block;
	text-decoration: none;
	padding: 2px;
	}

div#menu a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

div#menu a.active, div#menu a:link.active, div#menu a:hover.active {
	border-bottom: 2px solid #000;
	background: #fff;
	color: #000;
	text-decoration: none;
}

/* Content Side Shell */

div#right {
	float: right;
	width: 700px;
	}

/* Footer */

div#footer {
	width: 888px;
	clear: both;
	margin: 3px 3px 0px 3px;
	padding: 3px;
	background: #000;
	color: #fff;
	font: 11px verdana, arial, sans-serif;
}

/* Content - Title Bars */

h3 {
	font: bold 14px verdana, arial, sans-serif;
	color: #fff;
	margin: 3px 3px 3px 3px; /* top right bottom left */
	background-color: #000;
	padding: 3px;
	border-left: 5px solid red;
	}

/* Content - The Meat and Potatoes */

.mainnews {
	font: 11px verdana, arial, sans-serif;
	background-color: #eee;
	border-left: 5px solid #ccc;
	padding: 5px;
	margin: 0px 3px 0px 3px;
	}

.mainnews img {
	border: 0px;
	}

.mainnews li {
	list-style-type: none;
	}

/* Content - Links */

.mainnews a, .mainnews a:link {
	color: #003366;
	text-decoration: none;
	}

.mainnews a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

.mainnews a.active, .mainnews a:link.active, .mainnews a:hover.active {
	color: #003366;
	text-decoration: none;
	}

/* News Post - Who Posted it? */

.postedby {
	margin: 3px 0px 20px 8px;
	font: 11px verdana, arial, sans-serif;
	color: #fff;
	}

.postedby a, .postedby a:link {
	color: #fff;
	text-decoration: none;
	}

.postedby a:hover {
	color: #ff0000;
	text-decoration: none;
	}

.postedby a.active, .postedby a:link.active, .postedby a:hover.active {
	color: #fff;
	text-decoration: none;
	}

/* News Posts */

blockquote {
	background: #ebebeb url("forum/styles/prosilver/theme/images/quote.gif") 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
   	margin: 0.5em 1px 0 25px;
   	overflow: hidden;
   	padding: 5px;
	}