/* CSS Document */

body {
	background: #0B0B0B url("BGTopLeft.png") top left no-repeat;
	font: arial 10px;
	color: #999999;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color:#00AAFF;
	text-decoration:none;
}
#document {
	width: 400px;
	height: 400px;
	border: 0px solid #FFFFFF;
	padding: 5px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
}
#banner {
	width: 100%;
	height: 100px;
	border: 0px solid #999999;
	margin-bottom: 5px;
}
#links {
	width: 100%;
	border: 0px solid #999999;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 14px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
}
#content {
	width: 380px;
	height: 250px;
	border: 1px solid #282828;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 12px;
	padding: 10px;
	background: #101010;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
ul {
	list-style-type:circle;
	list-style-position:outside;
	color:#00AAFF;
}