<style>
#dumby {}
body {
	margin:0;
	font-family:Century Gothic;
	font-size:8pt;
	color:#222;

	
/* overflow: hidden;overflow-x: hidden;overflow-y: hidden; */
}

:focus {
	-moz-outline-style:none;
}

img {
	border:0;
}


	
/* li {list-style: none;} */
a:link {
	text-decoration:none;
	color:#333;
}

a:active {
	text-decoration:none;
	color:#333;
}

a:visited {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:none;
	border:none;
	color:#999;
}

.current a,.current a span {
	color:#b82126;
}

.site_wrapper {
	width:980px;
	position:absolute;
	left:50%;
	margin-left:-490px;
	top:0px;
	border:2px solid black;
}

.site_container {
	width:980px;
	position:relative;
}

.header {
	overflow:auto;
	width:980px;
	height:470px;
	background:white;
/* border:1px solid blue; */
	position:relative;
	margin:0px;
	margin-bottom: 15px;
}
#header_left_menus {
	position: absolute;
	z-index: 200;
	left:200px;
	top:28px;
}
#header_right_menus {
	position: absolute;
	z-index: 200;
	right:190px;
	top:28px;
}
.nav {
	width:980px;
	height:50px;
	background: black;
	position: relative;
	z-index: 100;
}

#streetfest_logo_header {
	margin-bottom:20px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

.black_bg {
	z-index:15;
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:215px;
	background:url(../images/header/black_bg.png) 0 0 no-repeat;
	overflow:auto;
}

.right_header {
	width:181px;
	height:320px;
	float:right;
	top:0;
	right:0;
	position:absolute;
/*border:1px solid red; */
}

#header_slideshow {
	display:none;
/* border:1px solid red; */
	width:980px;
	z-index:10;
	position:absolute;
	bottom:50px;
	height:269px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

#header_slideshow img {
	width:980px;
	height:269px;
	float:right;
}

#slideshow {
	display:none;
	margin-top:20px;
	height:300px;
	width:980px;
}

#slideshow img {
	height:300px;
	width:980px;
}
#slideshow_overlay {
	width:360px;
	height:320px;
	background: black;
	padding:0;
	margin:0;
	display:block;
	opacity:.7;
	position: absolute;
	left:0px;
	bottom:0px;
	z-index: 100;	
/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);	
/* For IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
#home_gallery {
	width:550px;
	height:380px;
	/*
overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
*/

	
/* float:left; */

	
/* border:1px solid red; */
}
#body_gallery {
	width:550px;
	height:380px;
}
#body_gallery img {
	width: 550px;
}
#home_gallery img {
	width:550px;
	height:380px;
}

.next_back_btns {
	float:right;
}

.home_text {
	z-index:10;
	width:550px;

	
/*top:20px; position: relative; */
}

.thumbs_wrapper {

	
/* float:left; */
	width:555px;
}

#thumbs {
	z-index:20;
	width:550px;
	height:51px;
	background:white;
	padding:30px 0 0;
	margin:0;

	
/*border:1px solid red;*/
	position:relative;
}

#thumbs li {
	width:51px;
	float:left;
	margin:0;
	padding:2px;
	list-style:none;
}

#thumbs a {
	width:51px;
	padding:0;
	margin:0;
	display:block;
	opacity:.7;

	
/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

	
/* For IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

#thumbs a.activeSlide {
	opacity:1;

	
/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

	
/* For IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#thumbs a:focus {
	outline:none;
}

#thumbs li img {
	width:51px;
	border:none;
	display:block;
}

.gallery {
	position:relative;
}

.nav {
	position:absolute;
	bottom:0px;
	left:0;

	
/* overflow: auto; */
}

.nav ul {
	padding:0;
	margin:18px;
}

.nav li {
	float:left;
	padding-right:30px;
	list-style:none;
}

.nav li a {
	text-transform:uppercase;
}

.nav_border {
	position:absolute;
	bottom:0;
	left:0;
	border-bottom:10px solid #db2128;
	width:784px;
}

.content {
	width:980px;
	clear:both;

	
/* overflow: auto; */
	margin-top:0px;
}

.free_entry {
	position:absolute;
	right:0;
	top:425px;
}

.body_content {
	position:relative;
	width:980px;
	clear:both;

	
/* border:2px solid green; */
}

.left_sidebar {
	width:181px;
	margin-left:15px;

	
/* border:1px solid blue; */
	float:left;
	margin-top:0;
	margin-bottom:50px;
}

.left_sidebar ul {
	padding:10px 0 0;
	margin:0 0 10px;
}

.left_sidebar li {
	list-style:none;
	/* padding-bottom:20px; */
	/* border-bottom: 1px solid black; */
}

.left_sidebar p {
	text-align:left;
}

#news_feed_dots {
	width:215px;
	height:5px;
	margin:10px 0 15px;
	float:left;
	background:url(../images/misc/dot.gif);
	background-repeat:repeat-x;
}

#body_text_dots {
	width:550px;
	height:5px;
	margin:10px 0 15px;
	float:left;
	background:url(../images/misc/dot.gif);
	background-repeat:repeat-x;
}

.right_sidebar {
	width:181px;

	
/* border:1px solid blue; */
	float:right;
	margin-top:0;
	margin-bottom:50px;
}

.showcase_dates p {
	padding-top:5px;
	margin:0;
	line-height:16pt;
}

.body_text {
	width:550px;
	float:left;

	
/* border:1px solid red; */
	margin:0 26px 50px;
	position:relative;
}

.body_text p {
	margin:0;
	padding:0;
	text-align:justify;
}

.body_text ul {
	padding:0;
	margin:0;
}

.body_text li {
	list-style:none;
}

.network_sites {

	
/* width: 125px; */
	position:absolute;
	top:18px;
	right:196px;
}

.network_sites li {
	float:left;
	margin-left:20px;
	list-style:none;
}

.follow {
	margin:0 0 5px;
}

.twitter {

	
/* border:1px solid blue; */
	margin:0;
	padding-top:3px;
}

.and {
	margin:7px 0 10px;
}

.facebook {

	
/* border:1px solid blue; */
	padding-top:3px;
}

.artists {

	
/* height:450px;border: 1px solid blue; overflow:auto;*/
}

.artist_panel {
	width:499px;
	height:100px;
	margin:0 0 15px;
	float:left;
	background:url(../images/whos_exhib_next/paper_bg.jpg) no-repeat top;
}

.artist_thumb {
	padding:10px 0 10px 12px;
	float:left;
	width:80px;
	height:80px;
}

.artist_thumb img {
	border:1px solid #666;
}

.artist_details {
	float:left;

	
/* border:1px solid blue; */
	margin:10px 0 0 10px;
}

.artist_details p {
	padding:3px;
	border:1px solid #666;

	
/* margin:3px; */
	width:370px;
	font-size:8pt;
}

.contributor_logos {
	float:left;
	padding:0 10px 20px 0;
	opacity:.7;

	
/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

	
/* For IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.t_and_c ol {
	padding-left:20px;
	margin:0;
}

.t_and_c {
	margin:0 10px 0 0;
}

.footer {
	width:960px;
	background: black;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:20px;

	
/* position: relative; */
	overflow:auto;
	float:left;
}

.footer ul {
	padding:0;
	margin:0;
}

.footer li {
	float:left;
	padding-right:20px;
	list-style:none;
}

#footer_logos {
	margin-top:20px;
}