body {
	background-color: #000000;
	color: #C0C0C0;
	font-family: "Verdana", "Helvetica", "Tahoma", sans-serif; font-size:100%;
}

a:link, a:visited {
	color: #C0C0C0;
}

a:hover {
	color: #ffffff;
}

#container {
	width: 760px;
	margin-left: auto ;
	margin-right: auto ;

}
#header {
	height: 100px;
	background: url(filterdub_smaller.png) no-repeat;
	margin-left: auto ;
	margin-right: auto ;
}

#leftframe {
	width: 375px;
	float: left;
	vertical-align: top;
	text-align:left;
}

#divider {
	width: 10px;
	float: left;
}

#rightframe {
	width: 375px;
	float: right;
	text-align: left;
	vertical-align: top;
}

div.spacer {
	height: 10px;
	width: 98%;
	float: left;
}

div.contentframe {
	width: 98%;
	float: left;
	text-align: left;
	background: #333333;
	padding: 4px;
}

div.contentcenter {
	width: 98%;
	float: left;
	text-align: center;
	background: #333333;
	padding: 4px;
	border: thick;
	border-color: #000000
}

#footer {
	height: 120px; 
	clear: both;
}


h1 {
	font-size:2.5em;
}
h2 {
	font-size:1.5em;
}
p {
	font-size:0.875em;
}
p.center {
	text-align: center;
}
p.fixed {
	font-family: "Monaco", "Courier New", "Courier", "fixed", monospace;
}

p.footer {
	font-family: "Monaco", "Courier New", "Courier", "fixed", monospace;
	text-align: center;
}

p.hidden {
	color: #000000
}