body {
	font-size: 90%; 
	font-family: "Courier New", Courier, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	/* background color is set dynamically */
	}
a img {border:0;}

#contentwrapper {
	/*border:2px solid red;*/
	/*background:yellow;*/
	text-align:left; /* ie 5.5 center hack 2 of 2 */
	width:634px;
	height:442px;
	margin-top:6px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	}
div#nav {
	padding:4px 0;
	width:100%;
	/*background-color:cyan;*/
	}
div#contact {
	font-family: georgia,"Times New Roman", Times, serif;
	padding-top:4px;
	font-size:80%;
	}
/* ie needs an offset for right; we'll override this value later */
div#monthimage {
	position:absolute;
	top:0;
	right:0;
	}
#monthimage img {
	display:block;
	padding:0;
	margin:0;
	border:0;
	}

/* default header styles */
h1, h2, h3, h4 {
	margin-top:0;
	margin-bottom:2px;
	}
h1 {
	font-size:130%;
	}
h2 {
	font-size:120%;
	}
h3	{	
	display:inline;
	font-size:100%;
	}

/* default link styles */
a:visited, a:active {
	color:black;
}
/* default table styles */
table {
	border:0;
	padding:0;
	}
th, td {
	font-weight:normal;
	font-size:90%;
	text-align:left;
	}

#body {
	clear:both;
	}
#dateblock {
	overflow:auto;
	height:440px;
	}

#body h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	font-weight:normal;
	}
#contact h2, #contact h3, #contact p {
	display:inline;
	}
div#contact p {
	margin:0;
	}
div#contact a:link, div#contact a:visited, div#contact a:active {
	color:#333399;
	text-decoration:none;
	margin:0;
	}
div#contact a:hover {
	color:#9999ff;
	text-decoration:underline;
	}

div#nav a:link, div#nav a:visited, div#nav a:active, div#nav span {
	color:#333399;
	text-decoration:none;
	font-weight:bold;
	}
div#nav a:hover {
	text-decoration:underline;
	color:#9999ff;
	}
#nav a, #nav span {
	padding-left:0px;
	padding-right:20px;
	/* background:url(images/buloff.gif) no-repeat left; */
	}
#nav a.last, #nav span.last {
	padding-right:0;
	}
#nav span#sel, #nav a#sel {
	/* background:url(images/bulon.gif) no-repeat left; */
	color:#6666ff;
	}
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	}
#nav li {
	float:left;
	}
.context {
	position:relative;
	left:0;
	top:0;
	}


#tonight {
	
	}


.gig {
	width:18em;
	margin-top:0.3em;
	margin-bottom:0.5em;
	}
.smaller {
	font-size:80%;
	}
.center {
	text-align:center;
	}
.date {
	text-transform:uppercase;
	font-weight:bold;
	}
.etitle {
	text-transform:uppercase;
	font-weight:600;
	}
	
#centerer {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	/*border:2px solid red;*/
	}
#centerer2 {
	text-align:center;/* ie 5.5 center hack 1 of 2 */
	vertical-align:middle;
	}
