@charset "UTF-8";

body {
text-align: center;
min-width: 953px;
margin:0px;
}

#wrapper {
height: auto;
margin:0px auto;
width: 953px;
text-align: left;
clear:none;
min-height:100%;

}

#header {
width: 953px;
height:312px;
float: left;
}

#navbar {
width: 953px;
height: 37px;
float: left;
}
.navelement {
height: 37px;
float: left;
}


#body {
width: 953px;
height: 100%;
background-image: url(images/body.jpg);
float: left;
background-repeat: repeat-y;
}

.bodycontent {
border-color: #808080;
border-style: solid;
border-width: 3px;
background-color: white;
width: 815px;
float: left;
margin-left: 55px;
margin-bottom: 15px;
padding: 5px 0 10px 15px; 
font-family: Helvetica, Arial, sans-serif;
font-size: .95em;
color: #292929;

}

#footer {
width: 953px;
height: 47px;
background-image: url(images/footer.jpg);
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: .8em;
color: #444444; 
background-repeat: no-repeat;
float: left;
}

#column1 {
width: 245px;
height: 100%;
font-family: Helvetica, Arial, sans-serif;
font-size: .9em;
float: left;
border-right: 2px #666666 dotted;
margin-right: 10px;
padding-right: 5px;
}

#column2 {
width: 300px;
height: 100%;
font-family: Helvetica, Arial, sans-serif;
font-size: .9em;
float: left;
border-right: 2px #666666 dotted;
margin-right: 10px;
padding: 0 10px 0 0;
}
#column3 {
width: 200px;
height: 100%;
font-family: Helvetica, Arial, sans-serif;
font-size: .9em;
float: left;
padding: 0 10px 0 0;

}
#contact {
border: .25em #1E1160 solid;
padding: 0 3px 8px 8px;
margin: 0 0 0 10px;
width: 195px;
}

#rates {
width: 195px;
border: solid .25em #666666;
padding: 3px 3px 8px 8px;
margin: 15px 0 0 10px;
}

#rates li {margin-left: -20px;}

@font-face { font-family: KomikaTitle; src: url(fonts/KomikaTitle.ttf);
}

h1 {font-family: KomikaTitle, "Arial Black", sans-serif; color: #202020; font-size: 1.85em; margin: 5px 0 0 0;}
h2 {font-family: KomikaTitle, "Arial Black", sans-serif; color: #202020; font-size: 1.65em; margin: 5px 0 0 0; line-height: 1.15em;}
h3 {font-family: KomikaTitle, "Arial Black", sans-serif; color: #202020; font-size: 1.35em; margin: 8px 0 0 0;}

a {text-decoration: none; color: #284276; font-weight: bold;}

a:hover {text-decoration: underline;}

li {margin-left: -15px;}
ul {margin-top: 5px;}










