/* =Main Content
-----------------------------------------------------------------------------*/
* body {
	background-image:url(images/bon_bkg.jpg);
	background-repeat:repeat-y;
	background-color:#fff2d3;
}




/* =Typography
-----------------------------------------------------------------------------*/
.header {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #AA1B2C;
	vertical-align: top;
}
.body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 24px;
	color: #1D5C3A;
}
.body p {
	margin-bottom:0;
}
.bodySmall {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 22px;
	color: #1D5C3A;
}
.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #1D5C3A;
}




/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color:#504434;
	text-decoration:none;
	border-bottom: 1px dotted #504434;
}
a:visited {
	color:#1d5c3a;
	text-decoration:none;
	border-bottom: 1px dotted #1d5c3a;
}
a:hover {
	color:#aa1b2c;
	text-decoration:none;
	border-bottom: 1px dotted #aa1b2c;
}
a:active {
	color:#aa1b2c;
	text-decoration:none;
	border-bottom: 1px dotted #aa1b2c;
}
.orderform {
	font-weight:bold;
	color:#aa1b2c;
	border-bottom: 1px solid #aa1b2c;
}




/* =Nav
-----------------------------------------------------------------------------*/
#nav {
	position: relative;
	width: 222px;
	line-height: 0;
}
#nav p {
	margin:0;
	padding:0;
}
#nav a {
	border-bottom:none;
	line-height:0;
}