p {
	margin: 10px 0;
}
ul, ol {
	width: 90%;
	margin-left: 15px;
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #fff;
}
a:hover,
a:focus {
	color: #368789;
}
h1, h2, h3, h4, h5 { margin: 10px 0;} 
h1 {font-size: 1.6em; color: #fff;}
h2 {font-size: 1.3em; color: #368789; font-weight: normal;}
h2 a {color: #368789;}
h2 a:visited { color: #ddd;}
h2 a:hover, h2 a:focus { color: #fff;}
h3 {font-size: 1.1em; color: #fff;}
hr {
	border: none 0;
	border-top: 1px solid #368789;
	width: 80%;
	height: 1px;
	margin: 10px 0;
	text-align: center;
	clear: both;
}
body {
	margin: 0px auto;
	padding-top: 20px;
	color: #fff;
	font: 62.5% Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #000;
	text-align: center;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 948px;
	font-size: 1.2em;
	border: 1px solid #368789;
	overflow: auto;
}
#skip {
	position: absolute;
	left: -9999px;
	width: 900px;
}
#header {
	border-bottom: 1px solid #368789;
}
#leftcol {
	padding-top: 20px;
	width: 300px;
	min-height: 700px;
	border-right: 1px solid #368789;
	float: left;
}
/* accordion menu */
ul.nav {
	margin: 0 0 100px 0;
	padding: 0 0 0 10px;
	width: 300px; /*width of menu*/
	list-style: none;
	float: left;
}
ul.nav li ul { 
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
ul.nav li ul li .submenu li {
	line-height: 140%;
}
ul.nav a.menuitem {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	text-decoration: none;
}
ul.nav a.menuitem:visited, 
ul.nav a.menuitem:active{
	color: #fff;
}
ul.nav a.menuitem:hover,
ul.nav a.menuitem:focus {
	color: #368789;
}
.new,
.hilite {
	color: #368789;
}
#content {
	width: 550px;
	margin: 0;
	padding: 20px 40px;
	line-height: 1.5em;
	float: left;
}
#player {
	display:block;
	width:400px;
	height:300px;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
.imageleft {
	margin: 0 15px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 15px;
	float: right;
}
ul.guests {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#footer {
	margin: 0 auto;
	position: relative;
	width: 948px;
	padding: 5px;
	font-size: 1em;
	text-align: center;
	clear: both;
}