@charset "UTF-8";
/* CSS Document */


body {
background-color:#cccccc;
background-image:url(images/background.png);
background-repeat:repeat-x;
color:#000000;
font: Arial, Helvetica, sans-serif;
font-size:12px;
margin-left: 12%;
}

img{border:none;}

a.schoolLink:link { color: #339900; text-decoration:none;  }
a.schoolLink:visited { color:#339900;  text-decoration:none;}
a.schoolLink:hover { color:#666600; text-decoration:none; }

#fullContent{
height:620px;
width:800px;
}

#logo{
height:20px;
width:800px;
text-align:center;
}

#header{
height:100px;
width:800px;
background:url(headerbg.jpg);
}

#body{
height:500px;
width:800px;
background-color:#FFFFFF

}

#left{
width:510px;
height:430px;
float:left;
padding:20px;
overflow:scroll;
overflow-x:hidden;
}

#right{
width:210px;
height:440px;
float:right;
padding:15px;
overflow:hidden;
overflow-x:hidden;
}

#rightStudios{
width:210px;
height:440px;
float:right;
padding:15px;
overflow:hidden;
al

}

#studioPhotos{
width:200px;
height:350px;
}


#leftHome{
width:510px;
height:430px;
float:left;
padding:20px;
overflow:hidden;
overflow-x:hidden;
}

#rightOther{
width:250px;
height:440px;
float:right;
overflow:hidden;
overflow-x:hidden;
}





hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	float:right;
	}
	
#tabs {
	float:right;
	width:800px;
	background:#000000;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}

#tabs ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	

.image{
float:left;
padding:10px;
}

#classes{
width:600px;
height:580px;
background-color:#FFFFFF;
}

#classesContent{
width:560px;
height:450px;
padding:20px;
overflow:scroll;
overflow-x:hidden;
background-color:#FFFFFF;
}

#classesHead{
width:600px;
height:84px;
background-color:#000000;
}


#contact{
width:190px;
height:160px;

}

#social{
width:200px;
height:150px;
padding-left:25px;
}

.socialImage{
padding:10px;
}

















