
body {
	background-color: #222;
}

#page-background {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index:-100;
}

/* common styling */
.menu {
	position:relative;
	z-index:1000;
	font-size:11px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:110px;
	height:20px;
	text-align:center;
	color: #fff;
	background: #BF0000;
	border: 1px solid #000;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.menu ul li {
	float:left;
	margin: 0px 5px;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	color: #A39A9A;
	background: #4C1815;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:21px;
	left:0;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#6fc;
	color:#000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	color: #fff;
	background: #8B190F;
}
.menu ul li:hover ul li a:hover {
	color: #A39A9A;
	background: #4C1815;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}

.container {
	margin-top: 10px;
	border: 1px solid #990000;
}

.header {
		background-image:url('/images/NuDance/header.png');
		background-repeat:no-repeat;
		background-position:top center;
		min-height: 150px;
}

.container_body {
	padding-left: 20px;
	padding-right: 20px;
	background-image:url('/images/NuDance/body_background.png');
}

.box_header {
	/*padding-left: 10px;*/
	min-height: 30px;
	background-color: #000;
	background-image:url('/images/NuDance/BlockHeader.png');
	background-repeat: no-repeat;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.box_header .title, .box_header .title a {
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.3mm;
	font-weight: bold;
}

.box_header a:hover, .box a:hover, .box_red a:hover {
	color: #BF0000;
	text-decoration: underline;
}

.box_header img {
	margin-left: 7px;
	margin-right: 7px;
	position:relative;
	float:left;
}

.box {
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #888;
	text-align:justify;
}

.box a, .box_red a {
	color: #fff;
	text-decoration: none;
}

.box_header_red {
	margin: 5px;
	min-height: 30px;
	background-image:url('/images/NuDance/footer.png');
	border: 1px solid #990000;
	text-align:center;
}

.box_header_red .title, .box_header_red .title a {
	color: #fff;
	letter-spacing: 0.5mm;
	font-weight: bold;
}

.box_header_red .date {
	text-align: right;
}

.box_red {
	margin-bottom: 10px;
	background-color: #000;
	border: 1px solid #990000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #888;
	padding: 10px;
	text-align:justify;
}

.flyer {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	color: #fff;
	background-image:url('/images/NuDance/footer.png');
}

.footer strong {
	color: #A39A9A;
}

.footer a {
    text-decoration: none;
	color: #fff;
}

.footer a:focus, a:hover {
	text-decoration: underline;
}


/* gallery */

#main-container {
	text-align: center;
	min-height: 900px;
	
}

#thumbnail-container ul {
	list-style: none;
	height: 100%;
}

.thumbnail {
	float: left;
}

.pagNext {
	padding-left: 5px;
}

.pagPrev {
	padding-right: 5px;
}

.page-link-current {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#prev-link-container {
	text-align: left;
}

#next-link-container {
	text-align: right;
}