<style type="text/css">
bong{}

body{
margin:0;
padding:0;
/*line-height: 1.5em;*/
background: #004A74;
font:  12px Palatino;
}

a{color:gold}
a:hover{color: #ff0c00;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding:0;
}

#topsection{
background: #EAEAEA;
height: 230px; /*Height of top section*/
background-color: Black;
background-image:url('media/header.jpg');
background-repeat: no-repeat;
background-position: 50% 100%; 
border-bottom: 1px solid CornFlowerBlue;
}

#contentwrapper{
margin:0;
padding:0;
float: left;
width: 100%;
height:auto;
}

#contentcolumn{
float: left;
margin-right:200px;
background: DarkBlue;
color: white;
border-top: 1px solid #625e00;
width:640px;
bottom:0;
padding-top:5px;
}

#contentcolumn h2{
margin: 0;
line-height: 90%;
}

#contentcolumn h4{
margin: 0;
}

#rightcolumn{
float: right;
width: 200px; /*Width of right column*/
bottom:0;
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: RoyalBlue;
border-top: 1px solid #625e00;
padding-top:5px;
}

#footer{
width: 100%;
background: RoyalBlue;
color: gold;
text-align: center;
padding: 4px 0;
position: fixed; bottom: 0pt; left: 0pt;
border: 1px solid CornFlowerBlue;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.gigbox{
padding: 5px;
margin-top: 0;
border: 3px solid #625e00;
background: black;
color: white;
}

/******BUTTONS!!!!*****************/
.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: RoyalBlue;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: RoyalBlue;
border: 2px solid RoyalBlue;
}

.bevelmenu li a:hover{
color: black;
background-color: CornFlowerBlue;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

</style>