@charset "utf-8";
.template {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1024px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: small;
}
#global {
	background-color: #6d6d6d;
}
#page_title_container {
	height: 80px;
	position: relative;
	width: 100%;
}
#page_title {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 410px;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}
#page_title_centered {
	position:absolute;
	text-align:center;
	font-size:1.2em;
	bottom: 5px;
	left: 0px;
	right: 0px;
	width: 100%;
	font-weight: bold;
}
#main {
	color: #FFFFFF;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	width: 1024px;
	vertical-align: middle;
	margin: 0px;
}
#menu {
	float: left;
	width: 160px;
	text-align: left;
	margin: 0px;
	overflow: hidden;
}
#menu a {
	color: #FFFFFF;
	vertical-align: middle;
}
#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#mainbody {
	float: right;
	position: relative;
	overflow: visible;
	width: 855px;
}
#mainbody img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#bottom {
	background-image: url(bottom.png);
	width: 1024px;
	position: relative;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #474747;
}
#bottom img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu_item {
	margin: 5px;
}
#menu_item:hover {
	font-weight: bold;
	background-image: url(logo_dancers.png);
	background-repeat: no-repeat;
	background-position: right;
}
#FloatingDIV {
	position: absolute;
	top: 346px;
	left: 57px;
	z-index: 3;
	height: 120px;
	width: 250px;
}

p {
	padding: 0px;
	margin: 0px;
}
a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

