		#container {
			width: 800px;
			\width: 820px;
			w\idth: 800px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 0px;
			margin-bottom: ;
			background-color: #000;
			text-align: center;
		}
		
		#musicplayer {
			padding-bottom: 0px;
			margin-bottom: 0px;
			background-color: #000;
			width: 750px;
			margin-left: 25px;
		}

		#whitedivider1 {
			padding-bottom: 0px;
			margin-bottom: 0px;
			background-color: #fff;
			text-align: center;
			width: 750px;
			margin-left: 25px;
		}
		
		#whitedivider2 {
			padding-top: 0px;
			margin-top: 0px;
			background-color: #fff;
			text-align: center;
			width: 750px; 
			margin-left: 25px;
		}
		
		#iframe {
			padding-top: 0px;
			padding-bottom: 0px;
			background-color: #000;
			text-align: center;
			background: transparent;
			width: 750;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#contentNews {
			padding-top: 0px;
			padding-bottom: 0px;
			background-color: #000;
			text-align: center;
			background: url(http://www.beretta76.com/images/newscontent.jpg) top left no-repeat;
			width: 750;
			margin-left: 25px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#contentBand {
			padding-top: 0px;
			padding-bottom: 0px;
			background-color: #000;
			background: url(http://www.beretta76.com/images/bandcontent.jpg) top left no-repeat;
			width: 750;
			margin-left: 25px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#contentShows {
			padding-top: 0px;
			padding-bottom: 0px;
			background-color: #000;
			text-align: center;
			background: url(http://www.beretta76.com/images/showscontent.jpg) top left no-repeat;
			width: 750;
			margin-left: 25px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#contentMedia {
			padding-top: 0px;
			padding-bottom: 0px;
			background-color: #000;
			background: url(http://www.beretta76.com/images/mediacontent.jpg) top left no-repeat;
			width: 750;
			margin-left: 25px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#contentMerch {
			padding-top: 0px;
			padding-bottom: 0px;
			background-color: #000;
			background: url(http://www.beretta76.com/images/merchcontent.jpg) top left no-repeat;
			width: 750;
			margin-left: 25px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#contentContact {
			padding-top: 0px;
			padding-bottom: 0px;
			background-color: #000;
			text-align: center;
			background: url(http://www.beretta76.com/images/contactcontent.jpg) top left no-repeat;
			width: 750;
			margin-left: 25px;
			margin-top: 0px;
			margin-bottom: 0px;
		}

		#footer {
			clear: both;
			padding: 0px;
			margin-top: ;
			background-color: #000;
			text-align: center;
		}
		
		#menucontainer {
			position: relative;
			width: 799px;
			height: 23px;
			padding: 0px;
			margin: 0px;
		}

		#menu {
			position: absolute;
			top: 0;
			left: 0;
			width: 799px;
			height: 23px;
			margin: 0;
			padding: 0;
			display: inline;
			overflow: hidden;
			list-style: none;
		}

		#menu LI {
			margin: 0;
			padding: 0;
			display: inline; /* duplicated for IE 5/Win */
			list-style-type: none; /* duplicated for IE 5/Win */
		}

		#menu A {
			float: left;
			height: 0px !important;
			height /**/:23px; /* IE 5/Win hack */ 
			padding: 23px 0 0 0;
			overflow: hidden;
		}

		#menu A:hover {
			background-position: 0 -23px;
		}

		#menu A:active, #menu A.selected {
			background-position: 0 -46px;
		}

		#item0 A {
			width: 183px;
			background: url(http://www.beretta76.com/images/band_nav.jpg) top left no-repeat;
		}

		#item1 A {
			width: 168px;
			background: url(http://www.beretta76.com/images/shows_nav.jpg) top left no-repeat;
		}

		#item2 A {
			width: 158px;
			background: url(http://www.beretta76.com/images/media_nav.jpg) top left no-repeat;
		}

		#item3 A {
			width: 165px;
			background: url(http://www.beretta76.com/images/merch_nav.jpg) top left no-repeat;
		}

		#item4 A {
			width: 125px;
			background: url(http://www.beretta76.com/images/contact_nav.jpg) top left no-repeat;
		}
		
		p {
			font-size: 11px;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		h1 {
			margin : 0px;
			padding : 0px;
			color : #000;
			font-weight : bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size : 16px;
		}
		
		h2 {
			margin-bottom : 5px;
			padding : 0px;
			color : #000;
			font-weight : bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size : 14px;
		}
		
		a:link {
     			color: #606;
     			background-color: transparent;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			white-space : nowrap;
    	 }

		a:visited {
     			color: #000;
     			background-color: transparent;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			white-space : nowrap;
    	 }

		a:hover {
     			color: #606;
     			background-color: transparent;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			white-space : nowrap;
    	 }

		a:active {
    			color: #606;
     			background-color: transparent;
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			white-space : nowrap;
     	}