@charset "utf-8";
html, body, h1, h2, h3, h4,  a {
	padding:0;
	margin:0;
}
body  {
	font: 100% Verdana,Arial,Helvetica,sans-serif;
	background-color:white;
	color: #000000;
}
#logo {
float:right;
}
p {
margin: 0 8px;
}
a {
	text-decoration: none;
}
#container { 
	max-width:1000px;
	min-width:780px;
	background: #FFFFFF;
	border: #99CC66 1px solid;
	margin: 0 auto; /* center within specified width */
} 
#header { 
	background: #99CC66; 
	padding: 0 10px; 
} 
#header h1 {
	padding: 0;
	letter-spacing: 6px;
	font-size: 2em;
	margin-bottom: 0px;
}
#header h1 a {
color:black;
}
#header h2 {
font-weight:normal;
padding:0; margin: 0;
padding-bottom: 4px;
color:#FFFF99;
}
h3 {
margin-left: 6px;
font-size:1.25em;
color:black;
}
#sidebar1 {
	float: left;
	position:relative; /* for AP elements */
	width:220px; 
	background: #99CC66; 
	padding: 15px 0;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar1 #colorblendtop {
width:5px;
height:5px;
background-color: #99CC66; 
position:absolute;
right:-5px;
top:0;
}
#cbt1, #cbt2, #cbt3, #cbt4, #cbt5 {
width:1px;
height:5px;
position:absolute;
background-color:white;
}
#cbt1 {
top:5px;
}
#cbt2 {
left:1px;
top:3px;
}
#cbt3 {
left:2px;
top:2px;
}
#cbt4 {
left:3px;
top:1px;
}
#cbt5 {
left:4px;
top:1px;
}
#sidebar1 #colorblendbottom {
width:5px;
height:5px;
	background-color:#99CC66; 
position:absolute;
right:0;
bottom:0;
}
#cbb1, #cbb2, #cbb3, #cbb4, #cbb5 {
width:1px;
height:5px;
position:absolute;
background-color:white;
}
#cbb1 {
left:0;
top:4px;
}
#cbb2 {
left:1px;
top:4px;
}
#cbb3 {
left:2px;
top:3px;
}
#cbb4 {
left:3px;
top:2px;
}
#cbb5 {
left:4px;
top:0px;
}
#maincontent {
width:71%;
text-align:justify;
float:right;
	margin: 0; 
	margin-top: 5px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#maincontent table#gigs {
padding-left:15px;
} 
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.clearfloat {
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.smallertext {
font-size:83%;
}
.hidden {
display:none;
}
