body
{
	text-align:center;
	margin:0px;
	font: 12px arial;
	color:#333333;
	background:black;
	height:101%;
}

IMG
{
	margin:0px;
}

DIV
{
	-moz-box-sizing: border-box;
}

#container 
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background:#eff1f0;
}

#top
{
	width:960px;
	height:150px;
	background:white;
}

#menu
{
	background:#980412;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

#menu A
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#menu A:hover
{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.on
{
	color:#ff2634;
	text-decoration:none;
	font-weight:bold;
}

#middle
{
	text-align:left;
	float:left;
	padding:5px;
	background:#eff1f0;
}

#bottom
{
	float:left;
	text-align:center;
	background:#980412;
	color:white;
	height:95px;  /* ORIGINAL IS 75 */
	width:100%;
	padding:3px;  /* ORIGINAL IS 20 */
	-moz-box-sizing: border-box;
}

#bottom A
{
	color:black;
	text-decoration:none;
}

B
{
	color:#980412;
}

