/****** MAIN ******/

* {
padding: 0;
margin: 2;
text-align: left;
}

body {
text-align: center;
background: #cccccc url(../images/bg.jpg) repeat-y top left;
font: 12px arial, verdana, sans-serif;
}

/****** STRUCTURE ******/

div#mainContainer {
margin: 0 auto;
width: 1000px;     
text-align: left;
}

div#topBanner {
height: 190px;
background: #FFFCF0 url(lbe_ltd.jpg) no-repeat top center;
border-bottom: 0px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

div#contentContainer {
height: 400px; 
padding: 12px;
background: #FFFCF0;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}


 .welcome {font: 16px arial, verdana, sans-serif;  text-align: center; }

  
h1 {
text-align: center;
font: 25px arial, verdana, sans-serif;
color: #EB6100;
margin-bottom: 2px;
font-weight: bold;
clear: both;
}
  