/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

html {
	/*background: url(../images/html_bg.gif) repeat-x top left;*/
	}
body {
	font: 79% Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #6f6c60;
	background:#fff;
}
/* Put it back on certain elements */
h1, h2, h3, h4, p { margin: 1em 0; }
p { line-height: 1.4; }
blockquote{
	margin:0px;
	padding:0px 15px;
}
/* Class for clearing floats */
.clear { clear:both; }

/* Remove border around linked images */
img { border: 0; }

/* Layout */
#wrapper {
	width: 830px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#page #wrapper {
	height: auto;
	overflow:auto;
}
#footer {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #B4928A;
	width: 830px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 15px;
	height: 18px;
}
#footer ul {
	margin-left: 40px;
}

#footer li {
	float: left;
	list-style: none;
	padding-right: 10px;
}
a, #footer a {
	color: #B4928A;
	text-decoration: none;
	border-bottom: 1px solid #F6F3E8;
}
a:hover, #footer a:hover {
	border-bottom: 1px solid #B4928A;
}
#footer p {
	float: right;
	padding-right: 80px;
	margin: 0px;
}
a.purchaseBtn, a.genericBtn {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	/*letter-spacing: .1em;*/
	border-style: none;
	border-bottom: none;
}
a.purchaseBtn:hover, a.genericBtn:hover{
	border-style: none;
}
a.genericBtn{
	background: #C7B277;
}
a.noBorder{
border-bottom: none;
}
h1 {
	margin: 50px 0px 0px;
	color: #a8a140;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1em;
	padding-top: 10px;
	/*font-weight: normal;*/
}
h3 {
	font: normal 1.25em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
