@charset "UTF-8";
/* draft Festival site */

body {
	height: 1000px;
	width: 1000px;
	font-family: Helvetica;
	font-size: 12px;
	overflow: auto;
}



#banner {
	height: 150px;
	width: 850px;
	border: 2px solid #000;
	position: fixed;
	left: 100px;
	top: 0px;
}


/*navagation*/

#nav {
	height: 35px;
	width: 850px;
	position: fixed;
	left: 100px;
	top: 150px;
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#home {
	height: 30px;
	width: 65px;
	position: fixed;
	left: 120px;
	top: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gallery {
	height: 30px;
	width: 100px;
	position: fixed;
	left:415px;
	top: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#about {
	height: 30px;
	width: 75px;
	position: fixed;
	left: 315px;
	top: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#submit {
	height: 30px;
	width: 80px;
	position: fixed;
	left: 210px;
	top: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#archive {
	height: 30px;
	width: 95px;
	position: fixed;
	left: 535px;
	top: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ata {
	height: 30px;
	width: 45px;
	position: fixed;
	left: 650px;
	top: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}

#program {
	height: 30px;
	width: 275px;
	position: fixed;
	left: 720px;
	top: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	height: 442px;
	width: 562px;
	position: fixed;
	left: 100px;
	top: 190px;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#contentBox {
	height: 460px;
	width: 596px;
	position: fixed;
	left: 100px;
	top: 190px;
	border: 2px solid #666;
}

#rightPanel {
	height: 460px;
	width: 252px;
	position: fixed;
	left: 700px;
	top: 190px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#callPoster {
	height: 200px;
	width: 164px;
	position: fixed;
	left: 715px;
	top: 195px;
}


#subscribe {
	height: 200px;
	width: 200px;
	position: fixed;
	left: 725px;
	top: 370px;
	font-size: 1em;
}

#contact {
	height: 75px;
	width: 200px;
	position: fixed;
	left: 730px;
	top: 530px;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#credit	{
	height: 150px;
	width: 450px;
	position: fixed;
	left: 120px;
	top: 655px;
	color: #999;
}


.mainNav a {
	color: #000;
}

.mainNav a:hover {
	text-decoration: underline overline;
	color: #000;
	background-color: #FFF;
}

.current a {
	color: #009;
}


a:link	{
	text-decoration: none;
}
a:visited	{
	text-decoration: none;
}
a:hover	{
	text-decoration: none;
	background-color: #FF9;
}
a:active {
	text-decoration: none;
}
