@charset "utf-8";
body {
	font: 14px/24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #bbb2a9 url(../images2010/BG.jpg) repeat-x center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #494542;
}
a:link {
	text-decoration: none;
	color: #f3eee9;
} 
a:visited {
	text-decoration: none;
	color: #f3eee9;
} 
a:hover {
	color: #494542;
	text-decoration: none
} 
a:active {
	text-decoration: none;
	color: #f3eee9;
} 
.oneColFixCtrHdr #wrapper {
	background: url(../images2010/bg-page.jpg) no-repeat center top;
}

.oneColFixCtrHdr #container {
	width: 1150px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #494542;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #navigation{
	background: url(../images2010/bg-navbar.jpg) no-repeat center top;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font: normal 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 5px 5px 4px;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #navigation a:link {
	text-decoration: none;
	color: #f3eee9;
} 
.oneColFixCtrHdr #navigation a:visited {
	text-decoration: none;
	color: #f3eee9;
} 
.oneColFixCtrHdr #navigation a:hover {
	color: #BBB2A9;
	text-decoration: none
} 
.oneColFixCtrHdr #navigation a:active {
	text-decoration: none;
	color: #f3eee9;
} 

.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 295px;
	text-align: left;
}

.oneColFixCtrHdr #mainContent h1 {
	font-size: 20px;
	padding-top: 25px;
	font-weight: normal;
	color: #1F1E1D;
	letter-spacing: 1px;
}


.oneColFixCtrHdr #navbar {
	text-align: center;
	height: 30px;
	background: #242321;
	vertical-align: middle;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
}
.oneColFixCtrHdr #bottom{
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
}
.artistList {
	font-size: 14px;
	color: #5B5137;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}
.eventphoto {
	padding-right: 10px;
	padding-bottom: 5px;
}
