body {
	background-image: url('../images/body_bg_green.jpg');
	background-repeat: repeat-x;
	background-color:white;
	font-family:Trebuchet MS, Verdana;
	margin-top:0px;
}

table.directions th {
	background-color:#EEEEEE;
}

table td{
text-align:justify;
}

h1{
	color:#009900;
	font-size:x-large;
}

h2{
	color:#009900;
	font-size:large;
	font-weight:bold;
	margin-bottom:1px;
}

.container{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	/*border-bottom:6px solid #009900;*/
	font-size:75px;
	color:#009900;
}

.nav{
	width:100%; 
	text-align:center;
}

.nav a{
	padding:7px;
	text-decoration:none;
	font-weight:bold;
	color:#009900;
	font-size:20px;
}

.nav a:hover{
	text-decoration:underline;
	color:#009900;
}

.nav a:current{
	text-decoration:underline;
	color:#009900;
}

.getdirections{
	font-size:small;
	margin-left:15px;
}

.getdirections2{
	font-size:small;
}

.footer {
	border-top:6px solid #009900;
	font-size:10px;
	text-align:right;
}

a {
	color: #800085;
	}