/* CSS Document */
#mainmenu {
	position: relative;
	width: 200px;
	top: 60px;
	left: 60px;
	list-style-image: url(images/leaves.jpg);
	font-family: "Trebuchet MS";
}
#mainmenu a:link {
	color: #333333;
	font-family: "Trebuchet MS";
}

#mainmenu a:visited {
	color: #333333;
	font-family: "Trebuchet MS";
}


#mainlogo {
	background-image: url(images/mainheader.gif);
	background-repeat: no-repeat;
}

#welcome {
	position: relative;
	width: 400px;
	top: -325px;
	left: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
