@charset "utf-8";
/* Serbus CSS Document by Emihaumut */


/*The div layers*/
div.contain {
width: 745px;
position: relative;
margin: 0 auto;
z-index: 5;
}

div.header {
width: 745px;
height: 200px;
background: url(images/header.jpg); /*Insert banner image here!*/
background-color: #f1b618;
position: relative;
z-index: 70;
border: double #31501d;
text-align: right;
margin-bottom: 5px;
}

#menu {
width: 749px;
height: 50px;
background: url(images/menu.png);
position: relative;
float: left;
z-index: 60;
line-height:50px;
border: thin solid #31501d;
margin-bottom: 5px;
}

#menu a, #menu a:link {
height: 50px;
border: thin solid #31501d;
border-bottom: 0px;
border-top: 0px;
color:#31501d;
float:left;
font-family: garamond;
font-size:16px;
padding-left: 1em;
padding-right: 1em;
margin: 0 1px 0 0px;
}

div.main {
width: 749px;
height: auto;
position:relative;
margin-bottom: 5px;
margin-top: 65px;
color: #31501d;
background-color: #fff0a7;
z-index: 50;
font-family: garamond;

}

div.footer {
width: 745px;
height: 125px;
background:url(/*INSERT FOOTER BANNER HERE!*/);
background-color: #f1b618;
position: relative;
z-index: 10;
border: double #31501d;
}

/*Headings and such*/
h1 {
text-align: left;
font-family: garamond;
font-size: 18px;
}

h2 {
font-family: garamond;
font-size: 12px;
text-align: left;
}

h4 {
text-align: center;
font-family: garamond;
font-size: 12px;
}

a {
text-decoration:underline;
font-style:italic;
}

a:hover {
font-weight: bold;
text-decoration:none;
}