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

.wrapper {
	height: 909px;
	width: 1296px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.wrapper2 {
	height: 909px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: #5C3F6B; */
}
.border {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #572e69;
	border-left-color: #572e69;
	background-color: #845999;
	padding-bottom: 20px;
}


.content-home {
	background-color: #FFF;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.home-text {
	float: left;
	width: 275px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	letter-spacing: .1em;
}
.interior-text {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
}
.image-bar {
	background-image: url(images/cs-in_03.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 905px;
	margin-bottom: 11px;
}
.content-imgs {
	float: left;
	width: 202px;
}
.main-txt {
	float: left;
	width: 675px;
	padding-left: 15px;
}
.day-text {
	font-size: 16px;
	color: #FFF;
	background-color: #BF92D7;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.levels-text {
	font-size: 16px;
	color: #A565C7;
	background-color: #DCC4EA;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}

h1 {
	color: #400f60;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: normal;
}
.title-txt {
	float: right;
	width: 300px;
	margin-right: 30px;
	/* [disabled]margin-top: 3px; */
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}



.home-img {
	float: right;
}
.welcome-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #79855c;
	margin-top: 35px;
	line-height: 24px;
	margin-bottom: 20px;
}




.header {
	height: 417px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.navigation {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	height: 128px;
}

body {
	margin: 0px;
	padding: 0px;
}
#home
{
	display: block;
	width: 203px;
	height: 128px;
	background: url("images/home.png") no-repeat 0 0;
	float: left;

}

#home:hover
{ 
  background-position: 0 -128px;
}

#home span
{
  display: none;
}
#classes
{
	display: block;
	width: 102px;
	height: 128px;
	background: url("images/classes.png") no-repeat 0 0;
	float: left;

}

#classes:hover
{ 
  background-position: 0 -128px;
}

#classes span
{
  display: none;
}
#workshops
{
	display: block;
	width: 143px;
	height: 128px;
	background: url("images/workshops.png") no-repeat 0 0;
	float: left;

}

#workshops:hover
{ 
  background-position: 0 -128px;
}

#workshops span
{
  display: none;
}
#instructors
{
	display: block;
	width: 140px;
	height: 128px;
	background: url("images/instructors.png") no-repeat 0 0;
	float: left;

}

#instructors:hover
{ 
  background-position: 0 -128px;
}

#instructors span
{
  display: none;
}
#dvd
{
	display: block;
	width: 207px;
	height: 128px;
	background: url("images/dvd.png") no-repeat 0 0;
	float: left;

}

#dvd:hover
{ 
  background-position: 0 -128px;
}

#dvd span
{
  display: none;
}
#about
{
	display: block;
	width: 255px;
	height: 128px;
	background: url("images/about.png") no-repeat 0 0;
	float: left;

}

#about:hover
{ 
  background-position: 0 -128px;
}

#about span
{
  display: none;
}
.clearfloat {
margin: 0px;
clear: both;
height: 0px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.rcd {
	text-align: center;
	margin-bottom: 45px;
}
.rcd a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.rcd a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	color: #9c76b6;
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.directions {
	color: #FFF;
	background-color: #845999;
	width: 550px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.after title {
	font-size: 12px;
	color: #333;
}
.normal-text {
	font-size: 12px;
	color: #333;
}

