* {
	margin: 0;
	padding: 0;
	}
html, body {
	height: 100%;
	}
body {
	font-family: "Arial", "Trebuchet MS", Verdana;
	font-size: 11px;
	background-color: #141414;
	background-image: url(../bitmaps/background_top.jpg);
	background-repeat: repeat-x;
	border: 0;
	padding: 0;
	margin: 0;
	color: #666;
	}
a {
	border: none;
	outline: none;
	text-decoration: none;
	color: #999;
	}
h1 {
	position: absolute;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	top: 325px;
	left: 535px;
	}
h2 {
	color:#FFFFFF;
	font-size: 16px;
	}
h3 {
	color:#FFFFFF;
	font-weight:normal;
	font-size: 16px;
	}
h4 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 16px;
	}
h6 {
	color:#999;
	font-weight: bold;
	font-size: 14px;
	}
p{
	color: #999;
	}
ul {
    list-style: none;
    }	
	
/*--------------------------------------------  WRAPPER --------------------------------------------------------*/

#wrapper {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	min-height: 100%;
	}
.clear {
	clear:both;
	}
/*--------------------------------------------  HEADER ---------------------------------------------------------*/
#header {
	position: relative;
	width: 900px;
	height: 90px;
	}
/*--------------------------------------------  BANNER ---------------------------------------------------------*/
#banner {
	background-image: url(../bitmaps/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 900px;
	height: 350px;
	padding: 0;
	margin: 0;
	}
#banner_ref {
	position: relative;
	width: 900px;
	height: 60px;
	padding: 0;
	margin: 0;
	}
#banner_shadow {
	position: absolute;
	width: 1000px;
	height: 30px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	left: -50px;
	top: 424px;
	} 
		
/*--------------------------------------------  CONTAINER - MAIN BODY -------------------------------------------*/

#container{
	position: relative;
	background-color:#0e0e0e;
	background-image: url(../bitmaps/background_container.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 1120px;
	width: 900px;
	margin: 0;
	padding: 0;
	/*-- top: -30px; --*/
	}
.text_box{
	position: relative;
	float: left;
	width: 260px;
	height: 200px;
	padding: 0 20px 0 20px;
	margin: 0;
	text-align: justify;
	top: -25px;
	}
.image_box{
	position: relative;
	float: left;
	width: 300px;
	height: 220px;
	padding: 0;
	margin: 0;
	top: -25px;
	}
	
/*--------------------------------------------  CONTAINER - INFO  -------------------------------------------*/

#info{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 270px;
	border-top: dotted 1px #333;
	/*--top: -10px; --*/
	}
#letters{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 270px;
	}
#adress{
	position: relative;
	float: left;	
	margin: 30px 0 0 0;
	padding: 0;
	width: 200px;
	height: 240px;
	}
#adress p{
	color: #FFFFFF;
	}
#adress a{
	font-size: 12px;
	}
#adress a:hover{
	color: #fff;
	}
a:hover .orange {
	color: #fff;
	}
#adult_classes{
	position: relative;
	float: left;	
	margin: 30px 0 0 20px;
	padding: 0;
	width: 270px;
	height: 240px;
	}
#adult_classes p{
	color: #FFFFFF;
	}
.arts{
	position: absolute;	
	margin: 34px 0 0 0;
	padding: 0;
	width: 150px;
	height: 205px;
	top: 0px;
	right: 0px;
	}
#kids_classes{
	position: relative;
	float: left;	
	margin: 30px 0 0 30px;
	padding: 0;
	width: 270px;
	height: 240px;
	}
#kids_classes p{
	color: #FFFFFF;
	}
h5 a{
	position: relative;
	float: left;
	margin: 20px 0 0 0;
	background-image: url(../bitmaps/map.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 120px;
	z-index: 100;
	}
h5 a:hover {
		background-position: left -120px;
		}		
.orange{
	color: #d82317;
	font-size: 14px;
	font-weight: bold;
	}

/*--------------------------------------------  FOOTER  -----------------------------------------------------*/

#footer{
	position: relative;
	float: left;
	background-color:#141414;
	width: 900px;
	height: 85px;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: dotted 1px #333;
	}
#footer ul{	
	position: relative;
	padding: 0;
	margin: 10px 0 0 20px;	
	}
#footer ul li{
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	} 
#footer ul li a:hover, a:active{
	color: #FFFFFF;
	} 
	
#footer_background{
	position: absolute;
	background-image: url(../bitmaps/background_strip.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 0;
	z-index: -100;
	}
#corner_left{
	position:absolute;
	bottom: 0px;
	}
#corner_right{
	position:absolute;
	bottom: 0px;
	right: 0px;
	}
