html, body {
	text-align: center;
	/* background: #000000  */
	background: #ffffff url('http://www.peggster.net/images/graphics/bgcolor2_3.jpg') fixed repeat center;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font: 8px verdana, arial, sans-serif;
	}


a {text-decoration:none}
a:hover{
text-decoration:underline;
color:#0b2c01;}



/* Content Side Shell */

div#right {
	float: right;
	width: 700px;
	}

/* Footer */

div#footer {
	width: 888px;
	clear: both;
	margin: 3px 3px 0px 3px;
	padding: 3px;
	background: #fff;
	color: #000;
	font: 11px verdana, arial, sans-serif;
}

/* Content - Title Bars */

h3 {
	font: bold 14px verdana, arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 3px 3px 3px 3px; /* top right bottom left */
	background-color: #424244;
	padding: 3px;
	border-left: 5px solid #424244;
	}

/* Content - The Meat and Potatoes */

.mainnews {
	font: 11px verdana, arial, sans-serif;
	background-color: #d0d0d0;
	border-left: 5px solid #d0d0d0;
	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: #070737;
	text-decoration: none;
	}

.mainnews a:hover {
	color: #0b2c01;
	text-decoration: underline;
	}

.mainnews a.active, .mainnews a:link.active, .mainnews a:hover.active {
	color: #00001a;
	text-decoration: none;
	}

/* News Post - Who Posted it? */

.postedby {
	margin: 3px 0px 20px 8px;
	font: 11px verdana, arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	}

.postedby a, .postedby a:link {
	color: #070737;
	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: #9da4ae url("forums/styles/prosilver/theme/images/quote.gif") 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
   	margin: 0.5em 1px 0 25px;
   	overflow: hidden;
   	padding: 5px;
	}
