html,body{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
background-color: #ffeeff;
}

h2{
font-size: 100%;
}

.bold {
font-weight: bold;
}

#container{
position: relative;
margin: 0px auto;
width: 800px;
background-color: #ffcccc;
border: 3px solid #888888;
}

#header{
position: relative;
top: 20px;
width: 790px;
height: 200px;
background-image: url(images/header.gif);
background-repeat: no-repeat;
}

#centre_col{
position: relative;
top: 0px;
left: 20px;
height: 680px;
}

#announcements {
position: relative;
left: 100px;
width: 600px;
}

#announcements p{
font-size: 80%;
}

#footer_nav {
position : relative;
left: 7px;
top: -5px;
font-size: 55%;
}

#footer_nav li {
list-style: none;
display: inline;
}

#footer_nav a {
text-decoration: none;
color: #555555;
border-left: 1px solid #555555;
border-right: 1px solid #555555;
padding: 0px 2px 0px 2px;
margin: 0px;
}

#footer_nav a:hover {
color: #ffffff;
}

#footer {
background-image: url(images/footer.gif);
background-repeat: no-repeat;
font-size: 70%;
position: relative;
height: 55px;
width: 700px;
line-height: 150%;
border: 1px solid;
margin: 0px 0px 20px 50px;
}


#address {
float: left;
margin-left: 50px;
}

#numbers {
float: right;
margin-right: 50px;
}
