

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 90%; 
	font-family: "Courier New", Courier, "Times New Roman", Times, serif;
	/* background color is set dynamically */
}
/* resets */
img, div {
	margin:0; padding:0;
}

#banner, #title, #body, #contact {
	width:640px;
	margin-left:auto;
	margin-right:auto;
}


a img {border:0;}

#banner {
	top:10px;
	height:60px;
}
#banner img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#title {
	top:70px;
	height:128px;
	overflow:auto;
}



#contact {
	height:50px;
}

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;
	}
#title img, #monthimage img {
	display:block;
	padding:0;
	margin:0;
	border:0;
	}

/* default header styles */
h1, h2, h3, h4 {
	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;
}



#title 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;
	}


.context {
	position:relative;
	left:0;
	top:0;
	}


#tonight {
	
	}


.gig {
	width:290px;
	margin-top:0.3em;
	margin-bottom:0.5em;
	}
.gig .artists span, .smaller, .detail {
	font-size:80%;
	}
.center {
	text-align:center;
	}
.date {
	text-transform:uppercase;
	font-weight:bold;
	}
.etitle {
	text-transform:uppercase;
	font-weight:600;
	}
	
