body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(images/page_Background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.thrColFixHdr #container {
	width: 1180px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/container_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 
.thrColFixHdr #header {
	background-image: url(images/header_background.gif);
	background-repeat: repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 6px;
}
.thrColFixHdr #mainContent {
	margin-right: 170px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: left top;
	width: 798px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3c1db;
	border-left-color: #a3c1db;
	margin-top: 0px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #container #footer a {
	font-size: 100%;
}

.thrColFixHdr #footer {
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 95px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-left: -15px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	background-position: center;
}

#footer a:link {
	color:#a453a0;
	text-decoration: none;
	font-size: 90%;
	line-height: 130%;
}
#footer a:hover {
	color:#000;
	text-decoration: underline;
}
#footer a:visited {
	color:#a453a0;
	text-decoration: none;
}
#footer a:active {
	color:#a453a0
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}



#pinkbox {
	background-color: #e6d3e5;
	float: right;
	width: 270px;
	margin-left: 10px;
	margin-right: -10px;
	background-image: url(images/Cloud_whiteonpink.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
h1 {
	color: #A453A0;
}

#pinkbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	padding-right: 10px;
	padding-left: 10px;
}

.thrColFixHdr #container #mainContent #pinkbox strong {
	margin-left: 0px;
	font-size: 120%;
}

p {
	line-height: 130%;
}
p a:link {
	color:#a453a0;
	text-decoration: none;
	line-height: 130%;
}
p a:hover {
	color:#000;
	text-decoration: underline;
}
p a:visited {
	color:#544389;
	text-decoration: none;
}
p a:active {
	color:#a453a0
}
.cloudMain {

}
.artists {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	color: #a453a0;
	text-decoration: none;
}
.dates {
	color: #000;
}
.dates a:link{
	color: #544389;
}
.dates a:hover{
	color: #000;
}
.dates a:active{
	color: #544389;
}
.dates a:visited{
	color: #a453a0;
}

.artists a:link{
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	text-decoration: none;
}
.artists a:hover{
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.artists a:active{
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
}
.artists a:visited{
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	color: #544389;
}
.thrColFixHdr #container #mainContent ul {
	line-height: 130%;
}
.artistsbox {
	float: left;
	margin-right: 3px;
	margin-bottom: 10px;
}
.partyphotos {
	margin-right: 10px;
}
.thrColFixHdr #container #header .mp3player img {
	float: left;
}
.ticketing {
	float: none;
	margin-left: 310px;
}
.dots {
	clear: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #78306F;
	margin-top: 5px;
}
.advertBox {
	width: 250px;
	margin-left: 50px;
	padding: 10px;
	border: thin dashed #999999;
	margin-bottom: 10px;
}
.viewbasketAdvert {
	margin-left: 60px;
}
.sponsorLogosBottom {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.tableUnderline {
	border-bottom-width: .5px;
	border-bottom-style: solid;
	border-bottom-color: #544389;
	font-size: 90%;
	line-height: 80%;
}
.donation    {
	background-color: #FFCCFF;
	border: thin solid #93509B;
}
.festival_Vid {
	float: left;
	width: 305px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.festival_Vid_right {
	float: right;
	width: 305px;
	margin-right: 30px;
	margin-bottom: 20px;
}