/* CSS Document */

	body {
		text-align:center;
		}
	
	#frame {
		width:850px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}

	#contentheader {
		font-family:Trebuchet MS;
		width:850px;
		}
	
	#contentcenter {
		width:600px;
		height:480px;
		padding:0px;
		float:left;
		}
	
	#contentright {
		width:235px;
		height:480px;
		padding-left:15px;
		float:left;
		background-repeat:no-repeat;
		}
		
	#contentfooter {
		font-family:Trebuchet MS;
		width:850px;
		font-size:11px;
		color:#FFFFFF;
		}
		
	p,h1,pre {
		margin:10px 0px 10px 0px;
		font-family:Trebuchet MS;
		font-size:12px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}