/* style.css */

body { 	
	margin: 0;
	background:#038c4c;
	color:#184026;
	font-family:helvetica, sans-serif; 
	line-height:1.2em;
}

a:link {
	color: #613214;
	text-decoration: none;
}

a:visited {
	color: #613214;
	text-decoration: none;
}

a:hover {
	color: #03a65a;
	text-decoration: underline;
}

#rates table { 
	border: none;
}

#rates td, th { 
	border: none;
     	padding-left: 15px;
}

#wrap { margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 900px;
	background: #ffeece;
	border: 10px solid #03a65a;
	overflow: auto;
}

#header { 
	border: 5px solid #184026;
	padding: 0;
	margin: 0 auto;
}



#nav { margin 0;
       padding: 5px;
       background: #184026;
       border-top: 5px solid #ffeece;
}

#nav ul li {
	display: inline;
	margin: 0 10px 0 10px;
}

#nav a { 
	color: #ffeece;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover { 
	color: #03a65a;
}

#content { 
	margin: 10px 0 0 0;
	padding: 10px;
	float: left;
	width: 600px;
}

#sidebar {
	background: #ffeece;
	margin: 0;
	margin-right: -5px;
	padding: 5px;
	float: right;
	width: 270px;
	text-align: center;
}

#footer {
	clear: both;
	background: #ffeece;
	padding: 5px;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
}

#pic {	float: left;
	padding-right: 15px;
	margin-top: -20px;
}

#pic2 {	float: left;
	padding-right: 30px;
	padding-top: 0;
	margin-top: 0;
}

#rates {
	float: left;
	clear: both;
}

#maps {
	float: left;
	text-align: center;
}

#list {
	font-weight: bold;
}

