
body {
background-image:url(images/bgbg-new.jpg);
background-repeat:repeat-x;
background-position:top center;
background-color:#e6e5d8;
margin:auto;
text-align:center;
}


#topheader {
background-image:url(images/topheader-new.jpg);
background-repeat:no-repeat;
background-position:top center;
margin:auto;
text-align:center;
height:106px;
/*height:106px;*/
}

#topmenu {
width:800px;
height:106px;
/*height:106px;*/
margin:auto;
text-align:left;
}

#contentareabg {
background-color:#002a5c;
background-image:url(images/contentbg.jpg);
background-repeat:repeat-x;
background-position:top left;
margin:auto;
text-align:center;

}

#contentareabgrepeat {
background-image:url(images/contentbg-repeat.jpg);
background-position:top center;
background-repeat:repeat-y;
margin:auto;
text-align:center;
}

#contentareastatic {
background-image:url(images/contentbgstatic.jpg);
background-position:top center;
background-repeat:no-repeat;
margin:auto;
text-align:center;
}

#homecontentareastatic {
background-image:url(images/homecontentbgstatic.jpg);
background-position:top center;
background-repeat:no-repeat;
margin:auto;
text-align:center;
}

#contenttext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
text-align:left;
}