




body {
	background-image: url(images/bg.jpg);
	background-color: #717171; /* Change this color so it matches the red at the bottom of your background image.... */
	background-repeat: repeat-x;
	background-position: center top;
}

/* These are yo link colors bro.... */

a {
	color: #543616;
	text-decoration: underline;
}


a:hover {
	color: #000000;
	text-decoration: none;
}


/* These are some various fonts styles for page headers and content.... */



.pageHeaders {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* Footer, Forms and image border stuff.... */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}


.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#images {
	font-family: Arial, Helvetica, sans-serif;
}

#images img {
	border: 1px solid #333333;
	padding: 2px;
	margin: 2px;
}