/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #633821;
}
.page-border {
	border-top: 0px solid #633821;
	border-right: 1px solid #633821;
	border-bottom: 1px solid #633821;
	border-left: 1px solid #633821;


}
a:link {
	text-decoration: none;
	color:#633821
}
a:visited {
	text-decoration: none;
	color:#633821
}
a:hover {
	text-decoration: underline;	
	color:#633821
}
a:active {
	text-decoration: none;
	color:#633821
}
.body-text {
	font-family: Verdana, Helvetica, Courier, "Courier New", Arial;
	font-size: 12px;
	color: #523018;
	text-decoration: none;	
}
.big-welcome {
	font-family: Verdana, Helvetica, Courier, "Courier New",  Arial;
	font-size: 18px;
	color: #006633;
}
.big-brown {
	font-family: Verdana, Helvetica, Courier, "Courier New",  Arial;
	font-size: 18px;
	color: #633821;
}
.black-line {
	border: 1px dotted #000000;
}
.pricetxt {
	font-size: 10px;
	color: #523018;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
