@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #aa8597;
	line-height: 1.2em;
}
#footer a {
	color: #FFF;
}
#content  {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}
#header {
	width:970px;
	background-color: #424250;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 65px;
}
#wrapper #footer p {
	color: #FFF;
}

#navigation {
	height:30px;
	background-image: url(images/navbegin.jpg);
	width: 970px;
	clear: both;
}
#footer {
	position:absolute;
	z-index:7;
	background-color: #424250;
	width: 940px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#header {
	width:970px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	width:970px;
	background-color: #000;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	z-index:999;
	height: 18px;
	position: relative;
}
#content {
	width:940px;
	background-color: #FFF;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 15px;
}
#leftcontent {
	text-align: left;
	width: 515px;
	float: left;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 1;
}
#rightcontent {
	text-align: center;
	float: right;
	width: 400px;
	margin-top: 25px;
	-moz-box-shadow: 0 0 1em black;
	-webkit-box-shadow: 0 0 1em black;
	box-shadow: 0 0 1em black;
	margin-bottom: 25px;	
}
#footer {
	width: 940px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.disclaimer {
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}

#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-moz-box-shadow: 0 0 1em black;
	-webkit-box-shadow: 0 0 1em black;
	box-shadow: 0 0 1em black;
	top: 0px;
}
#pooh {
	position:absolute;
	width:180px;
	height:225px;
	z-index:1000;
}

h1 {
	color: #000000;
	font-size: 32px;
	line-height: 1.2em;
		  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
h2 {
	color: #000000;
	font-size: 26px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 1.2em;
	text-shadow: 0px 1px 2px #555;
}
html {
    overflow-y: scroll;
}
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
} 

