body {
	width: 1000px;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 100px;
}

img {
	border: 0px;
}

h1 {
	font: large Verdana, Arial, sans-serif;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
}

h2 {
	font: small Verdana, Arial, sans-serif;
	color: #ffffff;
	margin: 0px;
}

p {
	font: small Verdana, Arial, sans-serif;
	color: #333333;
}

a {
	font: small Verdana, Arial, sans-serif;
	color: #333333;
}

a:hover {
	color: #990000;
}

#top {
	text-align: center;
	height: 100px;
}

#top h2 {
	position: relative;
	top: -20px;
}

#nav {
	text-align: center;
	background: #cccc66;
	height: 25px;
	padding: 0px;
	margin-bottom: 30px;
}

#nav a {
	padding: 0px 20px;
}

#center {
	margin: 0px 220px 0px 0px;
	background: #ffffff;
	color: #000000;
	text-align: justify;
	height: 470px;
}

#center img {
	margin: 0px 40px 0px 0px;
	float: left;
	border: 2px solid #cccc66;
}

#center a {
	font: small Verdana, Arial, sans-serif;
	color: #990000;
}

#center a:hover {
	color: #cccc66;
}

#news {
	position: absolute;
	top: 155px;
	left: 920px;
	width: 180px;
	background: #f1f1d4;
}

#news h1 {
	font: small Times, Verdana, Arial, sans-serif;
	color: #990000;
	margin: 5px 5px 0px 5px;
}

#news p {
	font: small Times, Verdana, Arial, sans-serif;
	color: #333333;
	margin: 5px 5px 10px 5px;
	border-bottom: 1px dotted #cccc66;
}

#play {
	margin: 0px;
	background: #ffffff;
	color: #000000;
	text-align: justify;
}

#play img {
	margin: 0px 30px 20px 0px;
	float: left;
	border: 2px solid #cccc66;
}

#play h1 {
	font: large Verdana, Arial, sans-serif;
	color: #990000;
	margin: 20px 0px 10px 0px;
}

#play h2 {
	font: small Verdana, Arial, sans-serif;
	color: #990000;
	margin: 0px;
}

#focus {
	background: #cccc66;
	padding: 0px 10px;
}

#footer {
	background: #990000;
	height: 30px;
	text-align: center;
}

#footer p {
	color: #ffffff;
	border-top: 10px solid #cccc66;
}