/* CSS Document */

html,body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background:#000000;
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	color:white;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
div#menu {
	position:absolute;
	display: block;
	left:15px;
	top:116px;
	background-image:url(menuBG.jpg);
	height:500px;
	width:180px;
	background-color:#003333;
	border:1px solid black;
}
div#main {
	position: absolute;
	left: 0px;
	height:100%;
	width: 785px;
	border:none;
}
div#content {
	position:absolute;
	display: block;
	left:205px;
	top:116px;
	width:580px;
	min-height:500px;
	min-width:580px;
	padding:5px;
	background-color:#003333;
	border:1px solid black;
}
a:link {
	color:#FF9900;
	background-color:transparent;
}
a.button, a:visited.button{
	display:block;
	font-weight:bold;
	color:white;
	text-align:center;
	background-image:url(buttonDown.gif);
	font-family:Arial, Helvetica, sans-serif;
	width:171px;
	margin-top:3px;
	margin-left:3px;
	height:28px;
	text-decoration:none;
	padding:3px;
	background-repeat:no-repeat;
}
a:hover.button{
	font-weight:bold;
	color:white;
	text-align:center;
	background-image:url(buttonOver.gif);
}
h1{
	display:block;
	width:217px;
	height:30px;
	background-image:url(textBG.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:black;
	text-indent:32px;
}
