/* CSS Document */

body {
	background-image:url(img/leaf.jpg);
	margin:0px;
	font-size: 11px;
	font-family: Courier;
	color: #336699;
	}
	
h2 {
	font-size: 12px;
	border-bottom: solid 1px;
	margin-right: 30px;
	}
	
li a {
	background-color: green;
	padding: 5px;
	line-height: 30px;
	width: 200px;
	}
	
li a:link {
    color:#FFFFFF;
    text-decoration: none;
	}
	
li a:visited {
    color:#FFFFFF;
    text-decoration: none;
    }
	
li a:hover {
    color: #FFFFFF;
    background-color: red;
	}
	
li a:active {
    color: #0099FF;
	}
	
li {
	list-style-type: none;
	}
	
table {
	font-size: 11px;
	}
	
tr {
	}
	
td {
	vertical-align: top;
	padding: 0px 10px;
	}
	
#content {
	position: absolute;
	top: 120px;
	padding-left: 30px;
	}
	
#linkdiv {
	width: 250px;
	float: left;
	margin-bottom: 30px;
	}
	
a:link {
    color:#336699;
    text-decoration: underline;
	}
	
a:visited {
    color:#336699;
    text-decoration: underline;
    }
	
a:hover {
    color: #0099FF;
	}
	
a:active {
    color: #0099FF;
	}
	
/* menu */

.home,.home a ,.home a:hover,.home a:focus{
width:122px;height:19px;text-indent:-2000px;
background:url(img/home1.gif) no-repeat;
text-decoration: none;float:left;
}
.home {
margin:0px;display:inline;
}
.home,.home a:hover,.home a:focus {
background:url(img/home2.gif) no-repeat;
}

.link,.link a ,.link a:hover,.link a:focus{
width:122px;height:19px;text-indent:-2000px;
background:url(img/link1.gif) no-repeat;
text-decoration: none;float:left;
}
.link {
margin:0px;display:inline;
}
.link,.link a:hover,.link a:focus {
background:url(img/link2.gif) no-repeat;
}

.contact,.contact a ,.contact a:hover,.contact a:focus{
width:122px;height:19px;text-indent:-2000px;
background:url(img/contact1.gif) no-repeat;
text-decoration: none;float:left;
}
.contact {
margin:0px;display:inline;
}
.contact,.contact a:hover,.contact a:focus {
background:url(img/contact2.gif) no-repeat;
}