Okay, if you cut your header image down to just the part above the line and use the following stylesheet you should be in better shape.
Code:
body {
background-color: #14265E;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
#rbbg {
width: 740px;
position: relative;
text-align: left;
margin: 9px auto 0;
background: #deeefe;
overflow: visible;
}
p {
font-size: 0.7em;
color: #14265E;
}
#contact {
height: 93px;
width: 291px;
position: absolute;
z-index: 2;
left: 432px;
top: 22px;
}
a:link {
color: #0099FF;
text-decoration: underline;
}
a:visited {
color: #0099FF;
text-decoration: underline;
}
a:hover {
color: #0099FF;
text-decoration: none;
}
#navbar {
float: left;
width: 160px;
background: #deeefe;
}
#editright {
width: 575px;
float: left;
text-align: left;
}
#editleft {
width: 307px;
text-align: right;
}
h1 {
font-size: 1.4em;
text-align: right;
color: #003366;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
color: #003366;
font-weight: normal;
font-size: 1em;
}
li {
color: #003366;
font-size: 0.7em;
}
h3 {
font-size: .8em;
font-weight: normal;
color: #003366;
}
h4 {
font-weight: normal;
color: #003366;
text-align: center;
font-size: .8em;
}
h5 {
font-weight: normal;
color: #003366;
font-size: .7em;
text-align: right;
}
#editlefter {
height: 72px;
width: 249px;
z-index: 4;
}
h6 {
font-size: 1.4em;
color: #14265e;
text-align: left;
margin: 0px;
}
You might have a few little things to clean up but this should get you on the right track
Bookmarks