@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/bgs/bg1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #000;
	background-attachment: fixed;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #0C0;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 950px;
	margin: auto;
	height: 177px;
	background-image: url(../images/header.png);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility: hidden;
	color: #000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	height: 300px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.topbanner {
	background-attachment: fixed;
	background-image: url(../images/bgs/bandbg.png);
	background-repeat: repeat-x;
	height: 177px;
}
.menucontainer {
	padding-top: 110px;
	padding-right: 0px;
	padding-left: 0px;
}
.menuhold {
	height: 50px;
	padding-left: 161px;
	padding-right: 67px;
}
.promopanel {
	background-image: url(../images/promobanner.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 263px;
	padding-bottom: 16px;
}
.homepanel {
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 16px;
	background-image: url(../images/playme.jpg);
}
.bottompgpnl {
	background-image: url(../images/pagepanel.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 489px;
	padding-bottom: 16px;
}
.leftsidez {
	width: 634px;
	float: left;
	padding-left: 3px;
}
.youtuber {
	width: 582px;
	float: left;
	padding-left: 31px;
	padding-top: 64px;
}
.rightsidez {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 644px;
}
.homemainheading {
	font-family: arial;
	font-size: 24px;
	color: #FFF;
	padding: 20px 20px 4px 20px;
}
.homeheadingsub {
	font-family: arial;
	font-size: 18px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.homemaintext {
	font-family: arial;
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
	padding-bottom: 20px;
}
.homemaintexttop {
	font-family: arial;
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 9px;
	padding-left: 9.5px;
	line-height: 15px;
	padding-bottom: 20px;
}
.newsmaintext {
	font-family: arial;
	font-size: 12px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.lover {
	color: #C39;
}
.greener {
	color: #0C0;
}
.mpink {
	color: #C39;
}
.dblue {
	color: #3CF;
}
.iorange {
	color: #F90;
}
.agreen {
	color: #0C0;
}
.newsboxes {
	background-image: url(../images/newspanels.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 83px;
	padding: 10px 14px 20px 5px;
	line-height: 15px;
}
.highlitepanz {
	background-image: url(../images/highlightpanel.jpg);
	height: 130px;
	width: 554px;
	padding: 20px;
	background-repeat: no-repeat;
}
