html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div#container {
	background: url(/images/home/container_background.png) top center repeat-y;
}

div#container div#header {
	width: 848px;
	height: 77px;
	margin: 0 auto;
}

div#container div#menu {
	width: 848px;
	margin: 0 auto;
	background: url(/images/home/menu_background.png) top center no-repeat;
	height: 22px;
}

div#container div#feature {
	width: 848px;
	height: 388px;
	margin: 0 auto;
	background: url(/images/home/top_section_background.png) top center no-repeat;
}

div#container div#feature div#copy {
	width: 249px;
	padding: 30px 30px 0 30px;
	height: 328px;
	float: left;
	color: #cdbb8a;
}

div#container div#feature div#copy a {
	color: #f0dca3;
}

div#container div#feature div#photo {
	width: 538px;
	height: 387px;
	float: right;
}

div#container div#content {
	width: 848px;
	margin: 0 auto;
	background: url(/images/home/lower_section_top_background.png) top center no-repeat;
}

div#container div#content div#sidebar {
	width: 249px;
	padding: 30px;
	float: left;
}

div#container div#content div#main {
	width: 289px;
	padding: 30px 20px;
	float: left;
}

div#container div#content div#sidebar2 {
	width: 190px;
	padding: 30px 10px;
	float: right;
}

div#container div#footer {
	background: url(/images/home/container_footer.png) top center no-repeat;
}

div#factbox {
	width: 177px;
	background: url(/images/home/factbox_background.png) top center repeat-y;
}

div#factbox h3 {
	margin: 0 10px 0 18px;
	border-bottom: 1px solid;
}

div#factbox div.top {
	width: 177px;
	height: 8px;
	padding-bottom: 5px;
	background: url(/images/home/factbox_top.png) top center no-repeat;
}

div#factbox div.inner {
	padding: 0 15px;
}

div#factbox div.bottom {
	width: 177px;
	height: 7px;
	padding-top: 5px;
	background: url(/images/home/factbox_bottom.png) bottom center no-repeat;
}
