#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px black;
	-webkit-box-shadow: 5px 5px 5px black;
	box-shadow: 5px 5px 5px black;
	background-color: #F2EEEB;
	margin-top: 2em;
	background-attachment: fixed;
}
#dance {
	float: left;
	width: 472px;
	text-align: center;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
#dance  a:link, #dance a:visited {
	font-size: 1.2em;
	line-height: 1.5em;
}
#dance a:hover {
	color: #FF0000;
	text-decoration: none;
}


#dance li {
	list-style-type: none;
}

#show {
	float: right;
	width: 475px;
	text-align: center;
}

#show  a:link, #show a:visited {
	font-size: 1.2em;
	line-height: 1.5em;
}
#show a:hover {
	color: #FF0000;
	text-decoration: none;
}
#show li {
	list-style-type: none;
}


body {
	background-image: url(../newsite/images/material_background.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
a:link, a:visited {
	color: #333333;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

#header {
	line-height: 250px;
	text-align: center;
}
#content {
	background-color: #F2EEEB;

}
#content_full {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #F2EEEB;
}
#content_full img {
	margin-right: 10px;
}


#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-size: 130%;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#footer li {
	list-style-type: none;
}
#nav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.redlarge  {
	font-size: 2em;
	color: #FF0000;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}
