* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #A0D4CD;
	background-image:url('../images/401body.jpg');
	background-repeat:repeat-y;
	background-position:center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, 'Times New Roman', Verdana, Sans-Serif;
	font-size: 11px;
}

/* Page */

DIV#divPage {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

/* Header */

#divHeader {
	position: relative;
	color: black;
	width: 100%;	
}

#divHeader H1 {
	font-size: 36px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#divHeader IMG {
	margin: 20px 0px 0px 0px;
	clear: left;
	float: left;
	border: 0;
}

/* Content */

DIV#divContent {
	clear: both;
	font-size: 14px;
	color: inherit;
	width: 700px;
}

DIV#divContent H2 {
	clear:both;
	font-size:1.3em;
	padding:10px 0 5px 10px;
}
DIV#divContent blockquote {
	clear: both;
	padding:20px 120px 20px 120px;
	text-align: center;
	font-size: 1.5em;
	font-family: inherit;
	line-height: 140%;
	color: #A6952F;
}

DIV#divContent p {
	clear: both;
	padding: 10px;
	text-align: left;
	font-size: 1.2em;
	font-family: inherit;
	line-height: 140%;
	color: black;
}

DIV#divContent IMG {
	float:left;
	border: 1px solid #CCC;
	text-align: center;
	margin: 10px 20px 10px 20px;
}

DIV#divContent TABLE {
	clear:both;
	margin:0 0 0 10px;
	border: 0;	
	font-size: 1.1em;
	table-layout:fixed;
	width:700px;
}

/* Footer */

#divFooter {
	clear: both;
	margin-top:20px;
	padding:20px 0 20px 0;
	width:700px;
	font-size: 1.0em;
	text-align: center;
	border-top: solid #82160E;
}