/* Start of CMSMS style sheet 'MB: STRUCTURE' */
body{
margin:0;
padding:0;
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-color: #ef660b;
color: #000;
}

hr.about{
border-top: 1px dotted #000;
}

#maincontainer{
width: 1000px;
}


#contentwrapper{
float: left;
width: 100%;
background-color: #ffd400;
}

#contentwrapper2{
float: left;
width: 100%;
background-color: #ffd400;
}

#top_right{
margin-left: 324px;
height: 371px;
background-image: url(images/top_right.jpg);
background-repeat: no-repeat;
}

#top_left{
float: left;
width: 324px;
height: 371px;
margin-left: -1000px;
background-image: url(images/top_left.jpg);
background-repeat: no-repeat;
}

#mid_right{
margin-left: 324px;
/* height: 360px; */
background-image: url(images/mid_right.jpg);
background-repeat: no-repeat;
}

#mid_left{
float: left;
width: 324px;
background-image: url(images/mid_left.jpg);
background-repeat: no-repeat;
margin-left: -1000px;
}

#bot_right{
margin-left: 324px;
height: 169px;
background-image: url(images/bottom_right.gif);
background-repeat: no-repeat;
}

#bot_left{
float: left;
width: 324px;
height: 169px;
background-image: url(images/bottom_left.gif);
background-repeat: no-repeat;
margin-left: -1000px;
}

br.clear { 
clear:both 
}
/* End of 'MB: STRUCTURE' */

