/* ---GLOBAL STYLES ---*/

html, body, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #9e7241;
	background-image: url(images/headBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
}

/* --- layout styles --- */

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}

