html{
  margin: 0px;
	padding: 0px;
}


body{
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CC6600;
}

p{
	color: #CC6600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	font-weight: bold;
}

a:link {color: #CC6600;
	font-weight: bold;
}

a:visited {	
	color: #CC6600;
	font-weight: bold;
}

a:hover {
	color: #85B125;
	font-weight: bold;
}

a:active {color: #85B125;
	font-weight: bold;
}

img
{  border-style: none;
}

ul{
	color: #CC6600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

h3{
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

#bg{
	background-image: url(images/pagebg4.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 788px;
}

#layout{
	margin-right: auto;
	margin-left: auto;
	width: 790px;
}

#header{
	margin-top: 22px;
	margin-right: 9px;
	margin-left: 9px;
	width: 770px;
	height: 79px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#nav{
	margin-right: 9px;
	margin-left: 9px;
	width: 770px;
	height: 47px;
	background: Black;
}

#column1{
	width: 728px;
	padding: 10px 30px 0px 30px;
}

#playerframe{
	width: 524px;
	padding-left: 204px;
}

.mshowcase{
	width: 728px;
	padding: 10px 0px 10px 0px;
}

.mshowcase p{
	padding: 0px 0px 0px 240px;
	text-align: left;
}

.floatleft{
	float: left;
}

#footer{
	margin-right: auto;
	margin-left: auto;
	width: 788px;
	height: 131px;
	background: #CC6600;
}


