body {
	background: #f0eee8; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	color: #bf311a;
	text-decoration: underline;
}

a:visited {
	color: #bf311a;
	text-decoration: underline;
}

a:hover {
	color: #bf311a;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b3900;
}
#container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b3900;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4b3900;
	font-weight: bold;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4b3900;
	border: 1px solid #BF311A;
	padding-right: 10px;
	padding-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bf2e19;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4b3900;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url('../images/bg_header_1.jpg');
	height: 220px;
}
#header-one {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg_header_2.jpg);
	background-repeat: repeat-y;
	height: 220px;
}
#header-two {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg_header_3.jpg);
	background-repeat: repeat-y;
	height: 220px;
}
#header-three {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg_header_4.jpg);
	background-repeat: repeat-y;
	height: 220px;
}
#header-four {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg_header_5.jpg);
	background-repeat: repeat-y;
	height: 220px;
}
#header-five {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg_header_6.jpg);
	background-repeat: repeat-y;
	height: 220px;
}
#mainContentHome {
	width: auto;
	padding: 30px;
}
#breadcrumbs {
	width: auto;
	padding-top: 13px;
	padding-left: 13px;
	color: #bcac99;
}
a.breadcrumbs:link {
	text-decoration: underline;
	color: #bcac99;
}
a.breadcrumbs:visited {
	text-decoration: underline;
	color: #bcac99;
}

a.breadcrumbs:hover {
	text-decoration: none;
	color: #bcac99;
}
#mainContentRight {
	padding: 35px;
	float: right;
}
#left {
	padding-top: 50px;
	padding-right: 10px;
	letter-spacing: 1px;
	text-align: right;
	line-height: 10px;
}
#right {
	padding-top: 20px;
	letter-spacing: 1px;
	text-align: left;
	line-height: 15px;
	padding-left: 50px;
	padding-right: 20px;
}
.cookie{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#boxA {
	background-image: url(../images/box1.gif);
	background-repeat: no-repeat;
	height: 102px;
	width: auto;
	margin-left: 50px;
	margin-bottom: 8px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
#boxB {
	background-image: url(../images/box2.gif);
	background-repeat: no-repeat;
	height: 102px;
	width: auto;
	margin-left: 50px;
	margin-bottom: 8px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
#boxC {
	background-image: url(../images/box3.gif);
	background-repeat: no-repeat;
	height: 102px;
	width: auto;
	margin-left: 50px;
	margin-bottom: 8px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
#boxA p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: normal;
}
#boxB p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: normal;
}
#boxC p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: normal;
}
#bottom-stripe {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bottom_stripe.gif);
	background-repeat: repeat-x;
	height: 14px;
}
#bottom-nav {
	font-size: 10px;
	color: #666666;
	text-align: left;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
}
a.bottom-nav:link {
	text-decoration: underline;
	color: #666666;
}

a.bottom-nav:visited {
	text-decoration: underline;
	color: #666666;
}

a.bottom-nav:hover {
	text-decoration: none;
	color: #666666;
}
