body, p, ul, h1 {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #3C2415; 		   /* Site copy default color */
    background-color: #C3B600; /* Site background color */
}

div#bodyWrapper {
	margin: 26px auto;
	padding: 26px 20px;
	width: 950px;
	text-align: left;
}

div#bodyContainer {
	background-color: #FFFFFF;
}

p, ul {
	font: bold 13px arial, sans-serif; /* Site copy default font */
}

img {
	border: none;
}

/*
 * Header section styles
 */

div#header {
	height: 253px;
}

div#header img {
	vertical-align: bottom;
}

/*
 * Main copy section styles
 */

div#content {
	float: left;
	padding: 22px 2px 32px 50px;
	width: 592px;
	background-image: url('/images/site/header-tail.jpg');
	background-position: 0 0;
	background-repeat:no-repeat;
}

/*
 * Navbar section styles
 */

ul#navbar {
	float: left;
	width: 592px;
	margin-top: 22px;
	list-style: none;
}

ul#navbar li {
	margin-right: 19px;
	float: left;
	width: 132px;
}

ul#navbar li.last {
	margin-right: 0;
}

ul#navbar li a {
	font-size: 12px;
	color: #9B8578; 		/* Navbar link color */
	text-decoration: none;
}

ul#navbar li a.hover {
	color: #C34200;			/* Navbar link hover color */
}

ul#navbar li img {
	padding-bottom: 8px;
	vertical-align: bottom;
}

/*
 * Contact section styles
 */

div#contact {
	margin-left: 646px;
	padding-top: 22px;
	color: #594A41;			/* Contact copy color */
	text-align: center;
}

/* MILL * DESIGN * BUILD settings */
div#contact #contactHeader {
	font-size: 14px;
	letter-spacing: 1px;	/*  */
	color: #C3B600;
}

div#contact p {
	margin: 0 auto;
	width: 180px;			/* This affects the centering of the contact section. */
	text-align: left;
}

div#contact a {
	color: #C3B600;			/* Contact e-mail link color */
	text-decoration: none;
}

div#contact a:hover {
	color: #C34200;			/* Contact e-mail link hover color */
}

div#contact #contactEmail {
	line-height: 40px;		/* E-mail vertical spacing from address */
}

/*
 * Footer section styles
 */

div#footer {
	clear: left;
}
