body {	background-color: #F4F3F2;	color: black;	width: 100%;	margin: 0px;	padding: 0px;	background-image: url(../images/fade.jpg);	background-position: bottom left;	background-repeat: repeat-x;	font-family: Verdana, Arial, sans-serif;	font-size: 12px;	line-height: 18px;}#head {	position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 120px;	border-bottom: 3px solid black;	background-image: url(../images/head.jpg);	background-position: center center;	background-repeat: no-repeat;	background-color: #A29C8E;	z-index: 2;}#logo {	position: absolute;	top: 20px;	left: 25px;	width: 165px;	height: 142px;	border: 3px solid black;	z-index: 3;}	#logo img {		border: 0px;		width: 165px;		height: 142px;	}#menu {	position: absolute;	top: 100px;	left: -14px;	width: 165px;	padding-top: 80px;	z-index: 1;}	#menu ul {		list-style: none;		list-style-position: inside;		width: 165px;	}		#menu li {		height: 22px;		margin-bottom: 5px;		}		#menu a {		display: block;		height: 18px;		border: 2px solid black;		background-color: white;		text-align: center;		width: 100%;		margin-bottom: 5px;		text-decoration: none;		color: black;		padding-top: 2px;	}		#menu a:hover {		display: block;		height: 18px;		border: 2px solid black;		background-color: #A60435;		text-align: center;		width: 100%;		margin-bottom: 5px;		text-decoration: none;		color: white;		padding-top: 2px;		}	#content {	position: absolute;	top: 140px;	left: 220px;	text-align: justify;	font-size: 12px;	line-height: 18px;	padding-right: 30px;}	#content a {		color: #A60435;		text-decoration: none;		border-bottom: 1px solid #A60435;	}		#content a:hover {		color: #E00547;		text-decoration: none;		border-bottom: 1px solid #E00547;				background-color: #E8E6E4;	}		#content a:visited {		color: #A60435;		text-decoration: none;		border-bottom: 1px solid #A60435;		}	.footer {		text-align: center;		font-size: 10px;		line-height: 16px;	}/* generics */h3	{	font-size: 14px;	line-height: 18px;}h5 {	font-size: 12px;	line-height: 20px;	margin-bottom: -10px;}.centralia {	text-align: center;}.presentedleft {	float: left;	margin-right: 10px;	border: 1px solid black;}.presentedright {	float: right;	margin-left: 10px;	border: 1px solid black;}.whisper {	color: #cccccc;}.left {	float: left;}.right {	float: right;}.invisible {	display: none;}img {	border: 0px;}