* {
	font-family: san-serif;
	color: white;
	text-align: left;
}

html, body {
	height: 100%;
	min-height: 600px;
	margin: 0;
	padding: 0;
}

body {
	/*background-image: url('images/background-gutter-2x2-darker.png');*/
	/*background-image: url('images/background-content-800x1926.jpg');*/
	background-image: url('../images/background-content-800x1926-darker.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50% 0%;
	background-color: rgb(105, 128, 96);
	/*text-align: center;*/
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

a img {
	border: none;
	text-decoration: none;
}

strong.stronger {
	text-decoration: underline;
} 

strong.catchphrase, strong.takehome, strong.punchline {
	font-style: italic;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

.page {
	position:absolute;
	top: 0;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}

.button {
	border: solid #A0FFA0 1px;
	background-color: #80A080;
	text-align: center;
}

.textbox {
	border: solid #A0FFA0 1px;
	background-color: #80A080 !important;
}


/*******************************************************************************
	HEADER
*******************************************************************************/

.header {
	/*width: 100%;*/
}

.contact {
	float: right;
	font-size: 15px;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
	font-weight: bold;
}

.name {
	font-size: 50px;
	margin-left: 5px;
}

.name a:hover {
	text-decoration: none;
}

.credentials {
	font-size: 20px;
}

.slogan {
	font-size: 20px;
	font-style: italic;
	margin-top: 0px;
	margin-left: 5px;
}

.menu {
	width: 800px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	color: #A0A0A0;
}

.menu a {
	margin-left: 10px;
	margin-right: 10px;
	color: white;
}

/*******************************************************************************
	MIDDLE
*******************************************************************************/

.middle {
	margin-top: 10px;
}

.content {
	float: left;
	width: 598px; /* 800 - 2 (for border) - 20 (for padding) - 20 (for gap) - 160 (for sidebar) */
	border: solid #A0A0A0 1px;
	padding: 10px;
	background: url('../images/background-content-dither-800x600-lighter.gif');
	padding-bottom: 30px;
}

.sidebar {
	float: right;
	width: 160px;
}

.sidebar div {
	border: solid #A0A0A0 1px;
	padding: 5px 5px 15px 5px;
	background: url('../images/background-content-dither-800x600-lighter.gif');
}

.books a {
	display: block;
	margin: 0 auto;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	width: 98%;
	
	/*set an unused color to be index color*/
	_border-color:tomato; /*For IE6-*/
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);/*For IE6-*/
}

.books a:hover {
	border: solid #A0FFA0 1px;
	background-color: #80A080;
}

.books img {
	margin: 10px auto;
	display: block;
}


.sidebar h1 {
	font-weight: bold;
	font-size: 15px;
	width: 98%;
	border-bottom: solid #A0A0A0 1px;
	margin: 0px;
	
}

.content h1 {
	font-weight: bold;
	font-size: 30px;
	width: 98%;
	margin-bottom: 30px;
	margin-top: 0px;
	border-bottom: solid #A0A0A0 1px;
}

.content h2 {
	margin-top: 40px;
	clear: both;
}

.content h3 {
	margin-top: 40px;
}


.content a {
	color: #A0FFA0;
}

.content a.forsale {
	color: #FFFF00;
	font-weight: bold;
}

.content a.purchase {
	display: inline;
	color: #FFFF00;
	font-weight: bold;

	/*border-style: solid;
	border-color: transparent;
	border-width: 1px;*/
	/*padding: 6px 11px;*/
	
	/*_border-color:tomato;
	_filter:chroma(color=tomato);*/
	/*margin: 5px 10px;*/
}

.content a.purchase:hover {
	/*padding: 5px 10px;*/
	/*border: solid #FFFF00 1px;
	background-color: #A0A000;*/
	text-decoration: underline;
}

.phone {
	white-space: nowrap;
}

.important {
	text-transform: uppercase;
	font-weight: bold;
}

.googlemap_container {
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content blockquote {
	margin-bottom: 30px;
}

.content blockquote cite {
	display: block;
	text-align: right;
}

/*******************************************************************************
	FOOTER
*******************************************************************************/



.footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}