@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#999999;
}
#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	float:left;
	border-bottom:10px solid #939d00;
	margin-bottom:10px;
}
#footer {
	float:left;
	width:830px;
	color:#FFFFFF;
	background-color:#939d00;
	padding:10px;
}
.footerLeft {
	float:left;
	width:400px;
}
.footerRight {
	float:left;
	width:430px;
	text-align:right;
}
.footerRight a {
	color:#FFFFFF;
	text-decoration:none;
}

h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
.floatimg {
	float:left;
	margin:6px;
}
