body {
	font-family: Georgia, Garamond, Times, Times New Roman, Serif;
	font-size: 20px;
	line-height: 25px;
	font-style: italic;
	color: #222;
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	color: #8164d6;
	text-decoration: none;
}
a:hover, a:active {
	color: #8164d6;
	text-decoration: underline;
}
h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h2 {
	padding: 0;
	margin: 0 0 9px 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}
h3 {
	padding: 0;
	margin: 0;
	color: #8164d6;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}
img {
	border: 0;
}
p {
	padding: 0;
	margin: 0 0 18px 0;
}
ul {
	padding: 0;
	margin: 0 0 18px 0;
	list-style: none;
}
ul li {
	padding: 0 0 0 18px;
	margin: 0;
	background: url("/img/bullet.gif") no-repeat left 12px;
}
td {
	vertical-align: top;
}

/**/

.clear {
	height: 0;
	overflow: hidden;
	display: block;
	clear: both;
}
a.button:link, a.button:visited, a.button:hover, a.button:active {
	color: #fff;
	height: 35px;
	display: block;
	float: left;
	overflow: hidden;
	padding: 0 0 0 10px;
	background: url("/img/button_left.gif") no-repeat left top;
	cursor: pointer;
	text-decoration: none;
}
.button span {
	height: 30px;
	line-height: 25px;
	display: block;
	float: left;
	padding: 5px 10px 0 0;
	background: url("/img/button_right.gif") no-repeat right top;
}

/**/

#container {
	width: 550px;
	margin: 0 0 10px 50px;
	background: #fff;
}
#container #header {
	height: 55px;
	overflow: hidden;
}
#container #header #headerContainer {
	position: relative;
	top: -95px;
}
#container #header #menu {
	color: #8164d6;
	height: 40px;
	padding: 15px 0 0 0;
	margin: 0;
	list-style: none;
}
#container #header #menu a:visited.active {
	text-decoration: underline;
}
#container #header #menu li {
	padding: 0;
	margin: 0;
	float: left;
	background: none;
}
#container #body {
	padding: 0;
	margin: 0;
}
#container #footer {
	font-size: 12px;
	color: #666;
	clear: both;
	padding: 18px 0 0 0;
	margin: 0;
}
#player {
	margin: 0 0 18px 0;
}
