@charset "UTF-8";
/* CSS Document */


/*redefine body */
body	{ background-color:#000000; 
		  		  color:#FFFFFF; }

body.details	{ background-image:url(images/ladies.jpg);
	 			  background-repeat:no-repeat; }
				  
body.tickets	{ background-image:url(images/tub.jpg);
	 			  background-repeat:repeat-y; }
				  
body.auction	{ background-image:url(images/tiger.jpg);
	 			  background-repeat:repeat-y; }
				  
body.artists	{ background-image:url(images/hair.jpg);
	 			  background-repeat:repeat-y; }
				  
body.directions	{ background-image:url(images/bikers.jpg);
	 			  background-repeat:repeat-y; }
				  
body.sponsors	{ background-image:url(images/chaise.jpg);
	 			  background-repeat:repeat-y; }
		  
body.credits	{ background-image:url(images/vogue.jpg);
	 			  background-repeat:repeat-y; }


/* redefine menu link styles */
a.menu1:link {text-decoration:none;
			  color:#ffffff;}
			  
a.menu1:visited {text-decoration:none;
			  color:#ffffff;}
			  
a.menu1:hover {text-decoration:none;
				color:#e50066;
				background-color:#EFE23A;}
				
a.menu1:active {text-decoration:none;
				color:#ffffff;
				background-color:#EFE23A;}

a.menu1_on:link {text-decoration:underline;
			  color:#e50066;
			  font-weight:bold;}
			  
a.menu1_on:visited {text-decoration:underline;
			  color:#e50066;
			  font-weight:bold;}
			  
a.menu1_on:hover {text-decoration:underline;
				color:#e50066;
				background-color:#EFE23A;
				font-weight:bold;}
a.menu1_on:active {text-decoration:none;
				color:#ffffff;
				background-color:#EFE23A;}
				

/* end menu */

/* define chablis menu link styles */

a.chablis:link	{ color:#e50066; 
				  text-decoration:none;}
				  
a.chablis:visited	{ color:#e50066; 
				  text-decoration:none;}
				  
a.chablis:hover	{ color:#e50066;
				  text-decoration:none;
				  background:none;}

a.chablis:active { color:#e50066;
				  text-decoration:none;}

/* regular in-text links */

a.chablis_text:link	{ color:#e50066; 
				  text-decoration:none;}
				  
a.chablis_text:visited	{ color:#e50066; 
				  text-decoration:none;}
				  
a.chablis_text:hover	{ color:#ffffff;
				  text-decoration:none;
				  background:#e50066;}

a.chablis_text:active { color:#000000;
				  text-decoration:none;
				  background:#e50066;}
	  
	  
/* end links */

/* positioning divs */

#main_box {
	width:600px;
	position:relative;
	top:0px;
	left:175px;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
		
			 	}
				
#chablis_menu {
	position:absolute;
	text-align:center;
	width: 600px;
	top: 182px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
			  }
		
#info {
	position:relative;
	padding:0px;
	padding-left:50px;
	margin:0px;
	left: 0px;
	top:240px;
	width: 500px;
	font-size:12px;
	text-align:center;
		}
		
img.sponsorlogo { vertical-align:middle; 
				  padding: 15px;}

.sponsortitle { font-size:15px;
				font-weight:bold;
				text-decoration:underline; }				  
/* dotted line divider */
#divider2 { border-bottom:1px #333333 dotted;
width: 100%;
margin-top: 20px;
margin-bottom: 20px;}

