body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFEC79;
	background-color: black;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
a:hover{
	text-decoration: underline;
	color: #FF3300;
}

/* In IE, form tags have margins, who knew? */
form {
	margin: 0px;
	padding: 0px;
}

img {
	border-width: 0px;
}

hr {
	width: 200px;
	border: 0px;
	height: 2px;
	color: black;
	background-color: black;
	margin: 16px auto 16px auto;
	text-align: center;
}

p,P {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

ul,UL,ol,UL {
	margin-top: 0px;
	margin-bottom: 0px;
}
#banner {
	display: block;
	position: relative;
	width: 800px;
	margin: 0px auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	border-left: 4px solid black;
	border-right: 4px solid black;
}

#nav {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 5px;
	text-align: left;
	background-color: black;
	border-left: 4px solid black;
	border-right: 4px solid black;
}

#nav img {
	border-right: 5px solid black;
}

#nav input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 14px;
	width: 120px;
	vertical-align: top;
	border: 0px solid black;
	border-top: 1px solid black;
	border-right: 3px solid black;
	padding: 0px;
	margin: 0px;
}

#kvrTitle {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	left: 40px;
	top: 40px;
}

#page-container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFEE7A;
}

#page-container-bottom {
	width: 800px;
	border-bottom: 4px solid black;
}

#left-column {
	width: 172px;
	text-align: center;
	vertical-align: top;
	font-size: small;
	background-color: white;
	background-image: url(../images/grey-strip.gif);
	background-position: top center;
	background-repeat: repeat-x;
	border-right: 6px solid black;
}
#left-column-events {
	background-color: white;
}
#left-column-extras {
	background-color: black;
	margin-bottom: -1px;
}
#left-column-bottom {
	border-top: 3px solid black;
	border-right: 6px solid black;
	background-color: black;
}

#main-column {
	text-align: left;
	vertical-align: top;
	font-size: small;
	background-image: url(../images/grey-strip.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
#main-column-bottom {
}

#right-column {
	width: 200px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	background-image: url(../images/grey-strip.gif);
	background-position: top right;
	background-repeat: repeat-x;
	border-left: 6px solid black;
}
#right-column-bottom {
	width: 200px;
	border-left: 6px solid black;
}

#right-column hr {
	width: 140px;
	border: 0px;
	height: 2px;
	color: black;
	background-color: black;
	margin: 10px auto 10px auto;
	text-align: center;
}
.left-event {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
.left-event-bands {
	text-align: center;
	padding-left: 10px;
	font-size: x-small;
}
.image-display {
	border: 2px solid black;
}

.location-headline {
	margin-top: 3px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 14px;
}
.location-headline a{
	color: black;
	padding: 0px;
}
.location-headline a:hover{
	color: #FF3300;
}
.location-headline img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.page-headline {
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}

.page-subheadline {
	text-align: left;
	font-size: 1.96em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#page-description {

}

#page-footer {

}

#page-disclaimer {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#page-disclaimer a{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


.column-content {
	margin: 0px;
	padding: 0px 10px 6px 6px;
}

.indent {
	padding-left: 20px;
}
.search-result {
	padding-bottom: 10px;
}

.small-font {
	font-size: .8em;
}

/* BULLET-PROOF ROUNDED CORNERS */
/* from http://www.albin.net/CSS/roundedCorners/ */

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 9px; height: 9px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -9px 0px 0px 0px; }
.borderBR { margin: -9px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}

/* END ROUNDED CORNERS CSS */