@charset "utf-8";
body {
	background-image: url(images/bnd1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #bf9565;
	font-family: "Times New Roman", Times, serif;
}

a:link {
	color: #009;
	}
a:visited {
	color: #309;
	}
a:hover {
	color: #900;
	text-decoration: none;
	}
a:active {
	color: #900;
	}

#shadowtop{
	height:8px;
	width:944px;
	background-image: url(images/topshadow.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#shadow {
	width:944px;
	margin:0 auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
#shadowbottom{
	margin:0 auto;
	height:10px;
	width:944px;
	background-image: url(images/bottomshadow.png);
	background-repeat: no-repeat;
}
#header {
	width: 930px;
	margin-right: 7px;
	margin-left: 7px;
	height: 266px;
}
#content {
	background-color: #F2F2D8;
	width: 890px;
	margin-right: 7px;
	margin-left: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
}
#footer {
	background-color: #8F4E14;
	width: 900px;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	text-align: center;
}
#content p {
	line-height: 2.0em;
	text-indent: 10px;
}
#content h1 {
	line-height: 1.0em;
	text-indent: 20px;
}

img.floatLeft {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: thin solid #45170A;
}
img.floatRight {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: thin solid #45170A;
}
#content form table {
	margin-left: 100px;
}
.salescolor {
	color: #B71604;
}
