body {

	background: #C1C1C1;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 10px;

}

/* General Definitions */

a, a:link, a:active, a:visited{

	color: #000;

}

a:hover{

	text-decoration: none;

}

h1, h2, h3, h4, h5{

	margin: 0 0 .4em 0;
	color: #5E7132;

}

h1{	font-size: 1.8em; }

h2{ font-size: 1.6em; }

h3{ font-size: 1.4em; }

h4{ font-size: 1.2em; }

p{ margin: 0 0 .8em 0; }

ul{

	margin: 0 0 1em 2em;
	list-style: disc;

}

/* Layout and Coloring */

#page {

	display: block;
	text-align: center;

}

#layout {
	
	background: #F8FEF2;
	width: 880px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;

}

#header {

	height: 320px;
	color: #5E7132;
	background: url('images/logo.gif') 50px 30px no-repeat;

}

#header .container{

	text-align: center;
	float: right;
	margin: 80px 50px 0 0;

}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	padding: .6em;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav{
	
	margin: 0 0 0 150px;

}

#topNav a {

	font-size: .7em;
	color: #000;
	text-decoration: none;
	margin: 0 5px 0 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #999;
	background: #fff;

}

#topNav a:hover {

	background: #D4FFFF;
	color: #000;

}

#content {

	clear: both;

}

#content .container {

	font-size: .9em;
	padding: 2.5em 3.5em;
	line-height: 1.3em;

}

#footer {


}

#bottomNav{

	clear: both;
	
}

#bottomNav a{

	font-size: .8em;

}

#copyright{

	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;
	color: #999;

}

#copyright a{

	color: #999;

}

/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

.small{ font-size: 11px; }

/* More */

.photoTable img{

	border: 1px solid #000;

}

.ratesTable{

	border: 1px solid #ccc;

}

.ratesTable td{

	padding: 2px 5px 5px 2px;


}

.ratesTable th{

	padding: 2px 5px 5px 2px;
	background: #D4FFFF;

}

