body {
	text-align: center;
	background-image: url(../images/page-background.png);
	background-repeat: repeat;
	background-color: #a75056;
	margin: 0;
	padding: 0;
}

#Page {
	background-color: #e5d29a;
	background-image: url(../images/inset-background.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 732px;
	margin-top: 0;
}

#Header {
	background-color: #4d4d4d;
	text-align: center;
	padding: 0;
	margin: 0;
}

#HeaderImage {
	margin-left: auto;
	margin-right: auto;
}


#HeaderBottom {
	padding: 0;
	margin: 0;
	border: 0;
	
}

#HeaderBottom img {
	position: relative;
	top: -16px;	
}

#Header {
	display: block;
	height: 110px;
}

#AfterHeader {
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

#Sidebar {
	float: left;
	margin-top: 3px;
	margin-left: 7px;
	width: 142px;
}



#Sidebar a {
	margin: 0;
	padding: 0;
	height: 26px;
	display: block;
}

#Sidebar img {
	border: 0;
	margin: 0;
	padding: 0;
}

#ActualPage img {
	border: 2px solid black;
}

#ActualPage h3 {
	font-variant: small-caps;
	font-family: serif;
	font-weight: bold;
	font-size: 18pt;
	margin-left: -30px;
	margin-bottom: 0;
}

#ActualPage h4 {
	font-variant: small-caps;
	font-family: serif;
	font-weight: bold;
	font-size: 12pt;
	margin-left: -10px;
	margin-bottom: -10px;
}

#ActualPage {
	padding: 30px;
	padding-left: 190px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #444444;
}


#Footer {
	clear: both;
	padding: 10px;
}