html, body {
	padding: 0;
	margin: 0;
	background-color: #333;
	scrollbar-arrow-color: #EFEFEF;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-track-color: #F1C77D;
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #66666;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: #FFCC00;
	background: url(images/back.jpg);
	background-position: top;
	}

#content {
	display: block;
	padding: 10px;
	overflow: auto;
	height: 536px;
	width: 542px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #EFEFEF;
	}
	
#cpr {
	display: block;
	padding-left: 5px;
	margin-left: 15px;
	overflow: auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	}
	
#articles {
	display: block;
	padding: 10px;
	overflow: auto;
	width: 302px;
	height: 320px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #EFEFEF;
	background-color: #000;
	}

h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	}

h4 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FFCC00;
	}

pre {
	color: #EFEFEF;
	}

.modlink {
	font-weight:bold;
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #CCC;
	}

hr {
	border-bottom: 1px solid #333;
	}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	font-size: 11px;
	}

a:hover {
	color:#FF9933;
	}

.input {
	border: 1px solid #666;
	padding: 2px;
	font-family: "Trebuchet MS";
	color: #EFEFEF;
	font-size: 11px;
	width: 200px;
	background-color: #333333;
	}

.button {
	border: 0;
	color: #FFCC00;
	background-color: #333333;
	}
.sideTitle {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	font-size: 11px;	
}
.topbanner {
	margin-left: 280px;
	font-size: 12px;
	font-family: "Trebuchet MS";
	margin-top: 3px;
	width: 350px;
}
.topbanner a {
	font-size: 14px;
	font-weight: bold;
	color: #3E0100;
	text-decoration: none;
}
.side {
	margin-top:10px;
}

.header {
	padding: 20px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}

.space {
	padding-top: 10px;
	padding-bottom: 20px;
}

label.error { width: 300px; display: block; float: left; color: red; padding-left: 5px; } 