html 
	{ 
	margin: 0; 
	padding: 0; 
	}

img
	{
	border: 0px;
	}

h3
	{
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 0px 30px;
	}

div#circuitbody
	{
	float:left;
	width: 520px; /*478 - twice the margin*/
	background: transparent;
	padding: 0px;
	margin: 0px;
	}
div.titlebar
	{
	width: 520px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	border: 1px solid #666;
	}

div.titlebar h2
	{
	font-size: 12px;
	color: #333;
	line-height: 25px;
	}

div.container
	{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 510px;
	margin: 0px 0px 6px 0px;
	padding: 5px 5px 0px 5px;
	}
	
div.container p
	{
	padding: 0px 0px 0px 10px
	}
		
img.left { float: left; margin: 5px 5px 5px 0px; }	
img.right { float: right; margin: 5px 0px 5px 5px; }	
	
body
	{
	text-align: center;
	background: #A6D5A3;
	padding: 0px;
	margin: 0px;
	}

div.mediaobject
	{
	padding: 0px; 
	margin: 5px 0px 0px 0px;
	width: 240px;
	}	
	
div.mediaobject h3
	{
	padding: 2px; 
	margin: 2px;
	width: 240px;
	}	
	
div.dateobject
	{
	line-height: 12px; 
	padding: 2px; 
	margin: 2px;
	}
			
body,p,td,li,span
	{
	font-family: verdana;
	font-size: 11px;
	color: #820000;
	}	

h2
	{
	font-size: 12px;
	text-transform: uppercase;
	}	

A:link,A:visited,A:active 
	{
	font-family: arial;
	color: #333;
	text-decoration: none; 
	}
	
A:hover 
	{
	color: #000;
	text-decoration: underline; 
	}

div#navigation a:link, div#navigation a:visited, div#navigation a:active
	{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	}	

div#navigation a:hover
	{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #850201;
	}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

div#contentpane
	{
	text-align: left;
	width: 800px;
	height: 100%;
	margin: 0px auto;
	background: transparent;
	}

img#logo
	{
	margin: 0px;
	padding: 0px;
	float: left; /* this makes for a clean line between graphics */
	}	
	
div#navigation
	{
	float: left; /* this makes for a clean line between graphics */
	margin:0px;
	padding: 0px;
	line-height: 24px;
	height: 47px;
	background: url("/images/template/nav_bg.jpg") no-repeat;
	}

p.concertdescription
	{
	padding-right: 50px;
	}
	
h2
	{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	line-height: 28px;
	color: #fff;
	font-family: arial;
	text-transform: capitalize;
	font-size: 10px;
	font-weight: bold;
	}

div#footertext
	{
	float: left;
	width: 100%;
	display: block;
	text-align: right;
	padding: 6px;
	}	

form.webtools
	{
	background: transparent;
	font-size : 10px;
	font-family: 'ms sans serif', geneva, helvetica; 
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	}	
	
td.webtoolscolfield	
	{
	}
	
td.webtoolscoltitle
	{
	height: 10px;
	padding: 3px;
	font-size : 11px;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	}		
	
input.webtoolsbtn
	{
	height: 20px;
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color:#fed;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	background: url("/images/webtools/fadeup.gif") bottom left repeat-x;
	font-family: arial, verdana, helvetica; 
	margin:10px;
	}

textarea.webtools
	{
	width: 300px;
	height: 100px;
	}	
	
input.webtools,select.webtools,input.uploadBox
	{
	color: #000;
	padding: 3px;
	font-size : 11px;
	font-family: 'ms sans serif', geneva, helvetica; 
	}				
