@charset "UTF-8";
.temp {
}

body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%
}
.splash-bg-left {
	background-image: url(images/splash-bg.jpg);
	background-repeat: repeat;
	background-position: right;
}.main-bg-left {
	background-image: url(images/main-topbg.png);
	background-repeat: repeat;
	background-position: right;
}
.main-bg-right {
	background-image: url(images/background-top-right.png);
	background-repeat: repeat;
	background-position: right;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #82200d;
	border: 1px solid #82200d;
}
textareaw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #82200d;
	border: 1px solid #82200d;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7d6a40;
}
.maintext a:link{
	text-decoration: underline;
	color: #A75D0C;
}
.maintext a:visited{
	text-decoration: underline;
	color: #A75D0C;
}
.maintext a:active{
	text-decoration: underline;
	color: #A75D0C;
}
.maintext a:hover{
	text-decoration: underline;
	color: #A75D0C;
	}
.beertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #5e341a;
	margin-top: 7px;
	margin-right: 33px;
	margin-bottom: 12px;
	margin-left: 33px;
	padding-top: 7px;
	padding-right: 33px;
	padding-bottom: 12px;
	padding-left: 33px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
