body {
	background: #EEE8AA; /* tan: 8B7355 | khaki: #8B864E | ugly one we chose before: #8B864E */ /*palegoldenrod: #EEE8AA*/
	text-align: center;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}

#page {
	margin: 0 auto;
	width: 850px;
	background: #FFFFFF;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

#bottom {
	background: url('images/bottom.gif');
	height: 20px;
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	height: 175px;
	background: #7EC0EE;
	overflow: hidden;
	text-align: left;
}

#header img {
	border: 0px;
}

#menu {
	height: 45px;
	background: #ADFF2F; /* darkgreen: 458B00 lime ADFF2F darker 8BE600 */
	padding-top: 5px;
	padding-left: 10px;
	overflow: hidden;
}

a.button {
	background-image: url('images/button.jpg');
	font-size: 30px;
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	height: 40px;
	width: 162px;
	display: block;
	margin-right: 5px;
	float: left;
	color: #FFFFFF;
}

a.button:active {
	background-image: url('images/button2.jpg');
	color: #FFFFFF;
}

a.button:visited {
	color: #FFFFFF;
}

a.button:hover {
	color: #ADFF2F;
	text-decoration: none;
}

.post, .oldPost, .blurb {
	text-align: justify;
	padding: 10px;
}

.postImg {
	border: 1px solid #000000;
	float: left;
	margin-right: 10px;
}

.odd {
	background: #DDDDDD;
}

.oldPost h1 {
	font-size: 30px;
}

p {
	text-indent: 4em;
	margin-top: 5px;
	text-align: justify;
	line-height: 140%;
}

h1 {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0 0 5px;
	padding-left: 15px;
	font-size: 40px;
	text-align: left;
	display: block;
	color: #6CA6CD;
}

h1 a {
	text-decoration: none;
	color: #6CA6CD;
}

.date {
	font-size: 9pt;
	text-align: right;
	color: #6CA6CD;
	font-weight: bold;
}

a.link, .stbuttontext, .stbutton {
	color: #4C9801;
}

a.link:visited {
	color: #4C9801;
}

a.link:active, .stbuttontext:active, .stbutton:active {
	color: #ADFF2F;
}

a.link:hover, .stbuttontext:hover, .stbutton:hover {
	color: #66CD00;
}

#cart {
	position: relative;
	left: 750px; top: -30px;
	font-size: 12pt;
	width: 125px;
	font-weight: bold;
	color: #FFFFFF;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}