@charset "utf-8";
/* CSS Document */

body {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular;
		font-size: 0.75em;
		color: #3b3b3b;
		padding: 0;
		margin: 0;
		background: url('../images/back.gif') top left repeat-x #e4f7dd;
	}
	
#content li {
		list-style: square;
	}
	
#content ul {
		padding-left: 1.5em;
	}

#wrapper {
    	width: 798px;
    	margin: 0px auto;
    	padding: 0px;
	}
	
#top_navigation  {
		width: 460px;
		float: left;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
 #top_navigation ul {
		list-style: none;
		padding: 0;
		margin: 0 0 0 2px;		
	}

#top_navigation li {
		float: left;
		display: block;
		background-color: #439c53;
		height: 2.1em;
		line-height: 2.1em;
		border-right: 2px solid #fff;
		width: 228px;
		text-align: center;
		font-size: 1em;
		font-weight: bold;		
	}

#top_navigation li a {
		text-decoration: none;
		color: #fff;
		text-align: center;
	}

#top_navigation li a:hover {
		text-decoration: underline;
	}

#content {
		clear: both;
		border: 1px solid #bdecab;
		background: #edfde7;
		padding: 10px;
		text-align: justified;
	}
	
#map {
		width: 520px; 
		height: 250px; 
		margin: 0 5px 0 0; 
		border: 1px solid #bdecab;
		background: #fff;
		float:left;
	}

#footer {
		padding: 15px 0 0 0;
		text-align: left;
	}
	
#featurecon {
		float: right;
		width: 344px;
		height: 218px;
		margin: 0 2px;
	}

#feature {
		position: relative;
	}
	
#feature img {
		border: 1px solid #439c53;
		padding: 3px; 
		background: #fff; 
		margin: 5px 0 5px 5px;
	}
	
#prices {
		margin: auto;
		text-align: center;
		border: 1px solid #439c53;
		padding: 10px; 
	}
#prices td {
	 	background: #edfde7;
		padding: 3px;
	}

.month {
	 	width: 100px;
		display: block;
		text-align: left;
	}