/* CSS Document */

body {
	background: #2D292A url('images/bg-wave.gif') top center no-repeat;
	}
	
#content_wrapper {
	margin-top: 45px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #2D292A;
	width: 822px;
	position: relative
	}
	
#logo {
	text-align: left;
	margin-left: 20px;
	float: left;
	}	

#mainnav {
	float: right;
	margin-right: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 400px;
	margin-top: 45px;
	}
	
	
#mainnav a:link, #mainnav a:active, #mainnav a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 15px 0px 15px
	}	
	
#mainnav a:hover, #mainnav a:visited:hover {
	color: #666;
	text-decoration: underline
	}		
	
#content_top {
	background: url('images/bg-contenttop.png') bottom center no-repeat;
	width: 822px;
	height: 24px;
	_height: 24px;
	}
	
#content_mid {
	background: url('images/bg-contentmid.png') top center repeat-y;
	width: 822px;
	min-height: 250px;
	text-align:left
	}	
	
#content_btm {
	background: url('images/bg-contentbtm.png') top center no-repeat;
	width: 822px;
	height: 29px;
	}
	
#maincontent {
	width: 752px;
	min-height: 250px;
	padding: 20px;
	margin-left: 15px;
	margin-right: 15px;
	background: url('images/dance-names.gif') top right repeat-y;	
	}
	
#leftcontent {
	width: 500px;
	float: left;
	padding-right: 10px;
	}
	
#leftcontent a:link img, #leftcontent a:visited img, #leftcontent a:active img {
	border: none;
	text-decoration: none
	}	

#leftcontent a:hover img, #leftcontent a:visited:hover img {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}	
	
	
#rightcontent {
	width: 240px;
	float: right;
	text-align: center;
	}
	
.clear {
	clear: both
	}
	
#logodancers-over {
	background: url('images/logo-dancers.png') no-repeat bottom left;
	width: 450px;
	height: 447px;
	bottom: 0%;
	right: 0%;
	position: absolute
	}
	
#footer {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	z-index: 1000
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px
	}	
	
#footer a:hover, #footer a:visited:hover {
	color: #FFF;
	text-decoration: underline
	}		

b {
	font-weight: bold;
	color: #790000;
	text-transform: uppercase
	}
	
a:link, a:active, a:visited {
	color: #036;
	text-decoration: underline;
	}	
	
a:hover, a:visited:hover {
	color: #666;
	text-decoration: none
	}	

/*	Font Styles */

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
	color: #790000;
	font-weight: bold
	}