/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background: #B80000 url(/elements/body_bkg.jpg) repeat-x;
}

/*
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
*/

h1 {
	font-size: 16px;
	color: #B80000;
}
h2 {
	font-size: 12px;
}

div#page {
	margin: 0 auto;
	width: 800px;
	border: 1px solid black;
	background: white;
}
div#top {
	background: url(/elements/top.jpg) no-repeat;
	height: 193px;
}
div#mid {
}
div#mid_content {
	width: 800px;
	padding: 0;
	margin: 0;
	}
td#c1 {
	background: url(/elements/c1_bkg.jpg);
	width: 162px;
}
td#c2 {
	padding: 20px;
	width: 435px;
}
td#c3 {
	background: url(/elements/c3_bkg.jpg);
	width: 163px;
}
#n1 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid black;
}
#n1 li {
	list-style: none;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	line-height: 25px;
}
#n1 li a {
	color: black;
	background: #c6c4bd;
	padding-left: 10px;
	display: block;
	text-decoration: none;
}
#n1 li a:hover {
	color: white;
	display: block;
	background: red;
}
#corporate, #title_sponsors {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#corporate li, #title_sponsors li {
	list-style: none;
	margin-left: 10px;
	margin-bottom:10px;
}
#bot {
	background: black;
	line-height: 30px;
	width: 100%;
	color: white;
	border-top: 1px solid black;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
}
.venue {
	font-size: 14px;
	font-weight: bold;
	color: #b80000;
}
.genre {
	font-size: 11px;
	font-weight: normal;
	color: gray;
}
.event {
	font-size: 14px;
	font-weight: bold;
	color: black;
}
#mainstage, #streetfair, #specialevent, #courtyard {
	width:95%;
	position: relative;
	border:1px solid black;
	margin-bottom: 20px;
	float:left;
	padding: 10px;
}
.photo {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid black;width: 175px;float:left;
}

/*
#streetfair {
	position: relative;
	width:95%;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	border:1px solid black;
}
#courtyard {
	width:95%;
	position: relative;
	border:1px solid black;
	float:left;
	padding: 10px;
}
#specialevent {
	width: 95%;
	position: relative;
	margin-bottom: 20px;
	float: left;
}
*/