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

body {
	margin: 0;
	padding: 0;
	background-color: #E5D9BD;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #333333;
}

 a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #DA3512;
	line-height: 17px;
}
 a:hover {
	text-decoration: none;
}

img { border: 0; }

#nav {
	width: 100%;
	height: 56px;
	background:url(../images/navBg.jpg) repeat-x bottom;
	padding:0;
	text-align:center;
}

#header {
	width: 100%;
	height:183px;
	text-align: center;
	background: url(../images/header.jpg) no-repeat center top #100F0B;
}



#contentWrapper {
	width: 100%;
	background: #EEE6CF url(../images/background.jpg) top repeat-x;
}

#contentArea {
	width: 955px;
	min-height: 300px;
	background: #EEE6CF url(../images/background.jpg) top repeat-x;
	margin: 0 auto;
	padding-top: 15px;
}

#footer {
	width: 100%;
	background: #E4D9BD url(../images/footerBg.jpg) top repeat-x;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* --- decorative style ---- */

.filmitednes {	
	width: 206px;
	height: 135px;
	margin: 0 auto;
	position: relative;
	left: -410px;
	top: 110px;
}

.main {
	background: #EEE6CE url(../images/topBg.gif) no-repeat top left;
	width: 635px;
	padding: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 19px;
	float: left;
}

.mainBold {
	font-weight: bold;
}

.main a { 
	display: inline;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background-color: #DA3512;
}

.main a:hover {
	background-color: #E16005;
}

iframe { 
height: 430px;
border: 0;

}

.news { 
	width: 223px;
	min-height: 350px;
	margin-top: 30px;
	float: right;
	background:url(../images/newsBg.gif) no-repeat top left;
	padding: 60px 10px 0px 30px;
}

.newsTitle {
	color: #333333;
	font: bold 15px Arial, Helvetica, sans-serif;
	}

.newsMark {
	color: #AF2C0E;
	font: bold 13px Arial, Helvetica, sans-serif;
}

.panels {
	width: 155px;
	height: 173px;
	background: url(../images/programataPanel.gif) no-repeat left top;
	padding: 8px 10px 20px 15px;
	float: left;
	margin-right: 11px;
}

.panelsTitle {
	font: bold 19px Arial, Helvetica, sans-serif;
	color: #EAE0C6;
}

.panelsDay {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #EAE0C6;
}

.panels hr {	
	width: 133px;
	margin: 10px 0;
	padding: 0;
	border: 1px thin #DDCEA0;
}

.panels a {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #DA3512;
	line-height: 17px;
}

.panels a:hover {
	text-decoration: none;
}


.submenu { 
	width: 170px;
	margin-right: 20px;
	float: left;	
}

.submenu a {
	display: block;
	padding: 10px;
	font: 15px Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	background:url(../images/navBg.jpg) repeat-x;
	color: #EADFC6;
	text-decoration: none;
}

.content {
	float: right;
	width: 740px;
}

.content hr {
	margin: 17px 0;
	border: thin dotted;
}
