/* CSS Document */

body {
	background: #019934 url(images/bg.jpg) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	 
}

h1 { text-align:right;}
h2 { color:#003300; font-size:16px; margin-bottom:-1px; text-decoration:underline; text-align:left;}
h3 { color: #333333; font-size:14; font-weight:bold; margin-bottom:-1px;}

a {
	color: #003300;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img {
	 border-style: none;
}

/* Header */

#header {
	height:135px;
	margin:0;
	padding:0;
	text-align:left;
	width:605px;
}


/* Content */

#main  {
	height:378px;
	margin:1px 0 0 230px;
	overflow:auto;
	padding:0;
	position:absolute;
	text-align:left;
	vertical-align:top;
	width:450px;
}


#main p {
	padding-left:10px;
	padding-right:5px;
}

/* Left box */

#menu {
	 float:left;
	height:372px;
	margin:-5px 0 0 65px;
	text-align:left;
	width:170px;
}

#menu ul {
	list-style-image:none;
	list-style-type:none;
}

#menu li {
	list-style-image:none;
	list-style-type:none;
	padding-bottom:7px;
	margin-left:-22px;
	font-size:10px;
}

#menu li a:link {
	color: #000000;
	text-decoration:none;
	list-style-image:none;
}

#menu li a:hover, a:active {
	color: #000000;
	text-decoration:none;
	}

#menu li a:visited {
	color: #000000;
}

a.yo {
	display: block;
	width: 134px;
	height: 22px;
	background: transparent url(images/menutab.png) no-repeat;
}

a.yo:hover {
	background-position: -134px 0;
} 

img.menu {
	padding-left:24px;
	margin-top:-10px;
}

/* footer */

#footer {
	margin:380px 0 0 70px;
	clear: both; /* FIXED MAJOR LAYOUT ISSUE */
	padding: 4px 5px 4px 10px;
	width:605px;
	height:45px;
	position:absolute;
}

#footer p {
	padding-right:10px;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

#footer a {
	color: #333333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

#player {
	width:155px;
	float:left;
	padding:10px;
}

#copyright {
	width:400px;
	float:right;
	text-align: center;
}