/* CSS Document */

body {
	text-align: center;
	background: white;
	margin: 0;
	padding: 0;
	font: 90%/120% Arial, Helvetica, sans-serif;
	color: #808354;
	}
#headerwrapper {
	margin: 0 auto;
	background: #ff6912;
	width: 100%;
	}
#header {
	margin: 0 auto;
	background: #ff6912;
	width: 780px;
	height: 123px;
	text-align: left;
	}
#contentwrapper {
	margin: 0 auto;
	width: 780px;
	}
#nav {
	text-align: right;
	font-size: 85%;
	}
#content {
	width: 504px;
	border: 0;
	margin-top: 0px;
	text-align: left;
	background: transparent;
	float: right;
	}
#leftcol {
	width: 266px;
	border: 0;
	margin-top: 0px;
	background: transparent;
	text-align: left;
	float: left;
	}
#footer {
	font-size: 90%;
	text-align: left;
	width: 780px;
	margin: 40px 0;
	}
.clear {
	clear: both;
	}
/* links */

a { padding: 2px; }
a:link {
	color: #ff6912;
	text-decoration: underline;
	}
a:visited {
	color: #cc6912;
	}
a:hover {
	color: #ffffff;
	background: #ff6912;
	}
a:active {
	color: #ffffff;
	background: #ff6912;
	}
a strong.button { background: #ff6912; color: white; padding: 0px 4px; }
a img { border: none; }
h1, h2 {
	font-size: 120%;
	border-bottom: 1px solid #808354;
	}

small { 80%; }
