html
{
	height: 100%;
}
body 
{
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	padding: 0;
	margin: 0;	
}
a
{
	color: White;
}
table.fullpage
{
	width: 100%;
	height: 100%;
	margin: auto auto 0 auto;
}
td.panel
{
	width: 1000px;
	vertical-align: top;
	background-image: url('../images/border.gif');
	background-repeat: repeat-y;
}
	td.main_left
	{
		background-color: Black;
		color: #EEEEEE;
		width: 255px;
		vertical-align: top;
	}
		div.infoBox
		{
			background-image: url('../images/gradient.gif');
			background-repeat: no-repeat;
			background-position: bottom;
			background-color: Black;
			width: 215px; /* 255 */
			padding: 10px 20px 20px 20px;
			font-weight: bold;
			font-size: 12px;
			border-top: solid 1px White;
		}
			div.infoBox div.infoTitle
			{
				font-size: 14px;
				margin-bottom: 0.5em;
				font-weight: bold;
			}
			div.infoBox div.infoItems
			{
				margin-bottom: 2.5em;
			}
			div.infoBox div.infoItem
			{
				margin-bottom: 0.5em;
			}
			
		div.sideButton
		{
			border-bottom: solid 1px #666666;
			padding: 9px 0 9px 20px;
			font-family: "Comic Sans MS";
		}
			div.sideButton a
			{
				color: #EEEEEE;
				text-decoration: none;
				font-weight: bold;
				letter-spacing: 1px;
				font-size: 11px;
			}
				div.sideButton a:hover
				{
					color: Red;
				}
	td.main_right
	{
		width: 745px;
		vertical-align: top;
	}
	#mainFrame
	{
		width: 740px;
	}
	
div.footer
{
	margin-top: 4.0em;
	margin-left: 30px;
	margin-bottom: 1.0em;
}
	div.footer a
	{
		color: Black;
	}
		div.footer a:hover
		{
			color: Red;
		}
		
div.music
{
	margin-left: 15px;
}