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

body {
	background: url(bg.jpg) repeat-x #b6cc8d;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background:#fff;
	padding-bottom:100px;
}

#wrapper, body, #content, #access {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#access {
	background: url(navbar2.jpg);
	color:#fff;
	height:33px;
	text-align:center;
	font-size:13px;
}
#access a {
	margin-left:20px;
	line-height:27px;
	text-decoration:none;
	font-weight:bold;
}

#access a:link {
	color:#fff;
}

#access a:visited {
	color:#fff;
}


#content {
	margin: 10px 20px;
}

h2 {
	border-bottom: solid 1px #7ea433;
	color:#7ea433;
}