body {
	/*background-color: #9999FF;*/
	background-color: #FFF;
	background-image:url("images/dancer.gif");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: inherit;
	font-family: Arial, Helvetica, sans-serif;
}


body, td, th {
	color: #330033;
}

h1 {
	color: #663399;
	font-size: 36px;
}

h2 {
	color: #FF99FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	color: #993399;
	vertical-align: middle;
}
h4 {
	font-size: 16px;
}
h6 {
	color: #333366;
}

a {
	color: purple;
	text-decoration: none;
}
a:link a:visited, a:active {
	color: #000;
	/*/*/color; #EEE;
	text-decoration: none;/*/*/
}
a:hover {
/*	font-weight: bold;
*/	text-decoration: underline;
}

.redtext {color: #FF0000}

#container {
	width: 800px;
	border: 1px outset purple;
	margin: 10px;
	padding: 10px;
}

#banner {
	padding: 5px;
	margin-bottom: 5px;
	background-image: url(images/transparentpink.gif);
	background-repeat: repeat;
	text-align: center;
	color: purple;
}
#nav {
	padding: 5px;
}



#content {
	padding: 15px;
	margin: 10px;
	/*background-color: gray;*/
    line-height: 1.25;
	font-size: 16px;
}


#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: purple;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.purpleheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6E4FB4;
}
.floatright {
	margin: 5px;
	float: right;
}
#studiopicture {
	float: right;
	margin-top: 5px;
}
#studioaddress {
	width: 250px;
	float: right;
	margin-top: 5px;
}
#studiomap {
	width: 250px;
	padding: 5px;
	vertical=align: text-top;
	float: right;
}

#studiodirector {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#tuitiontext {
	float: left;
	width: 325px;
	margin: 15px;
	padding: 5px;
}
#heartsdiv {
	text-align: center;
	padding: 5px;
	border: 2px solid #6E4FB4;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#announcediv {
	text-align: left;
	border: 1px solid #666666;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 1em;
}

.floatleft {
	float: left;
}
#summer_div {
	float: right;
}
.small-text {
	font-size: 12px;
}
