body {
	margin: 0px;
	padding: 0px;
    color: #000000; 
    background: #999999;
    text-decoration: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#banner {
	text-align: center;
	height: 60px;
	padding-bottom: 10px;
}
#subbanner {
	text-align: center;
	font: bold small "Comic Sans MS";
}
#subbanner a {
	font-weight: bold;
	font-size: small;
	text-align: center;
	text-decoration: none;
	color: #3333CC;
}
#subbanner a:hover {
	font-weight: bold;
	font-size: small;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #3333CC;
}


a:link {
	font-weight: bold;
	font-size: small;
	text-align: center;
	text-decoration: none;
	color: #3333CC;
}
a:visited {

	font-weight: bold;
	font-size: small;
	text-align: center;
	text-decoration: none;
	color: #3333CC;
}

a:hover {
	font-weight: bold;
	font-size: small;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #3333CC;
}
img {
	text-align: center;
	padding: 5px;
}

