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 ul {
    margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;	
	background-color: #369;
	border-bottom: solid 2px #275380;
	text-align: left;
	font-size: 1em;
	font-weight: bold;	
}

#nav {
		margin:0;
		padding:0;
		background:#369;
		width:100%;
		float:left;				
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:#fff;
		background:#006;
		padding:4px 10px 4px 10px;
		float:left;
		width:auto;
		border-left: solid 2px #000;
	    border-bottom: solid 2px #000;
	    border-right: solid 1px #369;
	    border-top: solid 1px #FC0;	
		text-decoration:none;
		font-weight:bold;		
	}
	#nav a:hover {
		color:#fff;
		background:#FC0;
	}
	
	#index #nav-index a,
	#list #nav-list a,
	#about #nav-about a,
	#location #nav-location a,
	#contact #nav-contact a,
	#map #nav-map a {
		background:#C00;
		color:#fff;
		border-bottom:2px solid #C00;
		border-left: 2px solid #C00;		
	}
	#index #nav-index a:hover,
	#list #nav-list a:hover,
	#about #nav-about a:hover,
	#location #nav-location a:hover,
	#contact #nav-contact a:hover,
	#map #nav-map a:hover {
		background:#C00;
	}
	#nav a:active {
		background:#C00;
		color:#fff;
		border-bottom: 2px solid #C00;
		border-left: 2px solid #C00;
	}
	
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;
}		