#wrapper {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	margin-top: 20px;
}
body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #33333;
	background: #f1f1f1;
}


strong {
	color: #009966;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #009966;
}

#header {
	border-top: 3px solid #f5c123;
	border-right: 3px solid #f5c123;
	border-bottom: 3px none #f5c123;
	border-left: 3px solid #f5c123;
	background: url(images/header_bg.gif) repeat-x bottom;
	height: 119px;
}
#footer {
	background: #2A7844 url(images/footer.gif) no-repeat;
	height: 46px;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content {
	border-right: 3px solid #f5c123;
	border-left: 3px solid #f5c123;
	padding-top: 33px;
	padding-left: 35px;
	padding-bottom: 0px;
	overflow: hidden;
}
#img1 {
	position: absolute;
	top: 36px;
	left: 47px;
}

#img2 {
	position: absolute;
	left: 583px;
	top: 26px;
}
#text {
	position: absolute;
	left: 255px;
	top: 158px;
	width: 406px;
}
p {
	margin-left: 11px;
}
#navi {
	position: absolute;
	width: 450px;
	left: 0px;
	top: 77px;
	height: 30px;
}

#navi li {float: left; display: inline; margin: 0 20px 0 0; padding: 0; white-space: nowrap;}
#navi a {
	display: block;
	height: 19px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 7px 0;
	color: #F5C123;
}
#navi a:hover, #navi a.selected:hover {
	color: #009966;
} 
#navi a.selected {
	text-decoration: underline;
	color: #009966;
}
