<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		text-align:center;
		}
	
	#frame {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	height: auto;
		}
		
	#contentleft {
		width:150px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:350px;
		padding:0px;
		float:left;
		}
	
	#contentright {
		width:500px;
		padding:0px;
		float:left;
		
		}
	
	#contentheader {
	height: 150px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
		}

	
	#footer{
	height: 50px;
	clear: left;
	width:1000px;
	background: black;
	color: #FFFFFF;
	text-align: left;
	background-color: #46b5bf;
	font-size: 16px;
	font-family: "Century Gothic";
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 50px;
	text-indent: 160px;
}
#footera{
	height: 3px;
	clear: left;
	width:1000px;
	background: black;
	color: #FFFFFF;
	background-color: #fd6627;
	line-height: 10px;
}
		
	p,h1,h2,h3,h4,h5,pre {
	margin:0px 10px 10px 10px;
	font-family: "Century Gothic";
	color: #333333;
		}
		
	h1 {
	font-size:20px;
	padding-top:10px;
	margin-bottom: 0px;
		}
	h2 {
	font-size:16px;
	padding-top:8px;
	text-decoration: none;
	line-height: 30px;
		}		
	h3 {
	font-size:10px;
	padding: 0px;
		}		
	h4 {
	font-size:14px;
	padding-top:10px;
	margin-bottom: 0px;
		}		
	h5 {
	font-size:14px;
	padding-top:0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
		}		


	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	
a:link {
	color: #46b5bf;
	text-decoration: none;
}
a:visited {
	color: #46b5bf;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fd6627;
	font-size: 17px;
}
a:active {
}
</style>
