/* CSS layout */
/*                              */
 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #FFFFCC;
}
#mainMenu {
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#pageContent {
}
#footer {
}
.NowPlayingCell {
	border: 3px outset #009933;
	text-align: center;
	font-style: normal;
}
.TextCenterItalicXL {
	text-align: center;
	font-style: italic;
	font-size: x-large;
	color: #006600;
}
.TableGreenBorder {
	border: medium solid #009933;
}
body {
	background-color: #F7D102;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
#centeredBG {
	margin: 10px;
	padding: 0px;
	min-width: 1200px;
}
#MainBody{
	min-width: 1200px;
	background-color: #FFFFCC;
}
#MainBodySoloCol{
	width: 600px;
	margin: 10px;
	padding: 0px;
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 6px;
	border-color: #009933;
	padding: 10px;
}

#MainBodyLeft {
	padding: 0px;
	margin: 10px;
	float: left; 
	width: 23%;
	border-right-style: solid;
	border-right-width: 6px;
	border-right-color: #009933;
}
#MainBodyCenter {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	float: left;
	width: 48%;
}
#MainBodyRight{
	margin: 0px;
	float: right;
	width: 23%;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #009933;
	padding-left: 10px;
}
	
}
.TableCellBorders {
	border: 2px solid #009933;
}
.TextXLBoldRed {
	text-align: center;
	font-size: x-large;
	color: #CC0000;
	font-weight: bold;
}
.TextItalicGreen {
	text-align: center;
	color: #006600;
	font-style: italic;
}
.TextCenterItalicL {
	text-align: center;
	font-style: italic;
	font-size: large;
	color: #006600;
	font-weight: normal;
}
.Bold {
	font-weight: bold;
}
.TextLBoldRed {
	text-align: center;
	font-size: large;
	color: #CC0000;
	font-weight: bold;
}