body {
	text-align: center;
	margin: 20px 0px;
	/*background-color: #f5f5f5;*/
	background: url(/images_dance1/bg-smoke.jpg) #000000;
	-webkit-background-size: cover; /* For WebKit*/
	-moz-background-size: cover;    /* Mozilla*/
	-o-background-size: cover;      /* Opera*/
	background-size: cover;         /* Generic*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
	background-attachment:fixed;
}
.container{background-color:#fff!important}
#fadeshow { text-align:left; margin-right:10px; }
div.page li { margin-bottom:10px; }
div.page li a {  text-decoration:none; }

.productlist { display:block; padding:0px; margin:0px; list-style:none; text-align:center; }
.productlist li { display:block; float:left; width:235px; margin:2px 5px 10px 5px; height:180px; text-align:center; line-height:13px; color:black; margin-left:auto; margin-right:auto; }
.productlist li a img { display:block; margin-bottom:5px; margin-left:auto; margin-right:auto; }
.productlist li a span { display:block; color:black; height:20px; font-size:11px; margin-bottom:5px; }
.productlist li a span.title { display:inline; color:black; font-size:10px; text-decoration:none!important; }
.productlist li span.number { display:inline; color:black; height:20px; font-size:10px; }
.productlist li a:hover span { text-decoration:none; color:red; }
.productlist li a { text-decoration:none!important; }

td.date span { border-bottom:1px dotted red; display:block; margin:2px 0px; }

ul#nav {
	margin-top: 0;
	margin-bottom: 6px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 190px;
	line-height: 2.3em;
	list-style-type: none;
	text-align: left;
	}
ul#nav li {
	position: relative;
	margin: 0;
	width: 190px;
	padding: 0;
	background: #000000;
margin-bottom:5px;
	}
ul#nav li a {
	display: block;
	margin: 0;
	padding: 0 0.8em;
	color: #ffffff;
	background: #9a172c;
	height: 2.2em;
	line-height: 2.3em;
	text-decoration: none;
	border: 0;
	}
ul#nav li a:hover, ul#nav li a:active {
	color: #ffffff;
	background: #000000;
	}
ul#nav li a.active {
	color: #ffffff;
	background: #000000;
	}

	
/* Links
--------------------------------------- */
a:link {
	color:#9a172c;
	text-decoration:none;
	border-bottom:1px solid #9a172c;
	}
a:visited {
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid #666666;
	}
a:hover {
	color:#de4d7e;
	text-decoration:none;
	border-bottom:2px solid #de4d7e;
	}
a:active {
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid #666666;
	}
a.out {
	background: url(../images/link_out.gif) right no-repeat;
	padding-right: 13px;
	}
	
/* Structure
--------------------------------------- */
div#container {
	padding: 0;
	margin: 0 auto;
	background-color:#ffffff;
	width:970px;
	text-align:left;
	border:5px solid darkred;
	box-shadow:0 0 30px darkred;
	} 
div#content {
	width:960px;
	}
div#footer {
	clear: both;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background-color: #eeeeee;
	color: #000000;
	font-size: 90%;
	border-top: 1px solid #cccccc;
	}
div#mainContent {
	padding:5px;
	width:730px;
	float:right;
text-align:left;
	}
div#secondaryContent {
	float:left;
	margin: 10px 0;
	padding: 7px 5px;
	width:200px;
	font-size: 90%;
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	}

/* Headings
--------------------------------------- */
div.header {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 200px;
	border-bottom: 5px solid darkred;
	}
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}
#content h2, #mainContent h2, #schedule h2 {
	margin: 0 0 .5em 5px;
	padding: 2px 0 0 2px;
	font-size: 170%;
	color: #9a172c;
	}
#secondaryContent h2 {
	padding: 0 0 0 5px;
	font-size: 160%;
	color: #9a172c;
	font-weight: normal;
	border-top: 0;
	}

#mainContent.home h2 {
	border-bottom: 1px solid #cccccc;
	}
h3 {
	margin-bottom: .5em;
	margin-left: 15px;
	color: #d11d3a;
	font-size: 140%;
	border-bottom: 1px solid #cccccc;
	}

#mainContent.home h3 {
	border-bottom: 0;
	}

#secondaryContent h3 {
	margin: 0;
	}
h4 {
	margin-left: 0.5em;
	padding: 0 0 0 15px;
	font-size: 130%;
	background: url("../images/h4_bullet.gif") left center no-repeat;
	}
h4#newbies {
	padding: 0 0 0.8em 0;
	background: #fff;
	line-height: 140%;
	}
	
/* Text
--------------------------------------- */
#secondaryContent strong {
	color:#9a172c;
	font-weight: normal;
	}
p {
	padding: 0 1em;
	line-height:150%;
	}

#secondaryContent ul li {
	padding-bottom: 0.2em;
	}

/* Lists
--------------------------------------- */
ul {
	list-style-type:square;
	}
li {
	padding-bottom:10px;
	}
ul#inlinklist {
	line-height: 90%;
	}


.clear {
   clear: both;
}
