body {
	margin: 0px;padding: 0px;background-color:white;line-height:18px;
	font-size: small;font-weight: normal;font-family: Helvetica, "Trebuchet MS", Trebuchet, Arial, sans-serif;
	z-index:1;
}

#footer {
	background-color:white;color: #ccc;
	position: absolute;top: 560px;left: 4px;
	font-size: smaller;font-weight: normal;font-family: Helvetica, "Trebuchet MS", Trebuchet, Arial, sans-serif;
	/*border:1px solid;*/
}

#contentMain {
	position: absolute;top: 180px;left: 302px;
	background-color: #efefef;color: black;
	padding: 10px 10px 10px 10px;
	margin: 0px 90px 0px 0px;
	width:65%;
	overflow: auto;
	z-index:10000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/*border:1px solid;*/
}

#contentLeft {
	position: absolute;top: 180px;left: 10px;
	background-color: #fff;color: black;
	padding: 0px;
	margin:0px 0px 0px 0px;
	width:277px;
	overflow: auto;
	border-right:1px solid;
	border-color:#3F58AD;
	z-index:2000000;
}


#player {
	position: absolute;top: 10px;left: 400px;
}

#title {
	position: absolute;top: 10px;left: 300px;
	z-index:1001;
	/* border:1px solid; */
}

#titlepic {
	position: absolute;top: 0px;left:0px;
	z-index:1001;
    background-color: #332222;
    width: 287px;
    height:145px;
	/*border:1px solid;*/
}

#navMain {
	position: absolute;top: 100px;left: 20px;
	color: white;
	padding: 10px;
	z-index:10;
	border:1px solid;
}

#subnavMain {
	position: absolute;top: 120px;left: 280px;
	color: white;
	padding: 10px;
	z-index:10;
	border:10px solid;
}



p{padding:10px 10px 10px 10px;margin: 0px 0px 0px 0px;}
h1{font-size:medium;font-weight:bold;padding:2px 10px 2px 10px;margin:0px 0px 0px 0px;}

.blueBG{ background-color:#3F58AD;color:white;}

.image {
	border-width:0px;border-right:5px;border-left:2px;border-style:solid;border-color:#ff9900;
}

a{text-decoration: none;color:#3F58AD;font-weight:bold;text-decoration:none;}
a:hover{color: white;background-color:#3F58AD;font-weight:bold;text-decoration:none;}
a:active{color: white;background-color:#3F58AD;font-weight:bold;text-decoration:none;}

a.white{color: white;text-decoration:none;}
a:hover.white{color: white;text-decoration:none;}
a:active.white{color: white;text-decoration:none;}

a.admin{color: black;text-decoration:none;}
a:hover.admin{color: black;text-decoration:none;}
a:active.admin{color: black;text-decoration:none;}


#bgLines {
	position: absolute;top: 122px;left: 0px;
	/*  width:715px; */
	width:95%;
	height:437px;
	border-right:1px solid;
	border-top:1px solid;
	border-color:#3F58AD;
	z-index:1500;
}


