BODY {
	font-family: arial, tahoma;
	font-size: 75%;
	text-align: center;
	background-color: #EDF4E9;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
}

#header {
	height: 206px;
	margin-bottom: 10px;
}

#main {
	width: 421px;
	position: relative;
	text-align: justify;
	margin: 0 auto;
}

#footer {
	width: 33px;
	height: 36px;
	position: relative;
	background-image: url('images/foot.gif');
	background-repeat: repeat-y;
	margin-top: -30px;
	margin-left: 15px;
}

#credit {
	position: relative;
	font-size: 75%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #BAC9B5;
	padding: 2px 0 2px 0;
	margin-top: 20px;
}

h1 {
	font-size: 90%;
	letter-spacing: 2px;
	border-bottom: 1px solid #88B068;
	padding: 0 0 0 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #146B12;
}