* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	background: url(images/grass.jpg);
	background-attachment: fixed;
	background-color: #91c926;
}

a {
	text-decoration: none;
	color: #663300;
}

a:hover {
	text-decoration: underline;
}

#header {
	background: url(images/dogs-lineup.jpg);
	padding: 20px 0 10px 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 14px;
	z-index: 2000;
	background-color: #ffaf00;
}

#content {
	padding: 160px 0 10px 0;
	position: relative;
	top: 20px;
	z-index: 1000;
}

.bg {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#tab {
	position: absolute;
	z-index: 9999;
	top: 40px;
	left: -5px;
}

#scrollArea {
	background: url(images/white-transparent.png);
	position: relative;
	top: 20px;
	z-index: 5000;
	width: 800px;
	height: 470px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.linkHeader {color: #663300; font-weight:bold; text-decoration: none;}
.linkHeader:hover {color: white; text-decoration: none;}
.contFooter {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;}
.linkCopy {font-size: 9px;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #663300; text-decoration: underline;}
.headline {
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
.orderHeader {font-size: 14px; color: #663300; font-weight:bold;}
.orderBox {color: black;}
.orderPrice {color: black; font-size: 14px;}
.orderHeaderOrange {font-size: 14px; color: #DE3700; font-weight:bold;}
.content {text-align:left;}
