body {
background-color: black;
font-family: Calibri, Arial;
}

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

a:visited {
text-decoration: none;
font-weight: bold;
color: black;
}

a:hover {
text-decoration: underline;
font-weight: bold;
color: gray;
}


#center {
background-image: url('Main.jpg');
background-repeat: repeat-y;
background-position: top center;
width: 802px;
height: 780px;
margin: 0px auto;
}

#banner {
text-align: right;
background-image: url('Banner.jpg');
background-repeat: none;
background-position: top center;
width: 802px;
height: 254px;
}

.search {
background-color: black;
color: grey;
font-size: small;
}

#sidebar {
border: solid 2px;
float: left;
width: 250px;
height: 470px;
margin: 5px;
padding: 5px;
}

.sidebar {
border: solid 2px;
text-align: center;
}

#content {
border: solid 2px;
float: right;
width: 500px;
height: 470px;
margin: 5px;
padding: 5px;
overflow: auto;
}

#main {
text-align: center;
border: solid 2px;
float: right;
width: 500px;
height: 470px;
margin: 5px;
padding: 5px;
}

.front {
list-style: none;
font-size: x-large;
}

#footer {
border-top: solid 2px;
clear: both;
padding: 5px;
}
