@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url(background.jpg);
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

#layout {
	position: absolute;
	width: 800px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-top: 0px;
	margin-left: -420px;
	background-image: url(layout.png);
}

#flash {}

#footer {
	position: fixed;
	width: 988px;
	height: 20px;
	bottom: 10px;
	left: 50%;
	margin-left: -494px;
	font-size: 10px;
	color: #fff;
	background-color:#666;
	z-index: 3;
}



a:link {
	color: #4F7231;
}
a:visited {
	color: #4F7231;
}
a:hover {
	color: #333;
}
a:active {
	color: #4F7231;
}

#layout img {padding-bottom: 20px;}.smaller {
	font-size: xx-small;
}
