/* general stuff */



html, body {
margin : 15px 0 0 0;
padding : 0;
background-color: #fff;
}
body {
font : 13px Arial, Verdana, Geneva, sans-serif;
margin : 15px 0 0 0;
text-align : center;
background-color : #fff;
}
h1 {
font : 26px Georgia, serif;
color : #000;
font-weight : 700;
margin: 0 auto;
padding : 5px 0 5px 0;
text-align: center;
}
h2 {
font : 22px Arial, Verdana, Geneva, sans-serif;
color : #000;
font-weight : 700;
margin: 0 auto;
padding :  5px 0 5px 0;
text-align: center;
}

a:link, a:visited, a:active {
font-style : normal;
font-size : 12px;
font-family : Arial, Verdana, Geneva, sans-serif;
font-weight: bold;
text-decoration : none;
color : #415266;
padding : 0;
display : inline;
margin : 0;
white-space : nowrap;
}
a:hover {
font-style : normal;
font-size : 12px;
font-family : Arial, Verdana, Geneva, sans-serif;
font-weight: bold;
color : #415266;
padding : 0;
display : inline;
margin : 0;
text-decoration: underline;
}


div#container {width: 994px; text-align: center;  margin: 0 auto; padding: 0; background-color: #fff;}

div#topwrapper {width: 994px; height: 36px; margin: 0 auto; padding: 0; float: left; border-top: solid 2px #000; text-align: center; background-color: #000; border-left: 2px solid #000;  border-right: 2px solid #000;}
div#topleft {width: 452px; float: left; margin: 0; padding: 0; float: left; background-color: #fff;}
div#topcenter {width: 90px; float: left; text-align: center;}
div#topright {width: 452px; float: left; background-color: #fff; background-image: url(spaces-square.gif); background-repeat: no-repeat; background-position: left;}

div#middlewrapper {width: 994px; margin: 0 auto; padding: 0; float: left; height:372px;  border-top: solid 2px #000;  border-bottom: solid 2px #000;  border-left: 2px solid #000;  border-right: 2px solid #000;}
div#middleleft {width: 452px; float: left; margin: 0 auto; padding:0;  height:372px;}
div#middlecenter {width: 90px; background-color:#000; float: left; margin: 0 auto; padding: 0; height:372px; text-align: center;}
div#middleright {width: 452px; float: left; margin: 0 auto; padding:0;  height:372px;}

div#bottomwrapper {width: 994px; height: 36px; margin: 0 auto; padding: 0; float: left; background-color: #000; border-left: 2px solid #000;  border-right: 2px solid #000;}
div#bottomleft {width: 452px; float: left; margin: 0; padding: 0; float: left; text-align: center;  background-color: #fff;  background-image: url(acoustic-square.gif); background-repeat: no-repeat; background-position: right;}
div#bottomcenter {width: 90px; background-color: #000; float: left;}
div#bottomright {width: 452px; float: left; text-align: center; background-color: #fff;}

div#enterwrapper {width: 994px; float: left; margin: 0 auto; padding: 0; text-align: center; height:45px;  border-top: solid 2px #000; }
div#enterleft {width: 452px; float: left; margin: 0; padding: 0; float: left; background-color: #fff;}
div#entercenter {width: 90px; background-color: #fff; float: left; text-align: center;}
div#enterright {width: 452px; float: left; background-color: #fff;}



.clear {clear: both;}