html, body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Georgia, Arial;	
	font-size: 12px;
	color: #351b03;
	background-image: url('http://www.prestigebeer.com/images/sand.jpg');
}
input,textarea,select {
	font-family: Georgia, Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;	
}
a img {
	border: none;
}
a {
	color: #351b03;
	text-decoration: underline;
}
p {
	text-align: justify;
	margin: 0px;
	margin-bottom: 10px;
}
h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 16px;
	color: #8a1818;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	color: #8a1818;
	font-size: 12px;
	font-weight: bold;
}
h2 a {
	color: #8a1818;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
th,td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

.cform {
	text-align: left;
	
}
.cform td {
	padding-bottom: 5px;
}
.cform .tinput {
	background-color: #fff;
	color: #71470a;
	font-weight: bold;
	border: 1px solid #ebdfbe;
	padding: 2px 0px;

}
.error {
	font-weight: bold;
	text-align: center;
	color: #8a1818;
}



#main {
	width: 1000px;
	margin: auto;
	position: relative;
}
#topbg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 55px;
	width: 100%;
	background-image: url('http://www.prestigebeer.com/images/topcsik.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#topbg2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 55px;
	width: 100%;
	background-image: url('http://www.prestigebeer.com/images/topcsik2.jpg');
}
#palmsbg {
	position: absolute;
	top: 55px;
	left: 0px;
	height: 607px;
	width: 100%;
	background-image: url('http://www.prestigebeer.com/images/palms.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#palmsbg2 {
	position: absolute;
	top: 55px;
	left: 0px;
	height: 607px;
	width: 100%;
	background-image: url('http://www.prestigebeer.com/images/palms2.jpg');
}
#center {
	position: absolute;
	top: 55px;
	left: 0px;
	height: 607px;
	width: 100%;
	background-image: url('http://www.prestigebeer.com/images/palms2.jpg');
}

#footer {
	height: 55px; 
	border-top: 1px solid #351b03;
	width: 790px;
	text-align: left;
	line-height: 25px;
	color: #351b03;
	font-size: 11px;
	position: absolute;
	left: 55px;
	bottom: 0px;
}
#content {
	width: 900px;
	margin: 0px auto;
	background-image: url('http://www.prestigebeer.com/images/contentbg_new.jpg');
	background-position: 0px 0px;
}
.content-bottom {
	width: 900px;
	height: 184px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url('http://www.prestigebeer.com/images/contentbottombg.jpg');
}
.content-top {
	width: 900px;
	height: 115px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('http://www.prestigebeer.com/images/contenttopbg.jpg');
}
.gal img {
	border: 5px solid #fff;
	margin-right: 15px;
	margin-bottom: 13px;
}
#debug-table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 90%;
	background-color: #e6e6e6;
	border: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}

#debug-table th {
	padding: 5px;
}

#debug-table td {
	border: 1px solid #000000;
	padding: 5px;
}

#debug-table ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#debug-table li {
	list-style: none;
}