html, body { width: 100%; height: 100%; background-color: #fff; font-family: Tahoma, Arial; }

a { color: #0055a2; }

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -103px; /* the bottom margin is the negative value of the footer's height */
}

header { width: 100%; height: 215px; background: url(../images/header.gif) left top repeat-x; overflow: hidden; }
#logo { width: 100%; height: 215px; background: url(../images/header.jpg) center top no-repeat; }
nav { margin: 0 auto; padding-top: 175px; width: 948px;  }
nav ul { height: 40px; }
nav ul li { float: left; text-transform: uppercase; font-size: 11px; line-height: 40px; }
nav table { width: 100%; }
nav td { font-size: 11px; text-transform: uppercase; text-align: center; background: url(../images/td.gif) left top no-repeat; height: 40px; }
nav td a { line-height: 45px; height: 40px; display: block; background: url(../images/td_a.gif) right top no-repeat; }
nav td a.sel { color: #5ec4ec; }

#main { width: 970px; margin: 0 auto; }
#main img.f { float: left; margin-right: 30px;  }
#main h2 { text-transform: uppercase; font-size: 13px; padding: 30px 0 10px 0; font-weight: bold; color: #5ec4ec; }
#main p { font: 12px/16px Tahoma, Arial; color: #333; overflow: hidden; padding-right: 15px; }

.claim { position: relative; width: 500px; height: 150px;}
.claim_phrase { letter-spacing: -2px; font: 55px/57px Times, "Timew New Roman"; position: absolute; }
.claim_phrase span { font-size: 30px; }
.liv1 { color: #5bc5ec; }
.liv2 { color: #009fe0; }
.liv3 { color: #1a2a82; }
.g { letter-spacing: -1px; font: italic 25px/27px Times, "Times New Roman"; padding-bottom: 10px; margin-left: 20px; }

footer, .push {
	height: 103px; /* .push must be the same height as .footer */
}

footer { background: url(../images/footer.gif) left top repeat-x; }
footer div { width: 940px; margin: 0 auto; }
footer img { float: right; margin: 35px 0 0 10px; border: 1px solid #08b9e9; }
footer p { text-align: left; padding-top: 45px; color: #fff; font-size: 13px; }
