body {
 background-image: url(heraldryleft.png), url(heraldryright.png), url(damasksmall.png);
 background-position: top left, top right, top left;
 background-repeat: no-repeat, no-repeat, repeat;
 background-color: #366E0B;
}

@font-face {
 font-family: headFont;
 src: url("fonts/ClassicRomanStd-Regular.otf");
 }

@font-face {
 font-family: headFont;
 src: url("fonts/renaissance.ttf");
 font-style:italic;

}

.topbardate{
	font-family: headFont, serif;
	font-size:24px;
	color:#fff;
	text-align:right;
	padding-right: 15px;
	float:right;
	margin-top: 130px;
	letter-spacing: 0.05em;
	text-shadow: 2px 1px 1px #000;
	margin-bottom: -30px;
}

i.biggeritalic{
	 font-size: 130%;
}

.highlight{
	font-family: headFont, serif;
	font-size:22px;
	color:#410C5C;
	text-align:center;
	line-height: 1;
}

.title{
	font-family: headFont, serif;
	font-size:30px;
	color:#410C5C;
	line-height: .75;
}

p{
	font-family:"Futura", "Helvetica", "Arial", "Verdana", sans-serif;
	color: #084010;
}

img{
	border:none;
	padding:10px;
}

ul
{
list-style-image: url("bullet.png");
color: #333333;
font-family:"Futura", "Helvetica", "Arial", "Verdana", sans-serif;
}

p.sidebartext{
	color: #ffffff;
	font-size:14px;
}

.foottext{
	color:#333333;
	font-size:14px;
}

a{
	text-decoration: none;
	color: #2c6909;
}

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

a:hover{
	text-decoration: underline;
	color: #084010;
}

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

a.sidebarlink{
	font-family: headFont, serif;
	font-size:22px;
	color: #B8F224;
	letter-spacing: 0.05em;
	text-shadow: 2px 1px 1px #000;
	line-height: 1;
	text-decoration: none;
}

a.sidebarlink:hover{
	color:#F7F714;
}

a.sidebarlink:active{
	color:#ffffff;
}

p#init:first-letter{ 
	font-size: 300%; 
	float: left; 
	font-family: "headFont", serif;
	font-style: italic;
	color: #366E0B;
	margin-right:10px;
	margin-top: -20px;
}


#topbar {
 width:825px;
 background-image: url(bannercorner.png), url(topbanner/photobanner2.png);
 background-repeat: no-repeat;
 background-position-x: center, center;
 margin-left: auto;
 margin-right: auto;
 margin-top: 35px;
 border-radius:25px;
}

#logo {
	margin-left: -35px;
	margin-top: -40px;
}
 
 
#contentwrap {
	width:825px;
	margin-left: auto;
 	margin-right: auto;
 	margin-top: -46px;
 	background-image: url(purpledamask.png);
 	height: 100%;
 	overflow: hidden;
} 

#navcolumn{
	width:225px;
 	float:left;
 	padding: 5px;
 	padding-top: 20px;
 	text-align:center;
}

#pagebody{
	width:550px;
	padding: 20px;
	background:url(whitedamask.png);
 	float:left;
}

#sponsors{
	width:805px;
	padding: 10px;
	background: url(greydamask.png);
	float:left;
}

#performers{
	transform:rotate(2deg);
-ms-transform:rotate(2deg); /* IE 9 */
-moz-transform:rotate(2deg); /* Firefox */
-webkit-transform:rotate(2deg); /* Safari and Chrome */
-o-transform:rotate(2deg); /* Opera */
float: right;
padding-left: 15px;
padding-bottom: 15px;
width: 250px;
}

/*IMG GALLERY*/
#galleria{ 
	width: 540px; 
	height: 400px; 
	background: #c1c1c1;
}
#galleria img {
	padding:0;
}
