/* Div Layout
----------------------------------------------- 
*/
#bordercontainer{background: #000; border-bottom: 1px solid #000; border-top: 1px solid #000; margin: auto; text-align: center; width: 772px;}
#container{background: #fff url(images/bg.gif) repeat-y;; text-align: left; margin-left: 1px; width: 770px;}
#header{background: #333 url(images/header.gif); height: 75px;}
#topmenu{border-bottom: solid #333 3px; background: #7FA4D4;}
#middle{background: #fff url(images/bg.gif) repeat-y;}
#innermiddle{background: url(images/menubg.gif) top left no-repeat;}
#left{background: url(images/menubg.gif) top left no-repeat; float: left; width: 200px;}
#menu{padding-bottom: 20px; padding-top: 20px; width: 200px;}
#right{float: right; width: 570px;}
#headerimage{border-bottom: solid 3px #333;}
#content{float: right; width: 569px;}
#innercontent{overflow: hidden; padding-left: 20px; padding-right: 20px; padding-bottom: 10px; padding-top: 10px;}
#footer{background: #333; color: #fff; width: 100%;}
#footer a{color: #fff; text-decoration: none;}