#wrapper      {
	background-color: #FFFFFF;
	position: relative;
	width: 760px;
	margin: 0 auto;
	overflow: visible;
}


#header		  {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	margin-bottom: 20px;
	background-color: #003366;
}


.header_title  {
	float:left;
	margin-left: 10px;
	top: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
}

.header_subtitle    {
	float:left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 30px;
}
				
#mainnav	  {
	margin-right: 10px;
	float: right;
}	
				
#content	  {
	margin: 0px;
	min-height: 500px;
	overflow: visible;
}


				
#footer		  {
	height: 20px;
	font-size: 8pt;
	color: #990000;
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #2f4f4f;
	clear: both;
}			



#sidebar   {
	width: 250px;
	background-color: #FFFFFF;
	float: right;
}

#contentblock   {
	width: 500px;
	background-color: #FFFFFF;
	float: left;
}

#twitterfeed {
	margin-bottom: 10px;
	margin-top: 10px;
}


.buytickets {
	font-size: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	float: right;
	width: 248px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	border: 1px solid #003366;
}

a.buytickets:hover {
	font-size: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	background-color: #FFFFFF;
	text-align: center;
	float: right;
	width: 248px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-style: normal;
	text-decoration: none;
	border: thin solid #FFFFFF;
}

.sidebarheader {
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.sidebarcopy {
	margin-top: 10px;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	}

.sidebarlink {
	margin-top: 5px;
	font-size: 10px;
	line-height: 11px;
	}

a.sidebarheaderlink:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a.sidebarheaderlink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}
a.sidebarheaderlink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}
a.sidebarheaderlink:active {
	text-decoration: none;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

h1, h2 {
	font-weight: bold;
	color: #003366;
	
	}

h1 {
	font-size: 16px;
}


h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}
				
p		  {
	margin-right: 10px;
	font-size: 12px;
	line-height: 1.3;	
}


.sidebarcontentblock {
	border-bottom: 1px solid #999999;
}


table	{
padding-bottom: 10px;
	}
	
th		  {
	font-weight: bold;
	text-align: left;
	width: 150px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	color: #003366;
}

td		  {
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
}


a.link:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a.link:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}
a.link:active {
	text-decoration: none;
}

.imagecredit150	{
	font-size: 9px;
	line-height: 1;
	width: 150px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
	}

.imagecredit250	{
	font-size: 9px;
	line-height: 1;
	width: 250px;
	text-align: right;
	float: right;
	margin-bottom: 10px;
	}


.smalltext	{
	font-size: 9px;
	line-height: 1;
	text-align: left;
	margin-left: 10px;
	}

/* Start CSS for quotations here */	
.quote		  {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 0px;
	color: #003366;
}

.quoteref    {
	font-size: 9px;
	text-align: right;
	margin-right: 0px;
}



.sidebarquote		  {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	line-height: 18px;
	margin-left: 25px;
	margin-right: 25px;
}

/* End CSS for quotations here */



#quotebox		  {
	width: 350px;
	margin-left: 25px;
	margin-top: 25px;
}

.floatleft {
	float: left;
	border: none;
	}

.floatright {
	float: right;
	border: none;
	}
	
	
.clear   {
	clear: both
	}	
	

.image {
	border: thin solid black;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}

/* Start CSS for artist profile sections here */ 
.profile   {
	border: none;
	margin-bottom: 30px;
	}

.profileimage {
	border: 1px solid black;
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}
/* End CSS for artist profile sections here */ 

a.imagelink:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.imagelink:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.imagelink:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.imagelink:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.adobe {
	margin-left: 10px;
	margin-bottom: 5px;
	border: none;
}

.prop  {
	height: 600px;
	float: right;
	width: 1px;
	}


/* Start CSS for navigation bar here */ 
	#navigation {
	width: 275px;
	float: right;
	margin-top: 27px;
	margin-right: 0px;
	margin-left: 0px;
	}	


#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	}

#navigation li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	background-color: #003366;
	text-decoration: none;
	border: none;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
	margin-right: -2px;
	
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#navigation a:hover, #navigation:focus {
	color: #003366;
	background-color: #ffffff;
}

/* End CSS for navigation bar here */ 
