﻿#header { width: 1024px; }
    #header .left { float: left; width: 269px; height: 321px; background: url(Images/Header_Left.jpg) no-repeat; }
    #header .middle { float: left; width: 342px; height: 321px; background: url(Images/Header_Middle.jpg) no-repeat; }
    #header .right { float: right; width: 413px; height: 321px; background: url(Images/Header_Right.jpg) no-repeat; }

#wrapper { clear: both; width: 1024px; min-height: 300px; background: url(Images/Wrapper_Background.png) repeat-x; }
    #wrapper .left { float: left; min-height: 189px; width: 139px; background: url(Images/Vine.png) no-repeat; }
    #wrapper .middle { float: left; width: 745px; }
        #wrapper .middle .menu-bottom { clear: both; width: 645px; height: 30px; background: url(Images/Menu_bottom.png) no-repeat; }
        #wrapper .middle .news { float: left; margin: 8px 0 0 20px; width: 315px; }
        #wrapper .middle .music { float: right; margin: 8px 0 0 0; width: 190px; }
    #wrapper .right { float: right; width: 139px; min-height: 189px; background: url(Images/Wrapper_RightEnd.png) no-repeat; }
    
#menu { position: absolute; top: 315px; left: 295px; height: 35px; width: 420px; }
    #menu ul { margin: 0; padding: 0; display: block; }
        #menu li { list-style: none; margin: 0; padding: 0 20px 0 0; display: inline; text-transform: lowercase; font-size: 11pt; font-weight: normal; }
            #menu li a, #menu li a:visited { color: #fff; text-decoration: none; }
            #menu li a:hover { color: #835B0B; text-decoration: none; }