* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul {
	margin-left: 30px;
}

a {
	color: #F00;
}

a.visited {
	color: #333;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	background-color: #FFF;
}
#header {
	color: #333;
	width: 950px;
	float: left;
	padding: 0px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	background-image: url(../images/little_star_masthead.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	visibility:hidden}
	
#Topcontact {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	
}
	
#navigation {
	float: left;
	width: 930px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/nav_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
  #Menu {
  font-family: Arial, sans-serif;
  font-size:16px;
  }
  #Menu ul {
  text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
  }
  #Menu li {
  display: inline; /* Menu links are horizontally aligned using display: inline */
  }
  #Menu li a {
  padding: 10px 30px 6px 30px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
  color: #333;
  text-decoration: none;
  font-weight: bold;
  }
  #Menu li a:hover {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
  }
  #Menu .active{
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
  }
  
  
    /* Unfortunately, for some reason both IE6 and IE7 needs to be hacked. */
   Menu1 li a {
   padding: 0 0 0 10px;
   }
   
.columnTitle {
	font-size:20px;
	font-weight:bold;
	margin-left: 30px;
	}
	
.columnTitle a {
	color:#F00;
	text-decoration:none;
}
.columnTitle a:hover {
	color:#000;
}

.columnText {
	font-size:18px;
	font-weight:bold;
	color:#666;
	margin-left: 50px;
	padding-top: 7px;
}
	
#leftcolumn {
	color: #333;
	margin: 0px;
	height: 302px;
	width: 217px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 48px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/towing_home.jpg);
}
#leftmiddle {
	color: #333;
	margin: 0px;
	height: 302px;
	width: 217px;
	float: left;
	background-image: url(../images/tires_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 48px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightmiddle {
	color: #333;
	margin: 0px;
	height: 302px;
	width: 217px;
	float: left;
	background-image: url(../images/general_service_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 48px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightcolumn {
	color: #333;
	margin: 0px;
	height: 302px;
	width: 217px;
	float: left;
	background-image: url(../images/outboard_rentals_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 48px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content {
	width: 930px;
	clear: both;
	color: #333;
	margin: 0px;
	background-image: url(../images/content_bkgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content h1 {
	padding: 5px 0px 0px 10px;
	font-size:24px}
	
#content h2 {
	padding: 5px 0px 0px 10px;
	font-size:18px}	
	
#content p {
	padding: 10px;}
	
#content ul li {
	margin-left: 10px;
	list-style-position: inside;
}
	
.box {
	float:right;
	width: 250px;
	margin-right: 10px;
}
	
.hours {
	margin-left:20px;
	font-weight: bold;
	color:#333;
}
#contentBTM {
	width: 931px;
	color: #333;
	margin: 0px;
	background-image: url(../images/content_bkgd_btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	clear: both;
}
#footer {
	width: 930px;
	clear: both;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer p{
	font-size:10px;
	color:#999;
}
#footer .wwl {
	float:right;
	margin-right:10px;
	font-size:10px;
	color:#999;
}
#footer .wwl a{
	color:#999;
}

