html, body
	{
	margin: 0;
	padding: 0;
	background-color:#fff;
       /* background-image: url(img/bg_main.jpg);
        background-position: right;
        background-repeat: repeat-y; */
	font-family: arial, tahoma, verdana;
        color:#000;
	font-size: 12px;
	}

h2 a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: white;
}

h2 {    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: white;
    
}


#logo
        {
        width: 1000px;
        float:left;
        position: relative;
        }
        
#bands  {
        width: 552px;
        height: 398px;
        float: left;
        position: absolute;
        top: 292px;
        left: 0;
}

#leftpartners{
        width: 100px;
        height: 208px;
        float: left;
        position: absolute;
        top: 690px;
        left: 0;
}

#partners {
        width: 452px;
        height: 262px;
        float: left;
        position: absolute;
        top: 690px;
        left: 100px;
}

#partners img {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
}
     
#copy {
        width: 248px; /*268*/
        position: absolute;
        top: 292px;
        left: 552px;
        background-image: url(img/bottom_copy.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #9c3;
        color: #fff;
        font-family: arial, sans-serif;
        font-size: 12px;
        padding: 10px;
        padding-bottom: 150px;
        }
        
#right {
        position: absolute;
        top: 292px;
        left: 820px;
        }
    
h1 {
    font-size: 14px;
    text-align: right;
}


        
        
        /* NAVIGATION */
        
               
#left_nav
        {
        width: 323px;
        height: 53px;
        position: absolute;
        top: 239px;
        left: 0px;
        }
        
#nav
        {
        width: 487px; /*677*/
        height: 38px; /*53*/
        position: absolute;
        top: 239px;
        left: 323px;
        background-image: url(img/bg_nav.gif);
        text-align: center;
        padding-top: 15px;
        padding-left: 170px;
        }
        
  
        
ul
{
        list-style-type: none;
	margin: 0;
        padding: 0;
        font-family: arial, sans-serif;
        font-size: 16px;
        color: #fff; 

}

ul.nav_list li {
	float: left;
        text-align: center;

}

ul.nav_list li a:link {
        text-decoration: none;
        padding: 10px;
        color: #fff;
}

ul.nav_list li a:active{
        text-decoration: none;
        padding: 10px;
        color: #9c3;
}

ul.nav_list li a:visited{
        text-decoration: none;
        padding: 10px;
        color: #fff;
}

ul.nav_list li a:hover{
        text-decoration: none;
        padding: 10px;
        color: #9c3;
        }