* { padding: 0; margin: 0; outline: 0; }

body {
    font-size: 12px;
	line-height:14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ccc;
    background: #000;
    text-align: left;
}

a img { border: 0; }
a { color:#C0FECB; text-decoration: none; }
a:hover { text-decoration: none; color: #31937b;}
a mailto { color: #FFF; text-decoration: none;}
a mailto:hover { text-decoration: none; color: #31937b;}

.navigation a { color:#FFF; font-size: 10px; }
.navigation a:hover { text-decoration: none; color: #31937b; }

.center { margin: 0 auto; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }

.a-center { text-align: center; }
.a-left { text-align: left; }
.a-right { text-align: right; }

#shell { width: 1050px; margin: 0 auto; }

#footer {
    font-size: 6px;
    color: #31937b;
}

#home #footer { padding: 100px 0 0 0; text-align: center; }


.landing { 
	margin-top: 0px; 
	margin-left: 130px; 
	background: url(/images/main.png) no-repeat 0 0; 
	height: 519px;
}

h1#logo {
	height: 125px;
	width: 290px;
	font-size: 0;
	line-height: 0;
}

h1#logo a {
	display: block;
	background: url(/images/whitelogo.png);
	height:125px;
	width:290px;
	text-indent: -4000px;
}

#home #shell { 
background: url(/images/home.png) no-repeat center 0; 
min-height: 519px;

}

#aboutus #shell { 
	background: url(/images/aboutus.png) repeat-y 0 0;
	min-height: 882px
}

#classes #shell {
	background:url(/images/classes.png) repeat-y 0 0 ;
	min-height: 1500px
}

#thedancers #shell { 
	background: url(/images/thedancers.png) repeat-y 0 0; 
	min-height: 882px;
}

#services #shell { 
	background: url(/images/services.png) repeat-y 0 0;
	min-height: 823px;
}

#news #shell { 
	background: url(/images/news.png) repeat-y 0 0;
	min-height: 823px;
}

#contactus #shell { 
	background: url(/images/contactus.png) repeat-y 0 0;
	min-height: 823px;
}

#content { 
	float: right; 
	display: inline; 
	width: 430px; 
	margin: 0 340px 0 0; 
	background: url() repeat 0 0;
}
 
#content .text {font-family:Arial, Helvetica, sans-serif;
color:#FFF; size:12px;}


#medialinks {
	margin-top:235px;
	margin-left:80px;
}

#divboy {
 float:left;
 width:200px;
}
#divgirl {
	float:left;
	text-align:right;
 width:200px;
}

h1#newsh {
	font-family:Arial, Helvetica, sans-serif; color:#A0F5AF; size:12px;
}


