@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body {
	background-image:url(../images/headerslice.gif);
	background-repeat:repeat-x;
	background-color:#333333;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

div.wrap {
	text-align:center;
	margin:auto;
	width:900px;
	text-align:left;
	border-bottom:none;
	border-top:none;
}

div.navbar {
	height:26px;
	width:900px;
	text-align:center;
	padding-top:8px;
	border-top:#333333 1px solid;
	}

div.main {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:0px;
	width:860px;
	border:#333333 1px solid;
	background-color:#FFFFFF;
	position:relative;
	}

	
div.adbannerright {
	float:right;
	width:140px;
	border:#CCCCCC 1px solid;
	text-align:center;
	padding:10px 0px 10px 0px;
	}

div.floatbanner {
	width:140px;
	border:#CCCCCC 1px solid;
	text-align:center;
	padding:10px 0px 10px 0px;
	margin:20px 0px 0px 10px;
	}

div.fixedbanner {
	position:absolute fixed;
	right:20px;
	background-color:#EAEAEA;
	border:#CCCCCC 1px solid;
	text-align:center;
	padding:10px 0px 10px 0px;
	width:140px;
	margin:0px 10px 0px 0px;
	}
	


div.adbannertop {
	text-align:center;
	background-color:#22183F;
	width:900px;
	height:90px;
	padding-top:10px;
	padding-bottom:10px;
	border:#000000 1px solid;		
	}

div.footer {
	width:862px;
	text-align:center;
	background-color:#000000;
	border-top:#3B0FBF 10px solid;
	padding:20px 20px 20px 20px;
	}

div.copyrightbox {
	width:300px;
	float:right;
	text-align:right;
	margin:0px 0px 0px 0px;
	}


div.festivalcontainer {
	width:660px;
	background-color:#F5F1FD;
	padding:20px;
	border:#999999 1px solid;
	}

div.festivalname {
	width:490px;
	border-top:#999999 1px dotted;
	border-bottom:#999999 1px dotted;
	padding:6px 0px 6px 0px;
	}		

div.headerbox1 {
	width:694px;
	background-color:#22183F;
	padding:6px 0px 6px 8px;
	}

table.table2 {
	border:#CCCCCC 1px solid;
	background-color:#FFFFFF;
	}

img.grunge {
	display: block;
	margin-top: -40px;
	}

img.imgthumb {
	border:#999999 1px solid;
	float:left;
	margin:0px 20px 20px 0px;
	}


