body 
{
    text-align:	        center;
	padding:	        0px;
	background-color:   #cbc7bb;
	font: 11px Verdana, Arial, Helvetica, sans-serif; color: #000000;

}

/* Normal link */
a {
	color: #972220;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
	
	
img {
	border:		0px;
}


	



#container {
	position:		relative;
	clear:			both;
	margin-left:	auto;
	margin-right:	auto;
	width:			963px;
	padding:		0;
	text-align:     left;
    border:         solid 0px black;
	
}

#logo
{
    position:       relative;
    border:         solid 0px black;
    text-align:     center;
}

#main_home
{
    position: relative;
    width: 100%;
    border: 1px solid #FFFFFF;
    background-color: #dfdbd0;

}

#background_home
{
    margin: 6px;
    background-image:   url(images/background.jpg);
	background-repeat:  no-repeat;
	height: 543px;

}

#background_home2
{
    margin: 6px;
    background-image:   url(images/zambobck.jpg);
	background-repeat:  no-repeat;
	height: 543px;

}


#background
{
    margin: 6px;
    background-image:   url(images/background2.jpg);
	background-repeat:  no-repeat;
	height: 543px;

}


    

#slideshow
{
    position: relative;
    padding-left: 150px;
    padding-top: 80px;
  
}

#overlay
{
    position: absolute;
    top: 59px;
    left: 27px;
    background-image:   url(images/whiteoverlay.jpg);
	background-repeat:  no-repeat;
	height: 460px;
	width:  443px;    
}

#overlay .text
{
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;

}

#overlay .text h2
{
    color: #972220;
    font: 14pt Arial; /* text-transform: lowercase; */ padding: 0px 0px 0px 0px;
}

#overlay .text h3
{
    color: #972220;
    font: 13pt Arial;  padding: 0px 0px 0px 0px;
}


#overlay .text h4
{
    font: 12pt Arial;
    font-weight: normal;
}


#overlay .text h5
{
    color: #333333;
    font-weight:bold;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
}

#overlay .text p
{
    	line-height: 16px;
}

#linkloc
{
    position:absolute;
    bottom:17px;
    left:28px;
}

#footer 
{
    margin-top: 11px;
    position: relative;
}


#cfca 
{
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;

}

#underwritten 
{
    position: absolute;
    top: 10px;
    left: 68px;
    font-size: 10px;
}

#releasedate
{
    position:absolute;
    top: 0;
    left: 0;
    padding-top:15px;
    padding-left: 30px;
    font-size: 20px;
    
}

#cdparty
{
    position:absolute;
    top: 0;
    left: 0;
    padding-top:0;
    padding-left: 5px;
    width:88px;
    height:204px;
   
}

#filmupdates
{
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    
}


#nav 
{
    padding-top: 6px;
}

#nav .title h2 {font: 1.20em Verdana;  padding: 0px 0px 0px 33px; display: inline;}
#nav .title h2 a { color: #FFFFFF; text-decoration: none; }
#nav .title h2 a:hover { color: #d2dfec;  }

#nav2
{ 
 padding-top: 6px; padding-left:10px;
 
}

#nav2 a {
	color: #FFFFFF; text-decoration: none; font: 1.20em Verdana;
}

#nav2 a:hover {
	color:#333333;
background: #dfdbd0;
width:40px;

}


#people a
{ 
 padding: 0 10px 20px 15px;
 
}

#people2 a
{ 
 padding: 0 5px 20px 5px;
 
}

#participantpic 
{ 
    position: absolute;
    top: 35px;
    left: 521px;
}

#pic
{
    position: absolute;
    top: 61px;
    left: 498px;
}

#musicpic
{
    position: absolute;
    top: 93px;
    left: 546px;
}

#preview

{
    position: relative;
    padding-left: 150px;
    padding-top: 150px;
  
}

#zambonews 
{
    position: absolute;
    width: 348px;
    height: 118px;
    left: 558px;
    top: 405px;
    background-image:   url(images/register.jpg);
	background-repeat:  no-repeat;
}

#zform
{
    position:absolute;
    top:62px;
    left:34px;
}

#zsubmit
{
    position: absolute;
    top:62px;
    left:225px;
}

.input-text 
{
    font-family:Tahoma;
    font-size:11px;
    width:173px;
}




.menuanchorclass{
font: 1.20em Verdana;  
display: inline;
color:#FFFFFF;text-decoration:none;
padding: 3px 25px 10px 25px


}



.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

display: inline;
text-decoration:none;
background: #E0E0E0;

}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
color:#333333;
background: #dfdbd0;
text-decoration:none;
visibility: hidden;
/*border: 1px solid black;*/
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/*background: lightyellow;*/
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-align:left;
text-indent: 3px;
border-bottom: 1px dotted white;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #d2dfec;
color: black;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 240px;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid black;*/
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 6px;
text-align:left;
}

.anylinkmenucols .column{
float: left;
text-align:left;
padding: 5px 60px 5px 20px;
margin-right: 5px;
background: #E0E0E0;
}


.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is 
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow
background: black;
visibility: hidden;
}
*/



