body {
    margin: 0;
	padding: 0;
	background-color: white;
	background-image:url(images/backgrounds/stripes.jpg);
	color: #000;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
    margin: 0 auto;	
	padding: 0;
	width: 780px;
	background-color: #369;	
	color: #FC0;
}

#content {
   
	width: 770px;	
	background-color: #fff;
	font: small Verdana, Arial, Helvetica, sans-serif;
	border: 5px solid #C00;	
	color: #000;
}

#contentindex {
   
	width: 770px;	
	background-color: #fff;
	background-image:url(images/backgrounds/wake.jpg);
	font: small Verdana, Arial, Helvetica, sans-serif;
	border: 5px solid #C00;	
	color: #000;
}

#contentlocation {
   
	width: 770px;	
	background-color: #fff;
	background-image:url(images/backgrounds/wgm.jpg);
	font: small Verdana, Arial, Helvetica, sans-serif;
	border: 5px solid #C00;	
	color: #000;
}

#listings {

    width: 770px;
	background-color: #369;
	font: small Verdana, Arial, Helvetica, sans-serif;
	border: 5px solid #C00;
	color: #FC0;
}

#about {

    height: 27px;
}

#contact {

    height: 27px;
}

#index {

    height: 27px;
}

#list {

    height: 27px;
}

#location {

    height: 27px;
}

#map {

    height: 27px;
}

#nav {
	margin: 0;
	padding: 0;
	background-color: #369;
	list-style-type: none;
	width: 779px;
	float: left;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	float: left;
	width: 129px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 2;
	text-align: center;
	border-right: 1px solid #369;
	background: url(../images/navigation/tab.gif) no-repeat;
}

#nav #nav_map a {
	border: none;
}

#nav a:hover {
	background-color: #FC0;
	color: #fff;
	background-position: -129px 0;
}

#body_hom #nav_hom a, #body_lis #nav_lis a,
  #body_abo #nav_abo a, #body_loc #nav_loc a,
  #body_con #nav_con a, #body_map #nav_map a
  {
  	background-color: #CC0;
	background-position: -258px 0;
	color: #fff;
	font-weight: bold;
}
	
p {
    margin-top: 0;
	padding: 10px;	
}

#main {
    padding: 10px;
    float: left;
	background-image:url(images/backgrounds/transparentbg.png);
	width: 463px;
	height: 195px;
	text-align: justify;
}

#feature {
    float: right;
	border-left: 1px solid #369;   
	width: 286px;				
	background-color: white;		
	color: black;
	text-align: justify;
}

#locate { 
    border: 1px solid #FFCC00;   
	width: 768px;
	height: 520px;	
}

#directions {
	width: 758px;
	background-color: #FFFFFF;
	color: #000000;
}

.photobg {
    margin: 0;
	background-color: #369;
	color: white;	
}

.img {
    margin: 0;	
	border: 0;
	padding: 0;	
}

h2 {
    margin: 0;
	padding: 2px;	
    background-color: #369;
	color: #FC0;
	font-size: 1.2em;	
	text-align: center;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
    text-align: center;
	padding: 40px;
}

#photo {
    padding: 10px;
    float: left;
	width: 250px;
	text-align: justify;
}

#text {
    float: right;
	   
	width: 499px;				
	background-color: white;		
	color: black;
	text-align: justify;
}

#photoright {
    padding: 10px;
    float: right;
	width: 250px;
	text-align: justify;
}

#textleft {
    float: left;
	   
	width: 499px;				
	background-color: white;		
	color: black;
	text-align: justify;
}

hr {
    width: 100%;
    color: #fff;
	background-color: #fff;
	border: 1px dotted #C00;
	border-style: none none dotted;
	text-align: center;
}

.right {
    text-align: right;
}		
