
	body {
		margin:0;
		padding:0;
		background:#EAE8D5 url(assets/background.gif) repeat-y center;
		color:#000;
		font-size: 12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	div#wrap {
		background:#fff;
		margin:0 auto;
		width:640px;
	}
	#headerHome {
	background-color:#fff;
	height:170px;
	background-image: url(assets/home-header.jpg);		
	}
	#headerTariffs {
	background-color:#fff;
	height:170px;
	background-image: url(assets/tariffs-header.jpg);		
	}
	#headerLocation {
	background-color:#fff;
	height:170px;
	background-image: url(assets/night-header.jpg);		
	}
	#headerTestimonials {
	background-color:#fff;
	height:170px;
	background-image: url(assets/food-header.jpg);		
	}
	#headerFunctions {
	background-color:#fff;
	height:170px;
	background-image: url(assets/functions-header.jpg);		
	}
	#headerContact {
	background-color:#fff;
	height:170px;
	background-image: url(assets/contact-header.jpg);		
	}
	#headerHome h1, #headerTariffs h1, #headerLocation h1, #headerTestimonials h1, #headerFunctions h1, #headerContact h1 {
		padding:5px;
		margin:0;
		display:none
	}
	#nav {
		background-color:#D4D499;
	}
	#nav ul
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 110%;
	}
	
	#nav ul li
	{
	display: inline;
	margin-left: -4px;
	}
	
	#nav ul li a
	{
	padding: 5px 20px 5px 20px;
	color: white;
	text-decoration: none;
	}
	
	#nav ul li a:hover, #nav a#current
	{
	color: #000;
	}

	#main {
		width:417px;
		float:left;
		font-size: 95%;
		padding-bottom: 30px;
	}
	#wrap > #main {
		width:420px;
	}
	#main h2, h3 {
		margin-top:20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 160%;
		font-weight:lighter;
	}
	#main p {
		padding-right: 20px;
		/*/*/line-height: 160%; /* */ 
	}
	#main a:link, a:visited
	{
	color: #000;
	text-decoration: underline;
	}	
	#main a:hover
	{
	color: #999966;
	text-decoration: underline;
	}
	#sidebar {
		padding-bottom: 20px;
		width:220px;
		float:left;
		font-size: 95%;
	}
	#sidebar ul {
		margin-bottom:0;
	}
	#sidebar h3, #sidebar p {
		padding:0 10px;
		margin:0;
	}
	#footer {
		background-color:#D4D499;
		clear:both;
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		text-align:center;
	}
	#footer p {
		padding:5px;
		margin:0;
	}
	#footer a:link, a:visited
	{
	color: #0000CC;
	text-decoration: none;
	}	
	#footer a:hover
	{
	color: #fff;
	text-decoration: underline;
	}

