body {
	margin:0px;
	padding:0px;
}
a {
	color: #0000FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
#main {
	font-family: "Trebuchet MS", trebuchet, monaco, arial;
	margin-left:30px;
  width: 650px;
}

header, #header {
	position:relative;
	border:none;
	top:0px;
	left:0px;
	width:100%;
	padding-top:10px;
	padding-left:0px;
}
#headertop {
	padding-left:20px;
}
#headerbottom {
	background-image:url("images/dash.png");
	padding-left:25px;
	background-repeat: repeat-x;
}

footer, #footer {
	margin:auto;
	position:relative;
	text-align:center;
	font-size:9pt;
}
#tree {
	display:block;
	position:fixed;
	bottom:0px;
  right: 5px;
}
