@charset "utf-8";
/* CSS Document E-tropolis festival 2010 */
body {
	background: #000 url(images/bg.jpg) repeat-x fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
}
a {
	font-size: 10pt;
	color: #facd77;
}
a:link {
	color: #facd77;
}

a:visited {
	color: #facd77;
}

a:hover {
	text-decoration: underline;
	color: #FC9;
}
a:active {
	color: #facd77;
}
#container {
	margin: 0px auto;
	width: 926px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 926px;
	height: 298px;
	margin: 10px 0px 0px 0px;
}
#navi {
	width: 926px;
	height: 40px;
}
#content_bg {
	background: rgb(168, 98, 27) url(images/content_bg.jpg) no-repeat;
	width: 924px;
	height: auto;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#left_container {
	width: 225px;
	margin: 0px 0px 0px 20px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: left;
}
#left_top {
	margin: 0px auto;
	width: 224px;
	height: 30px;
}
#left_content {
	background: url(images/left_content.png) repeat-y;
	margin: 0px auto;
	width: 170px;
	height: auto;
}
#left_text {
	text-align: left;
	padding: 10px 0px 0px 10px;
	font-weight: normal;
}
#left_text a{
	font-size: 10pt;
	color: #CCC;
}
#left_text a:link {
	text-decoration: none;
	font-size: 10pt;
	color: #CCC;
}
#left_text a:visited {
	text-decoration: none;
	color: #CCC;
	font-size: 10pt;
}
#left_text a:hover {
	text-decoration: underline;
	color: #CCC;
	font-size: 10pt;
}
#left_text a:active {
	text-decoration: none;
	color: #CCC;
	font-size: 10pt;
}
#container_right {
	width: 620px;
	height: auto;
	margin: 0px 0px 0px 269px;
	padding: 0px 0px 0px 0px;
}
#right_top {
	background: url(images/right_top.png) no-repeat;
	width: 620px;
	height: 40px;
}
#right_bg {
	background: url(images/right_bg.png) repeat-y;
	width: 620px;
}
#right_bottom {
	background: url(images/right_bottom.png) no-repeat;
	width: 620px;
	height: 46px;
}
#right_content {
	margin: 0px auto;
	width: 560px;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 926px;
	height: 211px;
}

#logoline {
	margin-top: 10px;
	text-align: center;
	width: 926px;
}

.gal_img {
	margin:0px 18px 18px 0px;
	border: 1px solid #CCC;
}

.logo {margin:0px 35px 0px 35px}

.border_img {
	border: 1px solid #CCC;
}

.presse_bands {
	margin: 5px 0px 0px 0px;
}

.band_text {
	font-size: 9pt;
	text-align: justify;
	}

p {
	margin: 0px;
}

*html img, div { behavior: url('iepngfix.htc') }
