﻿/* CSS Document */

body {
	color: #007F6A; 
	background-color: white;
	background-image: url(images/GreenLeavesRGB.jpg);
	background-repeat: repeat;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a:link {color: #007F6A; background-color: white;}
a:visited {color: #5EA690; background-color: white;}
a:hover {color: #5f9f9f; background-color: white;}
a:active {color: #5f9f9f; font-weight: bold; background-color: white;}

h1 {
	font-size: large;
}

#background {
	position: relative;
	top: 2px;
	left: 10%;
	background-repeat: no-repeat;
	height: 724px;
	width: 802px;
}

#left {
	position: relative;
	top: 260px;
	left: 10px;
}

#left ul {
	list-style: none;
}

#right {
	position: absolute;
	top: 300px;
	left: 440px;
	width: 300px;
	overflow: auto;
	height: 405px;
}