/*---- Stylings -----*/

div p {
text-align: center;
}

a img {
border: none; }

a:link {
font-weight: bold;
color: #663300;
text-decoration: none;
}

a:visited {
font-weight: bold;
color: #663300;
text-decoration: outline; 
}


/*---- General Stuff -----*/

body{
margin-top: 0px;
color: #462913;
background-image: url(images/slice.jpg);
background-repeat: repeat-x;
background-color: #abaeaf;
font-family: Bookman Old Style, serif;
font-size: 11pt;
}

#page{
width: 1010px;
height: 800px;
background-image: url(images/topbg.jpg);
margin-left: auto;
margin-right: auto;
}

#header{
height: 158px;
width: 1000px;
background-image: url(images/header.png);
background-repeat: no-repeat;
}

#menubar{
height: 44px;
width: 1000px;
background-image: url(images/menubar.png);
text-align: center;
}

#center{
height: 500px;
width: 1000px;
border-style: double;
border-color: grey;
background-color: white;
margin-top: 1%;
}

#footer {
margin-top: 1%;
height: 95px;
width: 1000px;
background-image: url(images/footer.png);
text-align: center;
}

#announcements {
float: right;
margin-top: 1%;
margin-right: 1%;
width: 310px;
height: 480px;
background-image: url(images/announcements.png);
background-position: bottom center;

}
/*------------ Classes --------------*/
.menu2 {
float: left;
margin-left: 6%;
padding-top: 20px;
margin-top: 0px;
background-image: url(images/menub.png);
height:21px;
width: 107px;
}

.menu2:hover {
color: red;
font-weight: bold;
background-image: url(images/menubo.png);
}

.menu {
float: left;
padding-top: 20px;
margin-top: 0px;
background-image: url(images/menub.png);
height:21px;
width: 107px;
}

.menu:hover {
color: red;
font-weight: bold;
background-image: url(images/menubo.png);
}

.announcements {
text-align: center;
}

marquee {
}


