/* ----- @ Main Elements -----*/
body {
	background:url('bg.jpg') center top no-repeat #818f40;
	color:#000;
	font-family:arial, san-serif; 
	font-size:8pt;
	margin:0; 
	padding:0; 
}

	a:link, a:visited, a:active {
		color:#818f40;
		font-weight:bold;
		text-decoration:none;
	}
	a:hover {
		color:#818f40;
		font-weight:bold;
		text-decoration:underline;
	}

	td {font-size:8pt;}
	p {margin:0; padding:0;}

	img {border:0;}
	input.button {font-size:8pt; margin-right:5px;}

	ul li {list-style-image:url('bullet.gif'); margin-left:-10px;}


/* ----- @ Misc ----- */
.container {margin:0 auto; width:760px;}
.fRight {float:right;}
.img {border: 3px solid #fff;}


/* ----- @ Header ----- */
#fader {height:320px; overflow:hidden; clear:both;}


/* ----- @ Content ----- */
#content {background:#b7bf94;}
	.welcome {background:url('welcome-bg.jpg') right top repeat-y; padding:0 10px 15px 17px;}
	.content-sub {padding:0 17px 15px 17px;}


/* ----- @ Footer ----- */
#footer {
	color:#333; 
	font-size:7pt; 
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
	font-weight:normal;
	text-decoration:underline;
}

#footer p {padding:15px 0;}