@charset "utf-8";
/* CSS Document */

body {
background: #635a4f;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
}

#main {
height: 100%;
width: 100%;
}

#top {
height: 40px;
border-bottom: 2px solid #fff;
vertical-align: bottom;
padding: 70px 10px 10px 10px;
text-align: center;
}

#middle {
padding: 20px;
padding-bottom: 50px;
}

#bottom {
height: 50px;
border-top: 2px solid #fff;
}

.bottom-menu {
width: 33%;
float: left;
height: 50px;
vertical-align: middle;
padding: 20px 0;
}

.updates {
border-bottom: #fff solid 1px;
vertical-align: bottom;
}

#caption {
background: #e58c23;
border: #000 solid 3px;
color: #000;
width: 448px;
padding: 10px;
font-weight: bold;
text-align: center;
}

h1 {
color: #fff;
font-size: 2.2em;
font-weight: bold;
text-transform:uppercase;
margin: 0;
}

h2 {
color: #e58c23;
font-size: 1.8em;
font-weight: bold;
margin: 0;

}

a.menu {
color: #e58c23;
font-size: 1.2em;
font-weight: bold;
text-decoration:none;
}

a.menu:hover {
color: #e58c23;
font-size: 1.2em;
font-weight: bold;
text-decoration:underline;
}
