body {
	background:black;
	color:#FFFFDD;
	font-family:verdana;
	text-align:center;
	font-size:13px;
	width:820px;
	margin:15px auto;
	border: solid #999999 2px;
}
a {
	color:#FFCCFF;
}
#page {
	background : #000000;
}

#top {
	background : transparent url(top.gif) no-repeat top center;
	height:130px;
	border-bottom: solid #999999 2px;
}
#menu {
	font-family:courier new;
	font-weight:800;
	font-size:18px;
	height:25px;
	padding:10px 0;
	background:black;
	border-bottom: solid #999999 2px;

}
#menu a {
	color:#FFFFDD;
	text-decoration:none;
}
#menu a:hover {
	color:#DDDDDD;
}

#menu ul {
	list-style : none;
	padding : 0;
	margin:0;
}
#menu li {
	display : inline;
	margin:0 36px;
}
#content {
	text-align:left;
	float:left;
	width:506px;
	min-height:850px;
	padding:8px 25px;
	line-height:1.8em;
	border-right: solid #999999 2px;
}
#right {
	margin-top:8px;
	width:230px;
	padding:0 15px;
	float:right;
	line-height:1.5em;
}

#footer {
	clear:both;
	height:1.5em;
	line-height:1.5em;
	padding:10px;
	margin-bottom:5px;
	border-top: solid #999999 2px;
}
p {
	margin:12px 0;
	text-align:justify;
}
h1 {
	font-family: times new roman;
	font-size:27px;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px;
	color:#999999;
	border-bottom: solid #999999 2px;
}
h2 {
	font-family: arial;
	font-size:16px;
	margin-top:18px;
	margin-bottom:6px;
	padding:0px;
	color:#EEEEEE;
}
img {
	border:none;
}
div.play a {
color: #002288;
}