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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	background-image: url(images/bg5.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: auto;
	margin-top: 50px;
}
#header{
	padding-left: 15px;
	color: #069B03;
	text-align: right;
	margin-top: 5px;
}
#content {
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 175%;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#left {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 180px;
}
#right{
	width: 640px;
	float: right;
}
#footer{
	width: 900px;
	padding: 15px;
	height: auto;
	clear: both;
	color: #999;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #069503;
	border-right-color: #069503;
	border-bottom-color: #069503;
	border-left-color: #069503;
}

