body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
}
#divHeader {
	text-align: center;
	height: 125px;
	margin: 10px 50px;
	width: auto;
	border: none;
	background-color: #333333;
	color: #0066FF;
	padding: 0px;
}
#divHeader img {
	border-style: solid;
        border-color: silver;
        border-width: 1px;
	text-align: center;
        display: block;
	margin-top: 10px;
        margin-bottom: 25px;
}
#divMenu {
      text-align: center;
	height: 25px;
	margin: 5px 50px;
	width: auto;
	border: none;
	color: #0066FF;
	padding: 0px;
	background-image: url(../images/menubalk.jpg);
	background-repeat: repeat-x;
}


#divCenter {
	background-color: #333333;
	text-align: center;
	padding-top: 1em;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-repeat: repeat-y;
	background-position: 160px;
	color: #FFFFFF;
}
#divCenter p {
        margin-bottom: 10px;
}
#divCenter img {
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	display: block;
	margin-bottom: 25px;
	margin-top: 25px;
}
#divContainer {
	clear: both;
	line-height: 1.5em;
	background-color: #333333;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 5px;
	height: auto;
	margin-bottom: auto;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-variant: small-caps;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #333333;
	margin: 0px;
	padding: 0px;
}
#divFooter {
	text-align: center;
	padding: 0.5em;
	background-color: #FFFFFF;
	background-image: url(../images/footerbalk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top: 20px;
}
