* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%; 
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #7a644d;
}

a {
	text-decoration: none;
	color: #382a1d;
}

a:hover {
	text-decoration: underline;
	color: #382a1d;
}

img {
	border: none;
}

body {
	background: #fcefd0 url(../images/bg.jpg) no-repeat top center;
}

#wrapper {
	width: 985px;
	margin: 0 auto;
}

#flash-header {
	width: 985px;
	height: 380px;
	background-color: #fcf0d3;
	margin: 0 auto;
}

#content-wrapper {
	width: 100%;
	background: #fcefd0 url(../images/content-bg.jpg) no-repeat top center;
}

#content {
	width: 960px;
	padding: 0 12px 0 13px;
}

#flash-footer {
	width: 985px;
	height: 160px;
	margin: 0 auto;
}

h1 {
	font-style: italic;
	font-size: 15px;
	color: #382a1d;
}

h2 {
	font-style: italic;
	font-size: 13px;
	color: #201a0e;
}

h1 a:hover {
	color: #9b7151;
	text-decoration: none;
}


em {
	color: #da5103;
	font-style: normal; 
}

.clear {
clear: both;
}