/*
#background {	
	background-image: url(./images/websitebackground3.gif) ;
	background-repeat: no-repeat;
	background-position: top center; 
	background-color: #000;
	/*width: 1024px;
	height: 768px;*/	
	margin: 0px auto;
}
*/

#banner {
	width: 780px;
	height: 70px;
	background-repeat: no-repeat;
	background-color: #fff ;
}
/* set up the overall width of the menu div and the margins with a relative position*/
#menu {
	font-family: verdana, arial, sans-serif; 
	width: 780px;
	height: 35px;
	background-color: #fff;
	position:relative;
	border:0px solid #bd8d5e;
	text-align: center ;
}
#menu a:hover{
	background-color:#ADC414 ;	
	background-image:  url(images/menu/background.jpg);
	
}

/* clear the link floats at the end of each line so that IE gets it right */
span.clr {
	display:block; 
	clear:both; 
	width:0; 
	height:0; 
	font-size:0; 
	line-height:1px;
}


/* make the sub menu ul li the full width with padding and border. */
/*CONTENT AREA*/


a, a:visited {
	color:#000;
}
a:hover {
	text-decoration:none;

}

	
#wrapper {
	width: 780px; 
	background-color:#fff ;
	background-image: url(./images/websitebackground3.jpg); 
	margin:0px auto; /*Top Margin*/
	text-align: left;
	border-top: 1px ;
}

#info {
	/*background:#fff*/; 
	width:800px; 
	float:left;
}

#info h3 {
	font-family:"trebuchet ms", sans-serif; 
	font-size:1.1em; 
	font-weight:normal; 
	margin:0 0 0 15px; 
	color:#006699; 
	text-align:left; 
	margin-bottom:10px;
}

#content {
	width: 750px;
	height: 580px;
	float:left;
	border:10px solid #ADC414;
	background-color: #fff;
	overflow: auto;
	padding: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size: 15px ; 
	line-height: 15px ; 
	font-weight: bold ; 
	color: #666666 ;		
}
#content p {
	font-size:15px; 
	line-height:16px; 
	margin:10px 20px 10px 10px;
}

#content a {
	font-size:15px; 
	line-height:16px; 
	margin:3px 5px 10px 10px;	
}

#content h2 {
	font-size:20px; 
	color:#000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 25px ;
	font-weight: bold ; 
	margin: 10px 0 0 0px; 
	color: #000; 
	text-align: left; 
	margin-bottom:10px;
	margin-left: 5px;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size: 18px ;
	font-weight: normal ; 
	margin: 0 0 0 0px ; 
	color: #000 ; 
	text-align: left ; 
	margin-bottom:5px ;
	margin-left: 5px ;
}
#content img {
	border: 0;
}

#footer {
	font-weight: bold ;
	text-align: center ; 
	font-size: 13px ;
	background-color:#fff ;
}

img.home {
	position: relative ;
	top: 50px ; 
	left: 25px ;
	width: 700px ;		
}

.bold {
	font-weight:bold;
}
.image img {	
	/*border:0; */
	margin-left:5px ;
}
p.highlight {
	background:#e8e8e8 ; 
	border:1px solid #bc8f8f ;
	padding:5px ; 
	color:#006699 ; 
	font-weight: bold ;
}

p {
	font-size:11px ; 
	line-height:16px ; 
	margin:5px 0 15px 0 ;
}

.artist{
	border-top: 2px solid #000 ;
	border-left: 3px solid #000 ;
	border-right: 3px solid #000 ;
	border-bottom: 2px solid #000 ;
	padding: 4px ;
}
.us{
	border-top: 2px solid #000 ;
	border-left: 3px solid #000 ;
	border-right: 3px solid #000 ;
	border-bottom: 2px solid #000 ;
	padding: 4px ;
	
	
}
.us img {
float: left ;
margin-right: 10px ;
margin-bottom: 10px ;

}

.title {
	font-size:20px ; 
	line-height:16px ; 
	margin:10px 20px 10px 10px ;
	color: #ADC414 ; 
}

form.button {
	float: right ;
	margin-right: 20px ;
	margin-bottom: 10px ;	
	color: #fff ;
}

form .button {
	background-color: #ADC414 ;
	color: #000 ;
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-weight: bold ;
	height: 25px ;
}

span.photocredit {
	font-size: 9px;
}	
