body
{
	padding: 0;
	margin: 0;
	background: #330000;
        background-image:url('bkimage.gif');
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #E00;
}

a:hover
{
	text-decoration: none;
	color: #500;
}

ul
{	
	line-height: 130%;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	top: 44px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: 0px;		
	left: 48%;
}

#header
{
	width: 850px;
	height: 25px;
	letter-spacing: 2px;
	
}

#logo
{
        position: absolute;
        margin-top: -38px;
}

#container    
{
	border: 5px solid #111;
        background: #111;
	width: 840px;
	height: 440px;
}

#containerleft
{
	float: left;
	width: 365px;
	height: 400px;
	background-image:url('BCM.jpg');
	border-right: 5px solid #111;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 430px;
	height: 400px;
	background: #555;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: 2px;
	font-size: 110%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 90%;
}

#content
{
	float: left;
	width: 820px;
	height: 400px;
	background: #555;
	overflow: auto;
	padding: 10px;
}

#content h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: 2px;
	font-size: 110%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 90%;
}

#contentright
{
        float: right;
	width: 350px;
}

#display
{
	position: absolute;
	background-color: lightgrey;
	padding: 8px;
	top: 200px;
	left: 400px;
	width: 300px;
	height: 25px;
	border: 1px dashed gray;
	color: black;
	text-decoration: none;
        text-align: center;
}

#containerbottom
{
	width: 840px;
	text-align: right;
	padding: 0px 0px;
	color: #FFF;
}

#containerbottom a
{
	text-decoration: none;
	color: #FFF;
}

#containerbottom a:hover
{
	text-decoration: none;
	color: #900;
}

#bottomleft
{
	float: left;
	font-size: 70%;
	padding: 2px;
}
#footer
{
	width: 850px;
	text-align: right;
	padding: 0px 0px ;
	color: #FFF;
}

#footer a
{
	text-decoration: none;
	color: #FFF;
}

#footer a:hover
{
	text-decoration: none;
	color: #900;
}
#footerleft
{
        float: left;
}