#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-bottom: 0px;
	bottom: 0px;
	padding: 1px;
	margin-top: 0px;
background-color: none;
}

body
{
font-size: 11pt;
font-family: Arial;
color: #454545; 
background-color: #191718;
background-image: url(bg.png);
	background-repeat: repeat-x;
} 

a {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
         
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a img { 
        border-color: #acc9bf; 
        filter:alpha(opacity=100);
	-moz-opacity:1.0; opacity:1.0; 
} 

image {
        border-color: #87a7cd; 
}

img.content {
        padding: 4px;
        border-bottom: 1px solid #999999;
        border-right: 1px solid #999999;
        filter:alpha(opacity=100); 
        background-color:#EEEEEE; 
        margin: 2px 6px 2px 6px;
}

a:hover img {
        border-color: #93b9c7;
        filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;

}



#header {
    position: relative;
	width: 100%;
	height: 221px;
background-color: #F9F9F9;
background-image:url('layout/dance.jpg'); 
	background-repeat: no-repeat;
margin:-1px 0px 4px 0px;
}


#enter {
	width: 100%;
	position: relative;
	text-align:center;
	margin-bottom:0;
	margin-top:10;
	background-color: #FFFFFF;
	background-image:url(kidsbg.png); 
background-repeat:repeat-x;
background-position: bottom; 
border: 11px solid #000;
}




#footer {
	position: relative;
	background-image:url(layout/footer.png);
	background-color: #000;
	color: #CC0000;
	width: 100% !important; /*moz width*/
	width:100%; /*IE width*/
	clear: center;
text-align:center;
margin-top:-8px;
padding: 0px 0px 2px 0px;
border-left: 22px solid #000;
height:25px;
}

#footer a {
	color: #999;
	font: Bold 12px Arial;
	text-transform: uppercase;
}

#footer a:hover {
	color: #CC0000;
	font: Bold 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
}

b, strong { color: #CC0000;}
i, italics {color: #CC0000;}
u, underline {color: #B90704; font-size: 8.5pt; font-weight: none; font-family: arial; }
