body {
	background: #F0C090;
	font-family: "Arial", Helevetica, sans-serif
}
#container {
	margin: 25px auto;
	width: 920px;
	background-color: #EBC388;
	border-color: #FFFFFF;
	border-width: thin;
	border-style: solid;
	border-top-style: none;
	border-bottom-style: none;
}
#header {
	width: 100%;
	background: #FFFFFF;
}
#center {
	margin:auto;
	text-align:center;
}
#sub_header {
	width: 100%;
	background: #EBC388;
	height: 5px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
} 
#sub_footer {
	width: 100%;
	background: #EBC388;
	height: 8px;
}
#footer {
	height: 20px;
	width: 100%;
	background: #332A25;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 40px; 
}
.content {
	float: left;
	background: #FFFFFF;
	width: 620px;
	min-height: 520px;
	text-align: justify;
	padding: 20px 30px 0px 50px;
	font-size: 14px
}
.menu {
	width: 220px;
	max-width: 220px;
	float: right;
	font-size: 12px;
	background-color: #EBC388;
}
.thumbnail {
    float: left;
    margin:0px 10px 7px 0px;
}
.imagejpeg {
    float: right;
    margin:0px 0px 7px 10px;
}
.logo {
    border: none;	
} 
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #9E1434;
	text-align: center;
}
.content h2 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #9E1434
}
.content h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #000000
}
.content ol {
	margin: 0;
	padding: 0px 0px 0px 40px;
	list-style-type:decimal;
	font-size: 16px;
}
.content li {
	padding: 0px 40px 16px 5px;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 16px;
	font-weight: bold;
	color: #332A25;
	background-color:#FFFFFF;
}
.menu ul {
	margin: 0;
	padding: 2px 0px 8px 15px
}
.menu li {
	padding-top: 3px;
	list-style-type: none;
}
a {
	color: #9E1434;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: none
}
a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
	}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
