body {
	font-size: 1em;
	color: #999999;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	margin: 0em 0em 0em 3em;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#header #logo {
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 1.5em 1em 0em 4em;
	position: absolute;
}

#header img {
	border-top-width: 0px;
	text-decoration: none;
}

#header #controls {
	text-align: left;
	width: 82%;
	padding: 1.5em 1em 0em 1em;
	position: relative;
	margin: 0em 0em 0em 180px;
	font-size: 70%;
	font-weight: bold;
	background: #DDDDDD;
	z-index: 2;
	background-color: #FFFFFF;
}

.news {
	width: 540px;
	margin-top: 0.5em;
	font-weight: normal;
	padding: 0.2em 0.5em 0.5em;
	border: 1px dotted #660000;
	margin-bottom: 0.5em;
	background: #DADC55;
	color: #660000;
}


#header #controls ul {
	margin: 0px;
	padding: 2em 0em 0em;
}


#header #controls li {
	display: inline;
}
#header #controls .news h3 {
	display: inline;
	font-size: 14px;
	color: #660000;
	margin: 0px;
	padding: 0px;
}

#controls li a:link {
	text-decoration: none;
	color: #666666;
}
#controls li a:visited {
	color: #999999;
	text-decoration: none;
}
#header #controls .news a:link {
	color: #660000;
	text-decoration: underline;
}

#copywrite {
	font-size: 70%;
	text-align: right;
	padding: 0em 0em 0em 1em;
	position: absolute;
	margin: 2em 0em 0em 180px;
	width: 82%;
	color: #999999;
}
#copywrite a:link {
	color: #999999;
	text-decoration: underline;
}
#copywrite a:visited {
	color: #999999;
	text-decoration: underline;
}
