body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	font: small Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;	
	width: 780px;
}

#header {
	margin-bottom: 10px;
	width: 780px;
	height: 200px;
}

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

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

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

#nav #nav_con a {
	border: none;
}

#nav a:hover {
	background-color: #9FB8DD;
	background-position: -155px 0;
}

#body_hom #nav_hom a, #body_ser #nav_ser a,
  #body_out #nav_out a, #body_loc #nav_loc a,
  #body_con #nav_con a
  {
  	background-color: #FFFFFF;
	background-position: -310px 0;
	color: #000000;
	font-weight: bold;
}

#content {
	clear: both;
	border-top: 1px dotted #9FB8DD;
	padding: 20px;
	width: 739px;
	background-color: #FFFFFF;
	color: #000000;
}

#location { 
    border: 1px solid #FFCC00;   
	width: 777px;
	height: 520px;	
}

#bottom {
	width: 777px;
	background-color: #FFFFFF;
	color: #000000;
}

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

#photoright {
	float: right;
	width: 328px;
	text-align: justify;
}

#text {
    float: left;
	padding-right: 20px;	   
	width: 391px;				
	background-color: white;		
	color: black;
	text-align: justify;
}

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

#footer {
	padding: 30px;
	text-align: center;
	color: #FFCC00;
	width: 720px;
	height: 90px;
	background-color:#000000;
}

.host a {
	background-color: #000000;
	color: #FFCC00;
	text-decoration: none;
}

.tagline {
	padding: 40px 20px 20px 20px;
	width: 739px;
	background-color: #FFFFFF;
	color: #666666;
	font-style: italic;
	text-align: center;
}

.tagline h1 {
	font-size: medium;
	
}