@charset "UTF-8";
body {
	margin:0px;
	font-family:verdana,sans-serif;
	/* background-color:#3c4a5d; */
	background-color:#FF9900;
	font-size:12px;
}

#centeredSite {
	margin-left:auto; 
	margin-right:auto;
	width:980px;
	height:100%;
	background-image:url(../images/dancinBackground.png);
}

#centeredContent {
	margin-left:41px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	width:850px;
	border-top-color:#777777;
	border-top-width:1px;
	border-top-style:solid;
	text-align:justify;
}

#centeredContentBottom {
	margin-left:auto; 
	margin-right:auto;
	width:980px;
	height:50px;
	font-size:9px;
	text-align:center;
	padding-top:3px;
	background-image:url(../images/dancinBackgroundBottom.png);
	background-repeat:no-repeat;
}

#contentLeft {
	float:left;
	width:410px;
	text-align:justify;
}

#contentRight {
	width:410px;
	margin-left:440px;
	text-align:justify;
}

#dancinBanner {
	width:900px;
	height:300px;
	margin-left:41px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
}

/* This section is the font stuff */

.titleStuff {
	font-size:20px;
	font-weight:bold;
}

/* This is the menu stuff */

#dancinMenu {
	width:650px;
	height:25px;
	margin-top:-128px;
	margin-left:40px;
	padding-top:7px;
	padding-left:25px;
}

#dancinMenu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	background:transparent;
}

#dancinMenu li {
	padding:0px;
	margin:0px;
	float:left;
}

.xsnazzy {
	background:transparent;
}

.xsnazzy span {
	text-align:center;
	color:#222222;
	margin:0px;
	font-weight:bold;
}

.xtop {
	display:block;
	background:transparent;
	font-size:1px;
}

.xb1, .xb2, .xb3, .xb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

.xb1, .xb2, .xb3 {
	height:1px;
}

.xb2, .xb3, .xb4 {
	background:#BBBBBB;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

.xb1 {
	margin:0 5px;
	background:#FFFFFF;
}

.xb2 {
	margin:0 3px;
	border-width:0 2px;
}

.xb3 {
	margin:0 2px;
}

.xb4 {
	height:2px;
	margin:0 1px;
}

.xboxcontent {
	display:block;
	background:#758191;
	padding-top:3px;
	padding-bottom:3px;
	border:0 solid #CCCCCC; 
	border-width:0 1px 0px 1px;
}

a.xmenu2, a.xmenu2:visited {
	display:block;
	text-decoration:none;
	width:103px;
	font-size:11px;
	letter-spacing:2px;
	line-height:14px;
}

a.xmenu2:hover {
	background:transparent;
	cursor:pointer;
	border-bottom:0px;
}

a.xmenu2:hover span {
	color:#CCCCCC;
}

a.xmenu2:hover .xboxcontent {
	background:#3c4a5d;
	border-color:#888;
}

a.xmenu2:hover .xb1 {
	background:#888;
}

a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {
	background:#758191;
	border-color:#888;
}