	body {
		background-color: #EDE0CD;
		margin-left: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-top: 20px;
		color: #7d4520;
		font-size: .8em;
		font-family: Arial, Verdana, sans-serif;
	}

	a {
		text-decoration: none;
		color: #551900;
	}

	a:hover {
		text-decoration: underline;
		color: #551900;
	}

	#header {
		font-size: 1.0em;
		color: #C29E62;
		padding-left: 30px;
		padding-right: 50px;
		text-align: right;
		margin: auto;
		background-repeat: no-repeat;
		background-image: url(header_main.jpg);
		height: 112px;
		width: 650px;
	}

	#header a {
		text-decoration: none;
		font-size: 1.0em;
		color: #B3894F;
	}

	#header a:hover {
		text-decoration: underline;
		color: #834B1A;
	}

	#nav {
		padding-right: 15px;
		padding-left: 15px;
		margin: auto;
		background-image: url(nav_bg.jpg);
		background-repeat: no-repeat;
		height: 37px;
		width: 700px;
	}

	#nav2 a {
		padding-left: 7px;
		padding-bottom: 3px;
		padding-right: 7px;
		padding-top: 7px;
		float: right;
		color: white;
		background-position: left top;
		text-decoration: none;
		display: block;
		background-image: url(nav_hover.jpg);
		background-repeat: no-repeat;
		height: 37px;
	}

#nav2 a:hover {
		padding-left: 7px;
		padding-bottom: 3px;
		padding-right: 7px;
		padding-top: 7px;
		float: right;
		color: white;
		background-position: left top;
		text-decoration: none;
		display: block;
		background-image: url(nav_hover.jpg);
		background-repeat: repeat-x;
		height: 37px;
	}

	#main {
		padding-right: 30px;
		padding-left: 30px;
		padding-top: 15px;
		padding-bottom: 10px;
		height: auto;
		margin: auto;
		width: 670px;
		background-image: url(main_bg.jpg);
		background-repeat: repeat-y;
	}

	#main2 {
		padding-right: 30px;
		padding-left: 15px;
		padding-bottom: 10px;
		height: auto;
		margin: auto;
		width: 685px;
		background-image: url(main_bg.jpg);
		background-repeat: repeat-y;
	}

	#footer {
		font-family: Times, Georgia, serif;
		text-align: center;
		font-weight: bold;
		font-size: 1.4em;
		color: white;
		padding-top: 10px;
		padding-right: 50px;
		padding-left: 50px;
		height: 68px;
		margin: auto;
		width: 630px;
		background-image: url(footer_bg.jpg);
		background-repeat: no-repeat;
	}

	#copy {
		font-size: .8em;
		color: #cfb074;
		padding-right: 50px;
		padding-left: 50px;
		margin: auto;
		width: 630px;
	}

	#copy a {
			text-decoration: none;
		color: #cfb074;
		}

	#copy a:hover {
			text-decoration: underline;
		color: #cfb074;
		}

	h1 {
		font-family: Times, Georgia, serif;
		margin-top: 0px;
		padding-top: 0px;
		color: #cfb074;
		font-size: 2em;
	}

	h2 {
		color: #551900;
		font-size: 1.2em;
	}

	hr {
		border-top-color: #cfb074;
		border-left-style: none;
		border-bottom-style: none;
		border-right-style: none;
		border-top-style: solid;
	}

.form_box {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid silver;
	width: 100%;
	margin-bottom: 2px;
}

.submit_button {
	border: 1px solid #bbb;
	background-image: url(nav_hover.jpg);
		background-repeat: repeat-x;
	font-size: 9pt;
	color: #000;
	cursor: pointer;
	margin-right: 10px;
	height: 26px;
	padding-bottom: 2px;
}

table {
	border-style: none;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}

.offers {
	background-image: url(offers_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	border-color: #CFB074;
	border-style: solid;
	border-width: 1px;
}

#twitter_div{
	margin-left: 10px;
	width: 250px;
}

	.feed a {
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(feed-icon-24x24.jpg);
		background-repeat: no-repeat;
	}

	.feed a:hover {
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(feed-icon-24x24.jpg);
		background-repeat: no-repeat;
	}

	.feed2 a {
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(wordpress-icon-24x24.jpg);
		background-repeat: no-repeat;
	}

	.feed2 a:hover {
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(wordpress-icon-24x24.jpg);
		background-repeat: no-repeat;
	}

	.more {
		text-align: right;
		font-size: 80%;
	}

	.date {
		color: #b3b3b3;
		font-size: 80%;
	}

	.credit {
		margin-top: 0;
		font-size: 80%;
	}