* {margin: 0; padding: 0; border: none; text-decoration: none;}
/* the height spawns a vertical scrollbar on all pages
 * to prevent short pages jumping to the left on Firefox
 * add a color and tiled image background to the page */ 
html, body {
	height: 101%;
	background: #82181C url(../images/background.gif); 
	text-align: center;
	font: small "Georgia", "Palatino Linotype", "Times New Roman", serif;
	color: #444;
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	padding: 5px 0;
	line-height: 150%;
}
#container {
	width: 757px;
	text-align: left;
	background-image: url(../images/headers.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 123px;
	position: relative;
}
#content {
	width: 497px;
	position: relative;
	float: right;
	background-repeat: repeat-y;
	background-image: url(../images/bg_content.gif);
}
#content div {
	width: 478px;
	padding-bottom: 20px;
	padding-left: 3px;
}

#content h1 {
	color: #1B300F;
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Times New Roman", "Georgia", sans-serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 75px;
}
#content h2 {
	font-style: italic;
	color: #1B300F;
}
#content h3 {
	color: #d91b2f;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 30px;
}

#container #content p {
	margin-right: 22px;
	margin-left: 28px;
	margin-top: 0px;
	margin-bottom: 0px;

}
#content p {
		text-align: justify;
}
#content a:link, #content a:visited, #content a:active {
	color: #1B300F;
}
#content a:hover {
	color: #DD1829;
}
#content img {
	border: 1px solid #444444;
}
#content .image_right {
	float: right;
	height: auto;
	width: auto;
	margin-right: 22px;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0px;
}
* html #content .image_right {
	margin-right: 12px;
}
#content .image_left {
	float: left;
	height: auto;
	width: auto;
	padding: 0px;
	margin-left: 27px;
	margin-right: 19px;
	margin-top: 5px;
	margin-bottom: 0px;
}
* html #content .image_left {
	margin-left: 14px;
}
#content .title_left {
	float: left;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	color: #444;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 240px;
}
#content .title_right {
	float: right;
	padding: 0px;
	width: 274px;
	font-style: italic;
	font-weight: bold;
	color: #444;
	font-size: 16px;
	margin: 0px;
}
#content p.header {
	font-weight: bold;
	padding: 0px;
	font-style: italic;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	color: #1B300F;
}
#content p.price {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#content p.recommendation {
	line-height: 17px;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 1px;

}
#content p span {
	margin-left: 40px;
}
#content p.pageNumbers {
	text-align: right;

}
#content p.bottomLinks {
	text-align: center;
	font-size: 11px;

}
.clearfix {
	clear: both;
	height: 1%;
}
* html .clearfix {
	clear: both;
	height: 1%;
	padding: 0px;
	margin-top: -9px;
	margin-right: 0px;
	margin-bottom: -9px;
	margin-left: 0px;
}
#content ul {
	margin-left: 10px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 50px;
}
#content #mailbox {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 51px;
	margin-left: 10px;
	width: 450px;
}
#content #mailbox .name {
	background-color: #C3D2AB;
	margin-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ab3c;
}
#content #mailbox .email {
	background-color: #C3D2AB;
	margin-left: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ab3c;
}
#content #mailbox .subject {
	background-color: #C3D2AB;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ab3c;
}
#content #mailbox .message {
	background-color: #C3D2AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ab3c;
}
#content #mailbox .warning {
	color: #d91b2f;
}
#content #mailbox .sendMail {
	background-color: #C3D2AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ab3c;
	padding-top: 4px;
	color: #444444;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
* html #content #mailbox .sendMail {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#column {
	width: 240px;
	float: right;
	margin-top: 340px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 199px;
	height: 315px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/bg_left_column.gif);
}
#column div {
	margin-top: -170px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 21px;
	padding-bottom: 0;
}
#column h1, #column h3 {
	color: #F7EFC6;
}
#column ul.menu {padding-bottom: 10px;}
#column ul.menu li {
	display: inline;
	margin:0;
	list-style: none;
}
#container #column ul.menu li a {
	display: block;
	background: #b3c46c;
	border-bottom: 1px solid #99ab3c;
	color: #365921;
	position: relative;
	font-weight: normal;
	background-color: #C3D2AB;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
}
#container #column ul.menu li a:hover {
	color: #1b300f;
	font-weight: normal;
	background-color: #b3c46c;
}
#column a:link, #column a:visited {
	color: #365921;
	border-top-color: #C3D2AB;
	border-right-color: #C3D2AB;
	border-bottom-color: #C3D2AB;
	border-left-color: #C3D2AB;
}
#slideshow {
	float: left;
	margin-top: -301px;
	background-color: #F8F2C5;
	border: 1px solid #444444;
	margin-left: 30px;
}
* html #slideshow {
	margin-left: 15px;

}
#footer {
	clear: both;
	text-align: center;
	font-size: 85%;
	color: #F8F2C5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:link, #footer a:visited {
	color: #F8F2C5;
	border: none;
	font-weight: bold;
}
#footer a:hover {color: #C3D2AB;}
