/* CSS Document */
html {
	height:101%;
}
body {
	background-color: #F5F6B9;
	background-image:url(/img/willow_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding: 0px;
	margin-top: 0px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
}
a {
	font-size: 11px;
	color: #C3BC07;
	font-weight:bold;
	background-color:#fcfcbe;
	
}
a:link {
	color: #C3BC07;
	text-decoration: none;
	background-color:#fcfcbe;
}
a:visited {
	text-decoration:underline;
	color: #C3BC07;
	background-color:#fcfcbe;
}
a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	background-color:#C3BC07;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#fcfcbe;
}
form {
	display:inline;
}
h1,h2,h3 { 
	color: #C3BC07;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 { font-size:18px; }
h2 { font-size:12px; }
h3 { font-size:11px; }

#MainContent {
	width:490px;
	background-image:url(/img/main_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
}
#Header {
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:464px;
	height: 139px;
	background-image:url(/img/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#Content {
	margin: 10px;
	padding:10px;
}

#LinkContainer {
	margin-top: -30px;
	text-align:center;
}
#Footer {
	width:490px;
	height:60px;
	background-image:url(/img/footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
}
#Footer a {
	font-size: smaller;
}
p.Quote,
span.Quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#Ce860d;
	font-size:11px;
	font-weight:bold;
}
p.Comment {
	font-size: smaller;
	font-style: italic;
}
.Prices {
	font-weight:bold;
	width:100px;
	float:right;
	text-align:left;
	margin-right: 135px;
}
div.Indent {
	margin-left:20px;
}
ol.Indent, ul.Indent, p.Indent {
	padding-left:17px;
}
ul.nomark {
	list-style: none;
}
ul.faq {
	padding-left:20px;
}
ul.faq li {
	margin-bottom:8px;
}
ul.faq li span {
	font-weight: bold;
}
.Warning {
	color:#CC0000;
	font-weight:bold;
}
div.newsitem div.head {
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #C3BC07;
}
div.newsitem div.head span.posted {
	font-size: smaller;
}
div.newsitem div.head span.posted span.date {
	color:#CC0000;
}
div.newsitem div.head img.hand {
	text-align:left;
	clear:left;
	float:left;
	border:none;
	margin-right:6px;
}
