@charset "utf-8";
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 85% "Comic Sans MS" 
	font-weight:bold;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.header { height:120px;
background:#000000;
border:1px #000000;
}

#mainbody {   
  background-color:#000000;
  overflow: auto;
}

a:link {
	color: #9900FF;
	text-decoration: none;
}
a:visited {
	color: #9966FF;
	text-decoration: none;
}

a:active {
	color: #9933FF;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: none;
	}

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 {
	margin: 10px 10px 10px 10px;
	font-family: "Comic Sans MS", cursive;
}

.heading { font-family:Comic Sans MS;
font-size:26px;
color:#FF6600;
font-weight:bold;
text-align: center}

/* Imported from mm-entertainment */


	#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	font-family: "Comic Sans MS", cursive;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	

