body {
	background-color: #333;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/white980.jpg);
}

#banner {
	background-image: url(images/pics/web_banner_760.jpg);
	height: 222px;
}
/*repeating banner image above nav tabs*/
#nav_banner {
	background-image: url(images/nav_ban.gif);
	height: 20px;
	width: 980px;
}
/*container for background dropshadow image behind nav tabs*/
#nav_div {
	height: 80px;
	background-image: url(images/navbkg.gif);
}

/*main content stylings*/
#content {
	padding: 10px;
}
#festivalgallery #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul {
	color: #333;
}
#content h4 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#contact #content h4 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#gallerycontainer {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 100px;
}


#topcontent p {
	text-align: center;
}


/*content column 1 and 2 stylings*/
#col1 {
	float: left;
	width: 580px;
	padding: 5px;
}


#col2 {
	float: left;
	width: 340px;
	padding: 5px;
	margin-left: 10px;
}

#contact #info_div ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contact #info_div li {
}

#contact #info_div h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#friday {
	float: left;
	width: 90px;
	margin-left: 195px;
	
	}

#saturday {
	width: 90px;
	float: left;
	margin-left: 150px;
	
}
#sunday {
	float: left;
	width: 90px;
	margin-left: 150px;
	
}
#alldaysat {
	float: left;
	width: 120px;
	margin-left: 260px;
	
	}
#alldaysun {
	float: left;
	width: 120px;
	margin-left: 200px;
	
	}
.left_col_articles {
	width: 580px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}

.right_col_articles {
	width: 340px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}

	
	
/*begin footer stylings*/
#footer {
	background-image: url(images/blue980.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer p {
	text-align: center;
	color: #333;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}


/*begin styling classes*/
.col2grey {
	background-color: #999;
}
.blue {
	background-color: #667298;
	height: 100px;
	margin-bottom: 25px;
}

.rightalign {
	text-align: right;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.clearfloat {
	clear: both;
	height: 1px;
}
.centre {
	text-align: center;
}
.red {
	color: #F00;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
