html, body {
	margin:0px;
	padding:0px;
}

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background: #4A2441 url(/2005/festival/images/bg.jpg) ;
	padding: 0;
	margin: 0;
}
#wrapper {
  position: absolute;
  top: 116px;

}
#header {
	background: transparent;
	width: 100%;
	height: 116px;
}
#headerleft {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	background: transparent;
	z-index:200;
	clear: both;
}
#headerright {
	clear: both;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	height: 116px;
 	background: transparent;
}
#navwrapper {
	width: 100%;
	background: #D27D28;
}
#leftbg {
	width: 100%;
	background: #254A24 url(/2005/festival/images/background_l.gif) repeat-y left;
	float: left;
	color: #FFFFFF;
	border-bottom: 1px solid #FFCC00;
}
#container {
	width: 100%;
	background: transparent url(/2005/festival/images/background_r.gif) repeat-y right;
	float: left;
	margin-right: -200px;
	color: #FFFFFF;
	padding-bottom: 20px;
}

#leftbg a:link {
	color: #9999FF;
}
#leftbg a:visited {
	color: #CCBBDD;
}
#leftbg a:hover {
	background-color: #3B4A24;
}

#content {
	margin-right: 200px;
	padding-left: 100px;
	padding-right: 50px;
}

.sponsornode {
	background: #FFFFFF url(/2005/festival/images/background_l.gif) repeat-y left;
	color: #000000; 
	text-align: center;
	border-bottom: 1px solid #FFCC00;
}
.sponsornode h2{
	color: #D27D28;	
	font-size: 2.5em;
}
.sponsornode ul {
		list-style: none;
		padding: 0;
}
.sponsornode ul li {
	padding-bottom: 20px;
}

#sidebar {
	color: #D27D28;
	background: transparent;
	width: 200px;
	float: right;
	background: transparent url(/2005/festival/images/background_r.gif) repeat-y right;
	z-index: 800;
}

#sidebar div {
	width: 180px;
	padding:10px;
	text-align: center;
	top: 30px;
	position: absolute;
}

#sidebar div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	text-align: center;
	clear: both;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
h1 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 2em;
	color: #D27D28;	
	margin-left: -15px;
}
h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D27D28;	
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #D27D28;	
}
h4 {
	color: #D27D28;	
}
h5 {
	color: #D27D28;	
}
.last {
	margin-bottom: 0;
}

#abs  {
	width: 100%;
	top: 0px;
	left: 0px;
	height: 116px;
	background: transparent;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 900;
}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

/*-Fonts-----------------------------------------------*/

.BodyText2 {
	padding-top: 5px;
	font-weight: bold;
}

.summary {

}

.detail1 {
	font-size: 80%;
}

.summary div.detail2 {

}

.summary div.winner {

}

.summary h2 {

}





/*-Nav-----------------------------------------------*/

#nav {
	position: relative;
	z-index: 900;
	width: 100%;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
}
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #D27D28;
	padding: 0;
	margin: 0;
	z-index: 500;
	font: 95% arial, helvetica, serif;
}

#nav a {
	display: block;
	width: 14ex;
	w\idth: 6em;
	color: #2E1D35	;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(http://www.htmldog.com/articles/suckerfish/dropdowns/example/rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 20%;
}
#nav li .lastItem{
	// Mozilla hack to avoid blank patch at end of nav bar
	padding: 5 0 0 0;
	width: 100%;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

hr {
	color: #ffcc00;
	background-color: #ffcc00;
	height: 1px;
	width: 50%;
}