
wrapper {
	position:relative;
	margin:auto;
	top: 0px;
	left: 0px;
}
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
}
#greenbox {
	position: absolute;
	top: 200px;
	left: 5px;
	width:200px;
	height: 600px;
	border:solid 1px #00713D;
	background-color: #FFF7CE;
}
#greenbox p{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding: 10px;
}
.greenheader {
	width:200px;
	border:solid 1px #00713D;
	height:30px; 
	background-color:#00713D;
	color: #fff; 
	text-align:center; 
	font-size:18px;
}
#bubbles {
	position: absolute;
	top: 250px;
	left: 220px;
	height: 500px;
	width: 450px;
}
#content {
	position:absolute;
	top: 250px;
	left: 5px;
	width:200px;
	height: 200px;
}
#content p{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blueheader_big {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:16px; 
	color: #0072AE;
}
.blueheader_medium {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 14px; 
	color: #0072AE;
}
.blueheader_small {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size: 12px; 
	color: #0072AE;
}
#footer {
	position:absolute;
	top: 1000px;
	width: 1050px;
	height: 50px;
	left: 0px;
}
#footer p{
	float:left;
	padding-right: 15px;
	border-top: 2px solid #999;
}
#footer a{
	text-decoration: none;
	font-size: 16px;
	color: #0072AE;
}
#footer a:hover{
	text-decoration: underline;
}