html, body {
	text-align: center;
	background: #000;
	background-image: url("../images/bg_pattern.png");
	margin: 0px;
	height: 100%; /* needed for container min-height */
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #000;
	overflow: hidden;
}

#header {
	float: left;
	text-align: left;
	width: 960px;
	height: 188px;
	background-image: url("../images/bg_photo.jpg");
	background-repeat: no-repeat;
}

#footer {
	float: left;
	text-align: left;
	width: 960px;
	background-image: url("../images/gradient_bar.png");
	background-repeat: repeat-x;
	padding: 0px;
}

#logo {
	float: left;
	width: 350px;
	margin: 0px;
	text-align: left;
    z-index: 10;
}

#nav {
	float: right;
	width: 296px;
	margin: 0px;
	margin-top: 10px;
	text-align: right;
    z-index: 20;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li{
	width: 280px;
	height: 19px;
	background: #CA3C2E;
	
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	
	background-image: url("../images/square_black.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 2px;
	padding-top: 6px;
	padding-left: 16px; 
	
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

#left_col {
	float: left;
	width: 640px;
	margin: 0px;
	margin-top: 30px;
}

#right_col {
	float: right;
	width: 296px;
	margin: 0px;
	margin-top: 20px;
}

.right_col_block {
	margin: 0px;
	padding: 10px;
	background-image: url("../images/gradient_bar.png");
	background-repeat: no-repeat;
}

#right_col_l {
	float: left;
	width: 130px;
}

#right_col_r {
	float: right;
	width: 140px;
}

#boxes {
	width: 640px;
	margin-top: 16px;
}

#box1 {
	float: left;
	width: 180px;
	height: 230px;
	background: #EFC904;
	overflow: hidden;
	padding: 10px;
	padding-top: 5px;
	display: block;
	position: relative;
}

#box2 {
	float: left;
	width: 180px;
	height: 230px;
	background: #75BBFF;
	overflow: hidden;
	padding: 10px;
	padding-top: 5px;
	display: block;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

#box3 {
	width: 180px;
	height: 230px;
	background: #57CE3A;
	overflow: hidden;
	padding: 10px;
	padding-top: 5px;
	display: block;
	position: relative;
}


#footer .col {
	float: left;
	width: 200px;
	padding: 10px;
	display: block;
	position: relative;
	margin: 0px;
}

#adsense {
	float: left;
	text-align: center;
	width: 960px;
	padding: 10px;
}

#main_top{
    top: 0px; 
    float: left;
    width: 614px;
    margin: 0px;
    padding: 10px;
    background: #444;
}

#main_bottom{
    top:0px;
    float: left;
    width:614px;
    margin:0px;
    padding:10px;
    margin-top:10px;
}

#main_col{
    top:0px;
    float: left;
    width:614px;
    margin:0px;
    padding:10px;
}





p, .reg, ul, li  {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: regular;
	color: #fff;
	text-align: left;
	line-height: 16px;
}

h3, .headline {
	font-size: 14px;
	font-weight: bold;
    font-family: Helvetica, Arial, sans-serif; 
	color: #fff;
	text-align: left;
	line-height: 16px;
}


.title {
	font-size: 18px;
	font-weight: bold;
    font-family: Helvetica, Arial, sans-serif; 
	color: #fff;
	text-align: left;
	line-height: 20px;
}

.small_white{
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: regular;
	color: #fff;
	line-height: 13px;
}

.small_black {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: regular;
	color: #000;
	line-height: 14px;
}

.large_black {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}

.med_black {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: regular;
	color: #000;
	line-height: 17px;
}

.med_white {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: regular;
	color: #FFF;
	line-height: 16px;
}

a:link {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #EFC904;
	text-decoration: none;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #000;
	text-decoration: none;
}

.small_black a {
	color: #000;
	text-decoration: underline;
}

.small_black a:visited {
	color: #000;
	text-decoration: underline;
}



#festival_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
    width: 50%; 
    float: left;
    
}

#festival_nav ul li{
	width: 136px;
	height: 19px;
	background: #EFC904;
	
	background-position: 0px 5px;
	margin-top: 2px;
	padding-top: 6px;
	padding-left: 10px; 
	
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#festival_nav a {
	display: block;
	color: #000;
	text-decoration: none;
}
#festival_nav a:visited {
	color: #000;
	text-decoration: none;
}

#festival_nav a:hover li {
	text-decoration: none;
    background: #fff;
}

