/* CSS Document */

body {
	background: url(../bg.gif) #39743E ;
	color: white;
	font-size: 0.8em;
	font-family: "Trebuchet ms", arial, helvetica, sans-serif;
}

a {
	color: #BEE0C0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
	font-size: 0.8em
}

div.menu {
	padding-right: 20;
	float: left;
}

div.main {
	padding: 30 10 10 15;
}

div.footer {
	font-size: 0.8em;
	text-align: right;
	clear: both;
}