body   {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	line-height: 1em;
	color: #000000;
	background-color: #008080;
	min-width: 898px;
	text-align: center;
}
	a:link {color:green} 
	a:visited {color:yellow} 
	a:hover {color:black} 
	a:active {color:blue}

p	 {
	top: 1px;
	text-indent: 1cm;
	text-align: left;
}

#wrapper {
	background-color: #008080;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 5px;
	left: -30px;
	width: 898px
}

#banner {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 800px;
	height: 200px;
}

#banner2 {
	position: absolute;
	text-align: center;
	top: 120px;
	right: -50;
	border: 3px solid #ff9933;
  	border-style: ridge;
  	height: 245px;
  	width: 125px;
  	padding: 3px 3px 3px 3px;

}

#text_box {
	text-align: left;
	position: absolute;
	top: 200px;
	left: 100px;
	width: 700px;
	border: 3px solid #ff9933;
  	border-style: ridge;
  	height: 400px;
  	padding: 10px 10px 10px 10px;
}

h1 {
	font-size: 24px;
	color: #cc0033;
	text-align: center;
	font-weight: bolder;
}

h2 {
	font-size: 24px;
	color: #000080;
	text-align: center;
	font-weight: bolder;
}

h3 {
	font-size: 24px;
	font-style: italic;
	color: #00ff00;
	text-align: center;
	
}

#footer {
	font-size: .7em;
	font-family: times, "times roman", sans;
	color: #000;
	background-color: #ffffff;
	text-align: center;	
	position: absolute;
	top: 650px;
	width: 700px;
	left: 100px
}