@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #341F03;
	background-position:top center;
}
#main {
	margin-top: 132px;
	margin-right: auto;
	margin-left: auto;
	width:660px;
}

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
.title {
	font-size:2em;
	font-weight:bold;
}
.floatleft {
	width:auto;
	float:left;
	margin-right:8px;
}