@charset "utf-8";
body {
	background-color: #00765B;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-indent: 1px;
	background-color: #FFFFFF;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	padding: 3px;
}
#logo {
	height: 71px;
	width: 200px;
	padding-bottom: 12px;
	float: left;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	height: 400px;
}
#leftnav {
	width: 300px;
	float: left;
}


#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
}
#navigation {
	height: 40px;
	width: 540px;
	float: right;
}
#left {
	width: 200px;
	height: 300px;
	float: left;
}
#right {
	float: right;
	width: 550px;
	height: 370px;
	overflow: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #C5C1E0;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;

	rtop, .rbottom{display:block}

}
#bottomnav {
	float: left;
	height: 50px;
	width: 450px;
}

