
h1, h2, h3, h4, h5
{
    font-family:Arial sans-serif;
    color:#f0f0f0;
}

h2
{
    font-size:18pt;
}

.innerLeft
{
	float:left;
	width:230px;
    background-color:Black;
	background-image:none;
	overflow:hidden;
	
	padding:10px;
	padding-bottom:0px;

	text-align:left;
	line-height:150%;
}

.innerCenter
{
    float:left;
	width:420px;
	height:291px;
    z-index:1;
}

.innerCenter img
{
    margin-left:auto;
    margin-right:auto;
}

.innerRight
{
	width:226px;
	padding:10px;
	float:left;
}

.innerBottom
{
    clear:both;
    width:100%;
    margin-left:0px; margin-right:0px;
    background-color:Black;
    z-index:5;   
}






