body {
	font:12px;
	background:#999999;
	padding:0px;
	margin:0px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#6666ff;
	outline:none;
	text-decoration:underline;
	background:white;
	}
	
a:visited {
	color:#66999;
	background:none;
	text-decoration:none;
	}
	
a:hover {
	color:#6666ff;
	background:#cccccc;
	text-decoration:underline;
	}
	
label, input, select { outline:none; }

#centercontent {
	position: relative;
	top: 10px;
	background:#ffffff;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right:232px;
	border:1px solid #000;
	}

#rightcontent {
	z-index:1;
	position: absolute;
	width: 200px;
	right:6px;
	top:5px;
	background:#ffffff;
	border:1px solid #000;
	}

#banner {
	position: relative;
	background:#ffffff;
	border:1px solid #000;
	margin-right:232px;
	margin-left: 5px;
	top:5px;
	}
	
div.padded, h1, h2, h3, h4, h5, h6 {
	margin:0px 10px 10px 10px;
	}
	
p {
	margin:10px 0px 0px 0px;
	}
	
h1 {
	margin-top:10px;
	}
	
h2 {
	margin-top:10px;
	}
	
#banner h1  {
	padding:10px 10px 0px 10px;
	margin:0px;
	}
	
#banner h4  {
	padding:0px 10px 0px 10px;
	margin:0px;
	}

div.footer {
	padding-top:0px;
	margin-top:-10px;
	margin-right:40px;
	margin-left:40px;
	color:#666;
	}

div.post {
	margin-right:40px;
	margin-left:40px;
	}
	
input.textSizer {
	font-size:10px;
	font-weight:bold;
	background:black;
	color:white;
	width:40px;
	}

label {cursor:hand}