﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background: #003300 url("leafbackground.gif"); 
	background-repeat: repeat;
	font-family: geneva, arial, times; 
	text-transform: none; 
	}
	
p {
	font-size: 14px; 
	line-height: 17px; 
	color: #ffffff; 
	font-family:arial, times; 
	text-align: left;
	}
	
h1 {
	color: #ffffff; 
	font-family: geneva, arial, times; 
	font-size: 30px; 
	font-weight: bold;
	text-align: left;
	}

h2 {
	color: #ffffff; 
	font-family: geneva, arial, times; 
	font-size: 16px; 
	font-weight:bold;
	text-align: left;
	}
h3 {
	color: #ffff66;
	font-family:geneva, arial, times; 
	font-size:14px;
	text-align: left;
	}

stars {
	color: #ffff66;
	font-family:geneva, arial, times; 
	font-size:14px;
	text-align: left;
	}

footertext {
	color: #ffffff; 
	font-family:geneva, arial, times; 
	font-size:10px;
	text-align: left;
	margin: 16px;
	}

/* LINKS */

a:link, 
a:visited {
	color: #00ff00; 
	font-family:geneva,arial, times; 
	font-size:14px; 
	background-color:transparent; 
	border:0; 
	border-style:none; 
	border-color:transparent; 
	text-transform:none;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

a.body:link, 
a.body:visited,
a.body:hover {
	color: #00ff00; 
	font-family:geneva, arial, times; 
	font-size:14px; 
	background-color:transparent; 
	border:0; 
	border-style:none; 
	border-color:transparent; 
	text-transform:none;
	text-decoration: underline
	}

	
a:link img {
	border: none;
	}

a:visited img {
	border:none;
	}
	
a:hover img {
	border-bottom: none;
	background: none;
	text-decoration: none;
	border: none;
	}


/* CLASSES */

.header {
	color: #ffffff; 
	font-family:geneva, arial, times; 
	font-size:16px; 
	text-align: left;
	}
	
.header a:link {
	color: #00ff00;
	text-decoration: none;
	}
	
.header a:visited {
	color: #00ff00;
	text-decoration: none;
	}

.header a:hover {
	text-decoration: underline;
	color: #00ff00;
	}	

.garden a:link, a:visited {
	font-size: 20px;
	color: #00ff00;
	text-decoration: none;
	}
	
.garden a:hover {
	font-size: 20px;
	text-decoration: underline;
	color: #00ff00;
	}	
	
.footer {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	margin: 16px;
	}
	
.footer a:link {
	color: #00ff00;
	text-decoration: none;
	margin: 16px;
	}
	
.footer a:visited {
	color: #00ff00;
	text-decoration: none;
	margin: 16px;
	}

.footer a:hover {
	text-decoration: underline;
	color: #00ff00;
	margin: 16px;
	}

.center {
	text-align: center;
	}
	
	
/* DIVS */

#header {
	clear: left;
	text-align: left;
	height:100px;
	border-bottom: 4px solid #000 ;
	background: #003300 url(/header.gif);
	}

#container {
	width: 500px;
	height: 1000px;
	background: transparent;
	}

#main {
	width: 500px;
	height: 100%;
	background: transparent;
	margin-left: 50px;
	}

#info {
	width: 400px;
	background: transparent;
	}

#left {
	float: left;
	width: 100px;
	border-right: 1px solid #000;
	background: #003300 url(/left.gif);
	}
	
#right {
	float: right;
	width: 100px;
	border-left: 2px solid #000;
	background: transparent;
	}

#footer {
	clear: left;
	text-align: left;
	border-bottom: 4px solid #000;
	background: transparent;
	color: #ffffff; 
	font-family:geneva, arial, times; 
	font-size:10px;
	margin: 16px;
	}