html, body {
height: 100%;
}

body{
font-family: Arial;
font-size: smaller;
margin: 0;
padding: 0;
background: #FFFFFF;
}

img{border:none;}

#header a{color:#FFFFFF; text-decoration: none; line-height: 2;}
#header a:hover{color:#FFFFFF; text-decoration: underline;}

a{color: #84b0bb;}

h4{
text-decoration: underline;
}

.cent{
text-align:center;
}

#top{
background: url('img/gradient.jpg');
height: 130px;
border-bottom: 2px solid #FFFFFF;
color: white;
font-family: Times New Roman;
}

#cont{
width: 450px;
margin: 0 auto 0 auto;
}

#cont div{
float: left;
text-align:center;
line-height: 1.3;
}

#strip{
background: #3A3A3A;
height: 10px;
}

#main{
width: 800px;
margin: 0 auto 0 auto;
min-height: 80%;
height: auto;
position: relative;
padding: 0; 
}

#menu{
float: left;
width: 210px;
background: url('img/menubg.jpg') no-repeat top right;
text-align: right;
padding-right: 40px;
}

#content{
float: left;
width: 520px;
padding-left: 20px;
}

#rates{
text-align:center; 
border-bottom: solid 1px;
border-left: solid 1px;
}

#rates td{
border-top: solid 1px;
border-right: solid 1px;
}


td{
vertical-align: top;
}

option, select, input, textarea{
background-color: #eeeeee;
}

#footer{
background: #3A3A3A;
color: white;
font-size: smaller;
}

#footer div{
background: #3A3A3A;
float: left;
text-align:center;
width: 49%;
}