/* CSS Document */
/* COSMETIC */
h1 {
	font-family: Monotype Corsiva, Arial, Verdana;
	font-size: 20pt;
	color: black;
	font-weight: normal;
	margin-top: 0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	}
	
div, table { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a:link {
	color: #2E4B56;
	text-decoration: none;
	}
a:visited {
	color: #081920;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #436673;
	}

/* LAYOUT */
body {
	text-align: center;
	margin: 0px;
	}
	
#clear {
	clear: both;
	}
	
#container {
	width: 745px;
	margin: auto;
	margin-top: 20px;
	background: url(images/mainbg.jpg);
	text-align: left;
	}
	
#header {
	width: 545px;
	height: 102px;
	background: url(images/header_09.jpg);
	margin-bottom: -20px;
	padding-top: 275px;
	padding-left: 200px;
	} *html #header {
		width: 745px;
		height: 377px;
	}
	
#headerBlank {
	width: 545px;
	height: 102px;
	background: url(images/header_blank.jpg);
	margin-bottom: -20px;
	padding-top: 275px;
	padding-left: 200px;
	} *html #headerBlank {
		width: 745px;
		height: 377px;
	}


#line {
	margin-top: 5px;
	margin-bottom: 5px;
	}
#leftside {
width: 187px;
float: left;
}



/* MENU */
#menu {
	width: 175px;
	margin-left: 12px;
	padding-top: 15px;
	background: url(images/menubg_green.jpg);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	margin-top: -10px;
	}
#menu a {
	color: white;
	text-decoration: none;
	}
	#menu a:hover {
		text-decoration: underline;
		color: #ffffff;
		}
		
/* CONTENT */
#content {
	width: 530px;
	float: right;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: -90px;
	}
	
#content2 {
	width: 530px;
	float: right;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 0px;
	margin-top: -280px;
	}
		
	
/* BROWN BOX */
#greybox {
	width: 482px;
	background-color: #f5eee7;
	margin-top: 15px;
	margin-left: 20px;
	}
	#greycontent {
	margin-top: -15px;
	margin-left: 10px;
	margin-right: 10px;
	}

/* TICKET BOX */

#buynow {
	width: 175px;
	margin-left: 12px;
	background: url(images/buy_bg_09.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-align: center;
	}

#ticketbox {
	width: 150px;
	padding: 5px 5px 0px 5px;
	color: white;
	font-family: verdana;
	font-size: 12px;
	padding-left: 10px;
	text-align: center;
	}
#ticketbox_q input, select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7c7c7c;
	}
#ticketbox_q {
	margin-bottom: -5px;
	margin-top: 5px;
	width: 155px;
	
	}
        

	
/* FOOTER */
#footer {
	background: no-repeat url(images/footer_09_green.jpg);
	width: 745px;
	height: 30px;
	color: #2E4B56;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 50px;
	padding-top: 15px;
	padding-left: 3px;
} *html #footer {
	height: 45px;
	}
#footer a {
	color: #436673;
	text-decoration: none;
	}
	#footer a:hover {
	text-decoration: underline;
	}
	

#credit {
	float: left;
	font-size: 10px;
	}
#footermenu {
	float: right;
	padding-right: 240px;
	font-size: 10px;
	color: #2E4B56;
	}
	
/* DROP DOWN FOR ARTIST PAGE */
#drop {
	float: right;
	margin-top: 10px;
	}
#drop input, select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7c7c7c;
	}

