html {
   overflow-y:scroll;
}

html,body {
   margin:0px;
   padding:0px;
   font-family:Verdana,Sans-serif;
   font-size:10px;
   letter-spacing:1px;
   background:#FFF;
   color:#525252;
   height:auto;
}

a {
   color:#525252;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}

div#wrapper {
   width:824px;
   height:auto;
   margin:0px auto;
}

div#header {
   position:absolute;
   top:0px;
   width:824px;
   height:108px;
}
div#header-image {
   width:824px;
   height:70px;
   background-image:url('../media/header.jpg');
   background-repeat:no-repeat;
   
}
div#menu-bar {
   width:824px;
   height:25px;
   background-color:#1B519B;
}

div.moz-clear {
   clear:both;
}

div.copyright {
   margin-top:30px;
   color:#CCC;
}
div.copyright a {
   color:#CCC;
}

img.pdf {
	position:relative;
	top:3px;
	margin-right:5px;
}
