body {
	background: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 70%;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
a {
	color: #7B6E16;
	text-decoration: none;
	}
a:link {
	color: #7B6E16;
	text-decoration: none;
	}
a:active {
	color: #333;
	text-decoration: none;
	}
a:visited {
	color: #7B6E16;
	text-decoration: none;
	}
a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#container {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	}


#header {
	width: 100%;
	background: #FFF url(../images/bg-hdr.gif) repeat-x;
	margin: 0;
	padding: 0;
	}

#sidebar {
	display: none;
	}
	

#content {
	position: static;
	width: auto;
	height: auto;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	margin: 1em;
	padding: 0;
	}

#footer {
	clear: both;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 5px;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	}
#footer a:link {
	color: #666;
	text-decoration: none;
	}
#footer a:active {
	color: #333;
	text-decoration: none;
	}
#footer a:visited {
	color: #666;
	text-decoration: none;
	}
#footer a:hover {
	color: #333;
	text-decoration: underline;
	}