 /* just some basic formatting, no layout stuff */
	
	body {
		background:#ccc;
		}
	
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:15px;
		padding:0px;
		text-align:left;
		background:#fff;
		}
		
	#contentleft {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:625px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background:#fff;
		}
		
	#contentfooter {
	position:relative;
	width:800px;
	margin:0 auto;
	background:#d2d0b5;
	text-align:center;
		}
		
	p {
		margin:0px 10px 10px 10px;
		text-align:left;
		}
		
	h1 {
		font-size:14px;
		padding-top:0px;
		padding-left:10px;
		text-align:left;
		}
		
	h3 {
    text-align:left;
    }
		
		a:link {
		color: #009;
		text-decoration: none;
		}
		a:visited {
		color: #00F;
		text-decoration: none;
		}
		a:hover {
		color: #524b26;
		text-decoration: none;
		}
		a:active {
		color: #F0F;
		text-decoration: none;
		}
