/*Body*/
body{
background:#726a67;
text-align:center;
margin:0;
/*scrollbar colors for IE and Opera*/
scrollbar-arrow-color:#333;
scrollbar-3dlight-color:#999;
scrollbar-highlight-color:#FFF;
scrollbar-face-color:#CCC;
scrollbar-shadow-color:#999;
scrollbar-darkshadow-color:#666;
scrollbar-track-color:#EEE;
}


div, table, td{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

td{
vertical-align:top;
}

img{
border:0;
}

h1, h2, h3, h4, h5, h6{
margin:0;
}

/*Container*/
#container{
margin:0 auto;
padding:0;
width:754px;
text-align:center;
}


#header{
background:url(../Images/splash-header.gif) top left no-repeat;
width:754px;
height:129px;
}

#body-container{
background:url(../Images/splash-body.gif) top left no-repeat;
width:754px;
height:409px;
text-align:left;
}

#body-container p{
margin:0;
padding:16px 30px 0 6px;
font-size:10px;
color:#2a2a2a;
}

#left-column{
width:261px;
float:left;
}

.left-column-content{
padding:0 0 0 7px;
}

#middle-column{
width:254px;
float:left;
}

#right-column{
width:239px;
float:left;
}

.footer{
padding:40px 0 0 0;
font-size:9px;
line-height:16px;
color:#fff;
}

.footer a, .footer a:visited{
color:#fff;
text-decoration:none;
}

.footer a:hover{
color:#fff;
text-decoration:underline;
}




