body {
	background: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}
.wrapper {
	width: 700px;
	margin: 0 auto;
	background: #999999;
	font-weight: bold;
	overflow: hidden; 
}
.masthead {
	background: url(../images/masthead.jpg);
	width: 100%;
	height: 100px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	text-align: left:
}
.container {
	text-align: center;
	float: center;
}
.maintext {
	background: #CCCCCC;
	float: right;
	vertical-align: top;
	padding: 1em;
	text-align: left;
	width: 78%;
	word-wrap: break-word;
	overflow: visible; 
	font-size: 0.8em;
	margin: 0 auto;
}
.sidebar {
	background: #999999;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	float: left;
	vertical-align: top;
	padding: 0.5em;
	text-align: left;
	max-width: 16%;
   overflow: visible;
   margin: 0 auto;
}
.disclaimer {
	color: #999999;
	width: 700px;
	margin: 0 auto;
	font-size: 0.8em;
}
a {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #444444;
}
a:hover {
	text-decoration: underline;
	border-bottom: none;
}