body {
	text-align:center;
	font-family:
	"Tekton Pro Ext";	
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5c743d;
	background-color: #d5edb3;
	background-position: center top;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5c743d;
	background-color: #d5edb3;
	background-position: center center;
	text-align: center;
}

a:link {
	color: #CC6600;
}
a:visited {
	color: #CC6600;
}

#wrapper {
	width:900px;
	margin:auto;
	border:1px solid #960;
}
#header {
	height:100px;
	text-align:center;
	padding-top:10px;
	border-bottom: 1px solid #960;
}

#content {
	padding:15px;
		}


#footer {
	height:45px;
	font-size:12px;
	border-top: 1px solid #960;
	padding:13px 25px;
	line-height:18px;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#960;
}

#footer #altnav {
	width:580px;
	float:right;
	margin-top:10px;
	text-align:right;
}