body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBD4C2;
}

#header {
	margin-left: 210px;
        margin-top: 20px;
	padding: 0px;
	color: white;
	font-size: 13px;
	font-family: 'Arial';
	font-style:italic;
	line-height: 120%;
}
#content {
	margin: 0px;
	padding: 10px;
	background-color:#79725B;
	color: white;
	font-size: 14px;
	font-family: 'Tahoma';
	line-height: 120%;
	overflow: auto;
}
#content h1 {
	font-size: 16px;
	font-weight: bolder;
	line-height: 80%;
}
#content h2 {
	font-size: 14px;
	font-weight: bolder;
	line-height: 80%;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 80%;
}

#footer {
	margin: 0px;
	padding: 8px;
	background-color:#005760;
	color: white;
	font-size: 12px;
	font-family: 'Arial Narrow';
	line-height: 80%;
}
#designed {
	color: gray;
	font-size: 8px;
	font-family: 'Tahoma';
	line-height: 180%;
}