#mainContainer
{
    background-image: url('../img/bg.jpg');
		background-position: bottom center;
		background-repeat: no-repeat;
		background-color: #ffffff;
    width: 1024px;
		min-height: 732px;
		border: 1px solid #cccccc;
}

.clear { clear: both; }

#header
{
    width: 1024px;
		height: 150px;
}

#logo 
{
 		background-image: url('../img/logo.jpg');
		background-repeat: no-repeat;
    width: 224px;
		height: 61px;	
		margin-top: 20px;
		margin-left:20px;
		margin-bottom:20px;
		float:left;
}

#navigation
{
   width: 1024px;
	 height: 30px;
	 padding-top: 5px;
}

#bodyContainer
{
    /*border:1px solid lime;*/
		height:auto !important;
		height:280px;
		min-height:280px;
}

#contentContainer
{
    width:890px;
		height:auto !important;
		height:500px;
		min-height:500px;
		border:1px solid #cccccc;
		background-color:#ffffff;
		filter:alpha(opacity=85);
    opacity:0.85;
		color:#000000;
		margin-bottom:20px;
		padding:10px;
		text-align:left;
}

#panelContainer
{
    width:907px;
		height:361;
		/*border: 1px solid red;*/
		
}
#footerNav
{
		padding-top:5px;
    width:907px;
		height:20px;
		margin-bottom:10px;
		color:#ffffff;
}



#footer
{
    padding-top:10px;
    width:907px;
		height:20px;
}

/*-------------------------------------------------------------------------------------------*/

