/* CSS Document */
body {
margin: 0 auto;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(images/pageback.jpg);
background-position:center top;
background-repeat:repeat-x;
background-color:#919191;
}

a:link {
color:#FF0000;
text-decoration: none;
}
a:visited {
color: #003399;
text-decoration: none;
}

h1{
font-size: 14px;
color: #FF0000;
}

#shell {
width: 800px;
margin: 0 auto;
text-align:left;
}

#header {
height: 267px;
background-image:url(images/whb.jpg);
border-right: solid 1px white;
border-left: solid 1px white;
}

#menu {
text-align:center;
border-top: 1px solid white;
border-right: solid 1px white;
border-left: solid 1px white;
border-bottom: 1px solid black;
height: 30px;
background-image:url(images/barback.jpg);
line-height:30px;
}

#menu a {
text-decoration:none;
}

#menu a:link, #menu a:visited {
text-decoration:none;
color: black;
font-weight: bold;
}

#content {
text-align:left;
padding: 15px;
background-color: white;
}

#copyright {
text-align: center;
background-color: white;
padding: 10px;
}
