/* 
CSS Document for ??????
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #181818;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/musicnotes.gif);
	color: #FFFFFF;
}
h1 {
	font-size: large;
	text-decoration: underline;
}
 a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active, a:hover {
	color: #999999;
	text-decoration: none;
}
#wrapper {
	margin: 60px auto;
	width: 850px;
	height: auto;
}
#page {
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
}
#left_nav {
	float: left;
	width: 166px;
	text-align: right;
}
#left_nav ul {
	list-style: none;
	margin-top: 100px;
}
#left_nav li {
	padding: 10px;
}
#left_navmusic {
	float: left;
	width: 166px;
	text-align: right;
	background-image: url(images/piano.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 950px;
}
#left_navmusic ul {
	list-style: none;
	margin-top: 100px;
}
#left_navmusic li {
	padding: 10px;
}
#left_navspeech {
	float: left;
	width: 166px;
	text-align: right;
	background-image: url(images/theater_mask.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 950px;
}
#left_navspeech ul {
	list-style: none;
	margin-top: 100px;
}
#left_navspeech li {
	padding: 10px;
}
#left_navdance {
	float: left;
	width: 166px;
	text-align: right;
	background-image: url(images/shoes.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 950px;
}
#left_navdance ul {
	list-style: none;
	margin-top: 100px;
}
#left_navdance li {
	padding: 10px;
}
#content1 {
	float: left;
	width: 535px;
}
#content1 img {
	padding-top: 15px;
}
#content {
	float: left;
	width: 650px;
	padding-left: 30px;
}
#contact {
	width: 350px;
	float: right;
	height: auto;
	margin-left: 20px;
}
#contact a:link, #contact a:visited {
	color: #000000;
	text-decoration: none;
}
#contact a:active, #contact a:hover {
	color: #990000;
	text-decoration: none;
}
.warning {
	color: #FF0000;
	text-align: center;
}
#footer {
	clear: both;
	font-size: 0.7em;
	text-align: right;
}
#footer ul {
	display: inline;
	list-style: none;
}
#footer li {
	display: inline;
	text-decoration: none;
	margin-left: 10px;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footsize {
	font-size: 0.7em;
	padding: 5px;
}
.footsize a:link, .footsize a:visited {
	color: #999999;
	text-decoration: none;
}
.footsize a:active, .footsize a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
