body {
	margin: 0;
	padding: 0;
	background-color: #523829;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #a5b17f;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #a5b17f;
}
a {
	color: #FFFFFF;
}
a img {
	border: none;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 75px;
}
#crp {
	position: absolute;
	/*width: 450px;*/
	top: 20px;
	left: 21%;
	margin: 0;
	padding: 0;
	overflow:visible;
	z-index: 10;
	font-family: Edwardian Script ITC, Palace Script MT, Monotype Corsiva, Zapfina, Lucidia Calligraphy, "Times New Roman", serif;
	font-size: 55px;
	font-style: italic;
	color: #a5b17f;
	border: none;
}
#crp a {
	text-decoration: none;
	color: #a5b17f;
	border: none;
}
#mainwrap {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	min-height: 540px;
	_height: 540px;
}
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 21%;
	min-height: 540px;
	_height: 540px;
	line-height: 35px;
	overflow: hidden;
	font-family: Palace Script MT, Monotype Corsiva, Zapfina, Lucidia Calligraphy, "Times New Roman", serif;
	font-size: 25px;
	font-style: italic;
	color: #a5b17f;
	text-align: center;
}
#nav a {
	color: #a5b17f;
	text-decoration: none;
}
#contentwrap {
	float: right;
	width: 77%;
	margin-right: 3%;
	_margin-right: 1%;
	padding: 0;
	min-height: 540px;
	_height: 540px;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 540px;
	_height: 540px;
	/*border: 3px solid #657C82;*/
}
#copy {
	width: 100%;
	margin: 5px;
	padding: 0;
}
#footer {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	height: 100px;
}
#copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 21%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #b4a77a;
	padding: 0;
	margin: 0;
}
#copyright a {
	text-decoration: none;
	cursor: default;
	color: #b4a77a;
}
#slogan {
	position: absolute;
	width: 450px;
	overflow: visible;
	top: 20px;
	right: 3%;
	font-family: Edwardian Script ITC, Palace Script MT, Monotype Corsiva, Zapfina, Lucidia Calligraphy, "Times New Roman", serif;
	font-size: 50px;
	font-style: italic;
	color: #a5b17f;
}
#ordering {
	border: 1px solid #b4a77a;
	margin: 10px 22px 10px 10px;
	padding: 10px;
	text-align: center;
}
* html #ordering {
	border: 1px solid #cdcd00;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
#popuptop {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#poppic {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.popnav {
	color: #FFFFFF;
}
.popnav a {
	color: #FFFFFF;
}
.subnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
}
.subnav a {
	color: #ffffff;
	text-decoration: none;
}
.subnav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.largertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a5b17f;
}
.floatleft {
	float: left;
	margin: 0 5px 5px 0;
}
.floatright {
	float: right;
	margin: 0 0 5px 5px;
}