body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	/* font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; */
	font-size: 12px;
	line-height: 15px;
	background-color:#5a5b60;
	background: url(layout/bg.gif) repeat;
	}

div, span, p, h1, h2, h3, a, ul, li {
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #000044;
	}


a:link {
	text-decoration: none;
	font-weight: bold;
	color: #40a0e6;
	}
	
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #40a0e6;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #40a0e6;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #175ab3;
	}



/* TEXT STYLES */

.text_biglink {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	}

.text_news {
	color: #694e8b;
	}



/* ELEMENT STYLES */

.splash {
	display: block;
	margin-top: 25%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 450px;
	height: 256px;
	padding: 0px;
	color: #ffffff;
	}

.header1_container {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	height: 91px;
	padding: 0px;
	background: url(layout/bg_top.jpg) repeat-x;
	}
.header1 {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	height: 91px;
	padding: 0px;
	background: url(layout/header1.jpg) no-repeat;
	}



.header2_container {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	height: 161px;
	padding: 0px;
	background: url(layout/bgpx.jpg) repeat;
	float: left;
	}
.header2 {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	height: 161px;
	padding: 0px;
	background: url(layout/header2.jpg) no-repeat;
	}



.nav_container {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	background: url(layout/bgpx.jpg) repeat;
	float: left;
	}
.nav {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	height: 25px;
	padding: 0px;
	background: url(layout/nav.jpg) no-repeat;
	text-align: center;
	overflow: hidden;
	}
.preload {
	display: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}



.full_container {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	background: url(layout/bgpx.jpg) repeat;
	float: left;
	}
.main {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding: 20px 42px 0px 48px;
	background: url(layout/bg_main.jpg) repeat-y;
	overflow: hidden;
	}


.leftpanel {
	display: block;
	width: 502px;
	padding: 0px;
	float: left;
	}
.leftpanel_block {
	display: block;
	margin-bottom: 5px;
	width: 502px;
	padding: 0px;
	float: left;
	}
.leftpanel_block a {
	color: #42b4e6;
	}
.leftpanel_block a:hover {
	color: #175ab3;
	}


.sidebar {
	display: block;
	margin-left: 33px;
	width: 200px;
	padding: 0px;
	float: left;
	}
.sidebar_news {
	display: block;
	margin: 0px;
	width: 200px;
	height: 220px;
	padding: 0px;
	float: left;
	overflow: auto;
	}
.sidebar_news a {
	display: block;
	color: #000000;
	background-color: #ebebeb;
	}
.sidebar_news a:active {
	color: #000000;
	background-color: #ebebeb;
	}
.sidebar_news a:visited {
	color: #000000;
	background-color: #ebebeb;
	}
.sidebar_news a:hover{
	color: #002030;
	background-color: #e2e2eb;
	text-decoration: none;
	}

.sbn_item {
	display: block;
	width: 162px;
	margin-top: 10px;
	padding: 7px;
	overflow: auto;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	}
.sbn_head {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	}




.fullpanel_centered {
	display: block;
	width: 737px;
	padding: 0px;
	float: left;
	text-align: center;
	}

.fullpanel_news {
	display: block;
	width: 657px;
	padding-left: 20px;
	padding-right: 60px;
	float: left;
	text-align: left;
	}

.full_divider {
	display: block;
	width: 737px;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
	background: url(layout/full_divider.gif) no-repeat;
	}

.news_image {
	display: block;
	width: 130px;
	height: 120px;
	padding: 0px;
	float: left;
	}
.news_text {
	display: block;
	width: 527px;
	padding: 0px;
	float: left;
	}

.detail_image {
	display: block;
	width: 310px;
	padding: 0px;
	float: left;
	}
.detail_text {
	display: block;
	width: 337px;
	margin-left: 10px;
	padding: 0px;
	float: left;
	}

.contact_image {
	display: block;
	width: 250px;
	padding: 0px;
	float: left;
	}
.contact_text {
	display: block;
	width: 387px;
	margin-left: 10px;
	padding: 0px;
	float: left;
	}



.footer_container {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	background: url(layout/bgpx.jpg) repeat;
	float: left;
	}
.footer {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	height: 42px;
	padding: 0px;
	background: url(layout/bg_footer.jpg) no-repeat;
	text-align: center;
	}


.timetable {
	border-collapse: collapse;
	width: 320px;
	}
.timetable th {
	background: #eeeeee;
	border: 1px #eeeeee solid;
	padding: 2px;
	}
.timetable td {
	border: 1px #eeeeee solid;
	padding: 2px;
	}

.dancertable {
	border-collapse: collapse;
	width: 656px;
	}
.dancertable td {
	border: none;
	width: 75px;
	height: 110px;
	padding-right: 8px;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
	}

.splitcontainer {
	display: block;
	width: 657px;
	padding-left: 20px;
	padding-right: 60px;
	float: left;
	}
.splitleft {
	display: block;
	width: 300px;
	height: 30px;
	float: left;
	}
.splitright: {
	display: block;
	width: 277px;
	height: 30px;
	float: left;
	}


.dancerdetail_image {
	display: block;
	width: 260px;
	height: 340px;
	padding: 0px;
	float: left;
	text-align: right;
	}
.dancerdetail_text {
	display: block;
	width: 377px;
	height: 340px;
	margin-left: 10px;
	padding: 0px;
	float: left;
	}