@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg.jpg);
	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: #000000;
}


a:link,a:visited {
	text-decoration:none;
	color:#000
}

a:hover, a:active {
	color: #03F;
	font-weight: normal;
	font-style: oblique;
	text-decoration: underline;
}
p,h1,h2,h3,h4,ol,ul,li {
	margin:0;
	padding:5 0 5 45;
}
h6 {
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	text-indent: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/slices/sliced_16.jpg);
}
.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #sidebar  {
	float: right;
	width: 350px;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF url(../images/slices/sliced_16.jpg);
	padding: 5px 45px;
}

.oneColFixCtrHdr #footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #E1C8AA;
}


.oneColFixCtrHdr #footer {
	background:#DDDDDD url(../images/slices/sliced_17.jpg);
	height: 55px;
	width: 900px;
	clear: both;
}
#pic {
	padding-left: 45px;
}
#logos {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 500px;
}


#mainContent h1, h2, h3, h4 {
	padding: 2em 50px 1.5px 45px;
}
#mainContent p {
	padding-left: 50px;
	padding-right: 355px;
	text-align: justify;
}

#sidebar a img {
	border-style: none;
	padding-top: 10px;
}
#footer a {
	color: #FADEB9;
	border-style: none;
}
#concerts {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

