body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/background.jpg);
	background-position: center;
}
.outercontent {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5C4833;
	border-right-color: #5C4833;
	border-bottom-color: #5C4833;
	border-left-color: #5C4833;
}
h1 {
	font-size: 18px;
	color: #AA5401;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #AD5100;
	border-right-color: #AD5100;
	border-bottom-color: #AD5100;
	border-left-color: #AD5100;
}
h2 {
	font-size: 16px;
	color: #8E7253;
}

h3 {
	font-size: 14px;
	color: #666666;
}
.innercontent {
	padding: 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(../images/layout/content_background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer2 {
	background-color: #AC8F6F;
	background-image: url(../images/layout/footer2.jpg);
	height: 91px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
a:link {
	color: #562F07;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #9E560E;
}
a:hover {
	font-weight: bold;
	color: #000000;
}
a:active {
	font-weight: bold;
	color: #000000;
}
.footer1 {
	background-color: #A3886D;
	background-image: url(../images/layout/footer1.jpg);
	height: 30px;
	color: #FFFFFF;	
}
.boldit {
	font-weight: bold;
}
.products {
	border: 2px dashed #D3B89D;
}
input {
	color: #000000;
	background-color: #D3B89D;
	border: 2px solid #A95404;
	font-weight: bold;
}
select {
	border: 2px solid #A95404;
	background-color: #D3B89D;
	color: #000000;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px dotted #FF0000;
	padding: 5px;
}
