HTML{
 height:100%;
}

BODY{
 margin:0px;
 height:100%;
}

IMG{
border:0px;
}

DIV.topBar{
position:absolute;
height:110px;
width:100%;
left:0px;
top:0px;
background-color:#D61E3E;
/*background-image: url('../images/header/header_bg.gif');*/
background-repeat:repeat-x;
}
DIV.logo{
position:absolute;
top:0px;
left:50%;
margin-left:-393px;	
}

DIV.tagline{
position:absolute;
left:507px;
top:74px;	
}



DIV.navContainer{
position:absolute;
top:113px;
height:22px;
width:100%;
background-color:#959595;
z-index:5;
padding:0px;
text-align:center;
}

DIV.content{
position:absolute;
width:784px;
left:50%;
top:20px;
margin-left:-393px;	
}



TABLE.navTable{
margin-left: auto;
margin-right: auto;
padding:0px;
border:0px;
}

TABLE.foot{
margin-left: auto;
margin-right: auto;
padding:0px;
border:0px;
}


