/* CSS Document */

body{
background-image:url(images/newbg.jpg);
background-repeat:repeat-x;
background-color:#021872;
margin:0px 0px 5px 0px;
font-family:Arial, Helvetica, sans-serif;
}

p{
margin:0px;
padding:0px;
}

#gumlogo{
width:934px;
margin:auto;
height:95px;
background-image:url(images/gumlogo.jpg);
background-repeat:no-repeat;
}

#sub-gumlogo{
width:934px;
margin:auto;
height:95px;
background-image:url(images/sub-gumlogo.jpg);
background-repeat:no-repeat;
}

#customer{
float:right;
width:400px;
text-align:right;
position:relative;
top:20px;
right:10px;
font-size:12px;
}

#customer a{
color:#000000;
height:22px;
font-weight:bold;
font-size:12px;
}

#topper{
width:934px;
background-image:url(images/topper.jpg);
height:201px;
margin:auto;
}

#sub-topper{
width:934px;
background-image:url(images/sub-topper.jpg);
height:70px;
margin:auto;
}

#topper h1{
color:#FFFFFF;
font-size:24px;
margin-top:2px;
}

#topper a{
color:#FFFFFF;
}

#topper a:hover{
color:#FFCC00;
}

#topper p{
color:#FFFFFF;
font-size:14px;
line-height:26px;
}

#navbg{
width:933px;
background-image:url(images/navbg.jpg);
height:28px;
margin:auto;
padding-left:1px;
}

#navbg a{
color:#ffffff;
display:block;
float:left;
border-right:1px solid #ffffff;
padding:6px 15px 0 15px;
height:22px;
text-transform:uppercase;
font-weight:bold;
font-size:14px;
}

#navbg a:hover{
background-color:#ffffff;
color:#000000;
}

#sub-navbg{
width:933px;
background-image:url(images/sub-navbg.jpg);
height:28px;
margin:auto;
padding-left:1px;
}

#sub-navbg a{
color:#ffffff;
display:block;
float:left;
border-right:1px solid #ffffff;
padding:6px 15px 0 15px;
height:22px;
text-transform:uppercase;
font-weight:bold;
font-size:14px;
}

#sub-navbg a:hover{
background-color:#ffffff;
color:#000000;
}

#whitebg{
width:934px;
background-image:url(images/whitebg.jpg);
background-repeat:repeat-y;
margin:auto;
}

#whitebg h1{
font-size:26px;
font-weight:normal;
letter-spacing:-1px;
}

#whitebg p,li{
font-size:12px;
margin-bottom:8px;
}

#whitebg a{
color:#000000;
}

#whitebg a:hover{
color:#990000;
}

#content{
width:634px;
float:left;
margin:0 5px 5px 5px;
padding:0 10px 0 10px;
}

#content h2{
font-size:18px;
font-weight:normal;
}

#right{
width:240px;
float:left;
margin:5px 5px 5px 13px;
}

#footer{
width:914px;
padding:10px;
height:32px;
background-image:url(images/navbg.jpg);
margin:auto;
font-size:11px;
color:#FFFFFF;
border-bottom:1px solid #FFFFFF;
}

#footer a{
color:#FFFFFF;
}