html,body,img,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,pre,form,blockquote,fieldset,input,div { margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size:1em; }
:link,:visited { text-decoration:none;  }
table { border-collapse:collapse; border:0px; }
ul,ol { list-style:none; }
img { border:0px; vertical-align:bottom; padding:none; margin:none; }

html{
	width:100%;
}
body{
	background-image:url(images/background.jpg);
}

p{
	font-size:14px;
	line-height:21px;
	margin-bottom:14px;
	padding-left:20px;
	padding-right:20px;
}

#animation {
	float:right;
	position:relative;
	left:-9px;
	top:8px;
	width:548px;
	height:267px;
	z-index:1;
}

.leftshadow{
background-image:url(images/button1a.jpg);
background-repeat:repeat-y;
float:left;
position:inherit;
width:50px;
height:50px;
}

.container{
	width:892px;
	border:5px black solid;
	margin:auto;
	background-color:white;
}
.logo {
	width:200px;
	height:600px;
	background-image: url(images/logoplaceholder.jpg);
	background-repeat: no-repeat;
	position: inherit;
}


.menu{
	height:35px;
	display:block;
	background-image: url(images/dividedbuttons.jpg);
	background-repeat:no-repeat;
	border-bottom:5px black solid;
}

.menu ul{
	padding-left:75px;
	text-align:center
	
}

.menu ul li{
	width:125px;
	float:left;
	display:block;
	font-weight:bold;
	
	
}

.menu ul li a{
	display:block;
	color:white;
	margin-top:7px;
	padding-top:3px;
	padding-bottom:5px;
}

.menu ul li a:hover{
	background-image:url(images/menu_hover_bg.png);
	behavior: url(iepngfix.php);
}

.content{
	background-image:url(images/top.jpg);
	padding-top:350px;
	background-repeat:no-repeat;
	text-align: justify;
	z-index: 1;
}

.footer{
	background-image: url(images/bottom.jpg);
	height:190px;
	display:block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.copyright {
	text-align: center;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#logo {
	position: relative;
	float: left;
	left:72px;
	top:5px;
	width:194px;
	height:315px;
	z-index:1;
	background-image: url(images/windermere_logo.png);
}

			.papers{
				background-image:url(images/papers.jpg);
				background-repeat:no-repeat;
				background-position:top right;
				min-height:300px;
			}

