body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #996633;
	text-align: center;
  	font-size: 11px;
   	line-height: 140%;
   	margin-top: 0px;
   	margin-bottom: 0px;
}

a:link{color: FFFFFF; text-decoration: none;}
a:visited{color: FFFFFF; text-decoration: none;}
a:hover{color: #FF0080;}
a:active{color: #FFFFFF;}
a.active{color: #FFFFFF;}

.holder{
  	margin: 0 auto;
  	width: 800px;
  	text-align: left;
  	position: relative;
  	font-size: 12px;
}

.music {
	background-color: ;
	width: 100%;
	height: 100px
	
}

.banner {
	width: 100%;
	background: ;
	height: 140px;
	float: left;
}
.menu {
	width: 70%;
	height: 60px;
	margin-top: 12px;
	float: left;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bolder;
}
.menu_text li {
	display: inline;
	list-style-type: none;
}
.prenne {
	width: 30%;
	height: 60px;
	float: left;
	margin-top: 12px;
	color: white;

}
.image {
	width: 300px;
	height: 384px;
	float: left;
}
.block_x {
	width: 800px;
	height: 38px;
	opacity: 0.6; filter: alpha(opacity=60);
	background: #ff6fcf;
	position: relative;
	top: 0px;
	z-index: 30;
}
.holder_content {
	width: 500px;
	height: 384px;
	background: #66ccff;
	float: left;

}
.block_y {
	width: 5%;
	height: 384px;
/* 	opacity: 0.6; filter: alpha(opacity=60); */
	background: #66ccff;
	float: left;
}
.content {
	width: 95%;
	height: 360px;
	background: #DEB887;
	float: left;
	overflow: auto;
}
.heading {
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px;
}
.text {
	width: 90%;
	margin: 15px;
}
.adress {
	width: 800px;
	height: 50px;
	float: left;
	font-size: 10px;
	text-align: center;
	color: #CCFFFF;
	
}
