body {
	margin: 0 auto;
	color: #000000;
	font-family: verdana;
	font-size: small;
	background-color: #111111;
}

a		{ color: #AACCFF; text-decoration: none; }
a:hover		{ text-decoration: underline; }
a.menu		{ color: #AACCFF; text-decoration: none; }
a.menu:hover 	{ text-decoration: underline; }

div.container {
	margin-left:	auto;
	margin-right:	auto;
	margin-top:	20px;
	margin-bottom:	20px;
	text-align:	center;
	width:		1000px;
	border:		2px solid #333333;
	background-color: #000000;
}

div.header {
	color:		white;
	background-color: #565656;
	clear:		left;
	text-align:	left;
	line-height:	20px;
	border-bottom:	2px solid #333333;
}

div.footer {
	text-align:	right;
	color:		#AAAAAA;
	background-color: #565656;
	clear:		left;
	line-height:	20px;
	border-top:	2px solid #333333;
}

img { border-width: 0; }
img.topleft { border-width: 0; float: right; margin-left: 5px; margin-right: 40px; }
img.top { border-width: 0; float: right; margin-right: 10px; }

.headline { color: #FFFFFF; margin-left: 50px; letter-spacing: 1px; }
.topright { color: #AAAAAA; margin-right: 50px; }
.bottomline { font-size: 10px; margin-right: 50px; }

