/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url("graphics/bg-esanleni.jpg");
	background-color: #4c635d;
}
#container {
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e3f2e7;
	clear:both;
}
#banner {
	height: 128px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#search {
 	height: 28px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
}
#horizontalmenu {
	background-color: #ECDAD9;
	height: 26px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#picture {
	width: 165px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:both;
}
#story {
	width: 480px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#incidentals {
	width: 110px;
	float: left;
	margin: 0px;
	padding-top: 0px;
}
#links {
	clear:both;
	background-color: #ECDAD9;
	height: 26px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}