/******************************************************************/
/******************************************************************/
/* BEN SOLUTIONS*/
/******************************************************************/
/******************************************************************/


/*------------------------------------------------------------------*/
/*------------------------- WEB LAYOUT -----------------------------*/
/*------------------------- VERSION 1.0 ----------------------------*/
/*------------------------- 25 MAR 2009 ----------------------------*/
/*------------------------------------------------------------------*/

/*-------BIGGEST DIV---------*/
#wrapper{
width:1000px;

}

/*-------TOP DIV---------*/
#toppanel{
height:121px;
width:1000px;
background:url(../image/top_bg.png) top center no-repeat;
}

/*-------BODY MIDDLE DIV---------*/
#container{

}

#topcontainer{

}

#middlecontainer{

}

#bottomcontainer{

}

#leftpanel{
width:216px;
margin-left:2px;
margin-right:8px;
}

#centerpanel{
width:1000px;
margin:0 auto;
}

#contentpanel{

}

#rightpanel{
position:absolute;
right:5px;
top:312px;
}

/*-------BOTTOM DIV---------*/
#bottompanel{
margin:30px 0px;
padding-top:10px;
border-top:1px solid #272727;
font-size:8pt;
}

#bottomcontainer{
margin:0 auto;
width:1000px;
}

#bottomcontainer p{color:#b7b7b7;margin-bottom:8px;}

#bottomcontainer a{color:#29b3b3;}

#bottomcontainer img{margin:5px;}
/*------------------------------------------------------------------*/
/*------------------------- END WEB LAYOUT -------------------------*/
/*------------------------------------------------------------------*/



/*------------------------------------------------------------------*/
/*------------------------- ADD ON LAYOUT --------------------------*/
/*------------------------------------------------------------------*/

