* {
padding: 0px;
margin: 0px;
}

html {
	
}

a:link, a:visited { font-weight:bold; text-decoration: none; color:#333333 }
a:hover, a:active { font-weight:bold; text-decoration: underline; color:#333333; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .72em;
	font-style: normal;
	color: #333333;
	width: 740px;
	position: relative;
	left: 50%;
	margin-left: -370px;
}
#top {
	margin-top: 10px;
	padding-top: 10px;
	width: 740px;
	text-align:left;
	margin-bottom: 15px;
}
#main {
	width:740px;
}
#menu {
	width: 219px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#contentContainer {

	width: 520px;
	margin: 0px 0px 0px 0px;
	float: right;
}

#content {
	width: 285px;
	margin-right: 10px;
	margin-left:15px;
	float:left;
	text-align:justify;
	display:inline;
}

#playerEtc {
	width: 200px;
	margin: 0px 0px 0px 0px;
	float:right;
}

p {
	line-height:normal;
	margin-bottom: 10px;
}
h1 {
	margin-bottom: 10px;
	font-weight:normal;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-style:italic;
	font-weight:normal;
	font-size: 1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
