@charset "UTF-8";
body  {
	font: 16px Arial, Helvetica, sans-serif;
	background: url(../images/bg_08.gif);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	border: thin groove #000000;
}

.oneColLiqCtrHdr #header {
	height: 109px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 955px;
	overflow: visible;
	background-color: #000000;
}
.oneColLiqCtrHdr #footer {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.oneColLiqCtrHdr #footer p {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.date_placement {
	color:#FF0000;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	display:inline;
}
#nav {
	width: 955px;
	overflow: hidden;
	height: 45px;
}
#main_pic {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gig_box {
	height: 210px;
	width: 784px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: block;
	font-size: 18px;
	text-align: left;
	font-family: "Gill Sans";
	font-weight: normal;
	position:relative;
	top: 330px;
	left: -880px;
	padding-top: 10px;
	overflow: scroll;
	visibility: inherit;
}
#date {
	width: 140px;
	font-family: "Century Gothic";
	font-size: 15px;
	margin-left: 0px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #000000;
	height: 20px;
	padding: 0.25em 0em 0.25em .25em;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #000000;
}
#venue {
	width: 136px;
	font-family: "Century Gothic";
	font-size: 15px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #000000;
	float: left;
	height: 20px;
	padding: 0.25em 0.25em 0.25em 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FF0000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;

}
#address {
	width: 228px;
	font-family: "Century Gothic";
	font-size: 15px;
	padding-left: 4px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #000000;
	float: left;
	height: 20px;
	padding: 0.25em 0em 0.25em 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;

}
#info {
	width: 224px;
	font-family: "Century Gothic";
	font-size: 15px;
	padding-left: 4px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #000000;
	float: left;
	height: 20px;
	padding: 0.25em 0em 0.25em 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;

}
ul {
	list-style-position: inside;
	padding-left: 2px;
	margin-top: 0px;
	float: left;
	list-style-image: url(../images/bullet1.gif);
}
#venue a:link {
	color: #FF0000;
	text-decoration: none;
}
#venue a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#venue a: visited {
	color: #FF0000;
	text-decoration: none;
}
#address a:link {
	color: #FF0000;
	text-decoration: none;
}
#address a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#address a: visited {
	color: #FF0000;
	text-decoration: none;
}

#info a:link {
	color: #FF0000;
	text-decoration: none;
}
#info a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#info a: visited {
	color: #FF0000;
	text-decoration: none;
}
