body {
	font: 18pt Verdana, Arial, Helvectica, sans-serif;
	color: black;
	background: blue;
	padding: 0px 0px 0px 0px;
	margin: 0px;	
}

a:link {
	color: #F1EEEE;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #F1EEEE;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #F1EEEE;
	font-weight: bold;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	border:  2px solid black;
}


#masthead {
	padding: 0p 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: white;
	text-align: center;
}
#masthead img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#nav {
	margin-top:0px;
	margin-right: 0px;
	font: 22pt Verdana, Arial, Helvectica, sans-serif;
	padding: 2px 2px 4px 2px;
	background: red;
	text-align: center;
}

#nav ul
{
margin: 0px;
padding: 2px 0px 0px 0px;
list-style-type: none;
text-align: center;
}

#nav ul li { display: inline; }

#nav ul li a
{
text-decoration: none;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
color: white;
background-color: red;
}

#nav ul li a:hover
{
color: red;
background-color: white;
}


#content {
	font: 18pt Verdana, Arial, Helvectica, sans-serif;
	color: black;
	padding: 10px 15px 5px 5px;
	margin: 0px;
	background: white;	
}
#content h1 {
	font: 18pt Verdana, Arial, Helvectica, sans-serif;
	color: black;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

#rates{
	padding: 25px 15px 15px 15px;
	text-align: center;
}


table.rates {    border-spacing: 0px;    border-collapse: collapse;
	border: 0px solid black;
	margin: auto;
}
table.rates tr {    text-align: left;    font-weight: normal;    padding: 0px;    border: 0px solid black;    background: white;}table.rates td {    text-align: left;    border-bottom: none;    padding: 0px 10px 0px 10px;    background: white;
	vertical-align: top;}


table.sizes {    border-spacing: 0px;    border-collapse: collapse;
	border: 1px solid black;
}
table.sizes th{
	padding: 3px 10px 3px 10px;
	text-align: center;
	border: 1px solid black;
}
table.sizes tr {    text-align: left;    font-weight: normal;    padding: 3px 10px 3px 10px;    border: 1px solid black;    background: white;}table.sizes td {    text-align: center;    border: 1px solid black;    padding: 3px 10px 3px 15px;    background: white;
	vertical-align: top;}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#maps {
	width: 440px;
	padding: 5px 20px 10px 0px;
	margin: 0px;
	text align: center;
	float: left;
}
#directions {
	text-align: left;
    float:left;
    border: 0px solid black;
	padding: 6px 10px 0px 0px;
}
#other{

}


#footer{
	text-align: center;
}