body {
margin:0;
background-color:#0072BC;
font-size:68.75%;
font-family:tahoma,verdana,arial,sans-serif;
text-align:center;
}

#container {
width:750px;
text-align:left;
margin:0 auto;
}

#header {
width:750px;
height:155px;
background-color:#FFF;
background-repeat:no-repeat;
background-position:bottom;
}

#mainNav {
width:750px;
height:29px;
/*clear:both;*/
border:1px solid #000;
}

#content {
width:750px;
background-color:#fff;
}

#contentTop {
width:750px;
height:15px;
background-image: url(../images/bg-contentTop.gif);
}

#contentBottom {
width:750px;
height:15px;
background-image: url(../images/bg-contentBottom.gif);
clear:both;
}

#leftCol1{
width: 250px;
height: 160px;
float: left;
background-color:#fff;
}

#middleCol1{
width: 250px;
height: 160px;
float: left;
background-color:#fff;
}

#rightCol1{
width: 250px;
height: 160px;
float: left;
background-color:#fff;
}

#leftCol2{
width: 250px;
float: left;
background-color:#fff;
}

#middleCol2{
width: 250px;
float: left;
background-color:#fff;
}

#rightCol2{
width: 250px;
float: left;
background-color:#fff;
}

#footer {
width:750px;
text-align:center;
color:#fff;
}

/*======== Panels =========*/
#newsTop {
width:250px;
height:27px;
background-image: url(../images/panels/news-top.gif);
}

#benefitsTop {
width:250px;
height:27px;
background-image: url(../images/panels/benefits-top.gif);
}

#otherProductsTop {
width:250px;
height:27px;
background-image: url(../images/panels/otherProducts-top.gif);
}

.panelContent {
background-image: url(../images/panels/bg-middle.gif);
background-repeat: repeat-y;
padding:3px 15px 3px 20px;
height:136px;
}

.panelBottom {
width:250px;
height:24px;
background-image: url(../images/panels/bg-bottom.gif);
}



