html {
	height: 100%; margin-bottom: 1px;
}
div.most-left-design {
	position: fixed;
	width: 50px;
	height: 100%;
	background-color: #DB4302;
	top: 0px;
	left: 0px;
}
div.left-design {
	position: fixed;
	width: 50px;
	height: 100%;
	background-color: #C72C05;
	top: 0px;
	left: 50px;
}
div.banner {
	width: 700px;
	height: 125px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #111;
}
div.menu {
 	width: 700px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #C72C05;
	text-align: center;
	font-family: Arial;
	border: 1px solid #111;
}
span.current-site {
	font-size: 1.4em;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: #E39F02;
	font-family: papyrus;
}
a.menu {
	text-decoration: none;
	font-size: 1.4em;
	margin-left: 20px;
	color: #E39F02;
	font-weight: bold;
	margin-right: 20px;
	font-family: papyrus;
}
a.menu:hover {
	color: #FFC600;
	background-color: ;
}
div.content {
	width: 700px;
	margin: 0 auto;
	background-color: #C72C05;
	min-height: 400px;
	font-family: Arial;
	border: 1px solid #111;
}
div.title {
	background-color: #DB4302;
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #111;
}
h1.title {
	text-align: center;
	margin: 0px;
	color: #FDB102;
	font-family: papyrus;
}
h1.subtitle {
	text-align: center;
	margin-bottom: 10px;
	color: #FDB102;
	font-family: papyrus;
}
div.pic-and-text {
 	text-align: justify;
 	background-color: #DB4302;
	width: 600px;
	max-width: 600px;
	min-height: 300px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	
	padding: 10px;
	color: #5B1302;
	font-size: 1.0em;
	border: 1px solid #111;
}
span.highlighted {
	color: #E39F02;
	font-weight: bold;
	
}
span.super-highlighted {
	color: #FDB102;
	font-weight: bold;
	font-size: 1.2em;
	font-family: papyrus;
}
img.pic-in-text {
 	float: none;
	max-width: 300px;
	max-height: 216px;
	margin-top: 15px;
	margin-left: 150px;
	margin-bottom: 15px;
	border-top: 5px solid #FDB102;
	border-bottom: 5px solid #FDB102;
}
p.description {
	margin: 0px;
}
div.footer {
	width: 700px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #C72C05;
	text-align: center;	
	color: #5B1302;
	border: 1px solid #111;
}
