@charset "UTF-8";

#navbar {
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navbar td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 75px;
	padding-top: 3px;
	padding-right: 10px;
	font-weight: lighter;
	display: inline;
}
#navbar tr {
	position: absolute;
	top: 4px;
	right: 0px;
	display: inline;
}
#navbar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
#navbar a:hover {
	color: #E4701F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	float: right;
	/*height: 554px;*/
	width: 573px;
	background: #c1c1c1 url(images/content_img.jpg) no-repeat right bottom;
	overflow: hidden;
}

.aboutcontent {
	padding-bottom: 50px;
	}
.customcontent {
	padding-bottom: 296px;
	}
.contactcontent {
	padding-bottom: 332px;
	}
.festivalcontent{
	padding-bottom: 142px;
	}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #595959;
	margin-left: 50px;
	margin-top: 50px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #595959;
	margin-left: 50px;
	margin-right: 175px;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	color: #E4701F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content a:visited {
	color: #FFFFFF;
}
#window {
	width: 900px;
	/*height: 586px;*/
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 80px;
	left: 130px;
	background: #C1C1C1;
}
body {
	background-color: #595959;
}
#wrapper {
	background-image: url(images/bckrnd.jpg);
	height: 788px;
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position: relative;
}
#sidebar {
	background-image: url(images/side_bar.jpg);
	height: 554px;
	width: 326px;
	float: left;
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	position: absolute;
	top: 355px;
	left: 110px;
	font-weight: lighter;
}
#sidebar img {
	position: absolute;
	left: 45px;
	top: 215px;
	text-decoration: none;
	border:none
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #E4701F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

