/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
body {
	behavior: url(../csshover.htc);
	font:125% Verdana, sans-serif;
	background-color:#B7B7B7;
	
	}
html{
	font-size:55%
	}
img{
	border:none;
	}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{
	display:inline-block;
}
.bold{
	font-weight:bold;
}
* html .clearfix {height:1%;}
.clearfix{display: block;}
div#entiredocument{
	width:100%;
	}
div#homepagecontainer, div#pagecontainer{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	width:910px;
	/*
	height:1250px;
	*/
	margin:0 auto 0 auto;
	background-repeat:repeat-y;
	}
div#homepagecontainer{
	background-image:url(../../global_images/dance/homepage_background.gif);
	}
div#pagecontainer{
	background-image:url(../../global_images/dance/background.gif);
	}
div#pageheader {
	width:910px;
	height:100px;
	background-image:url(../../global_images/dance/logo_phrase.gif);
	background-repeat:no-repeat;
	}
	div#pageheader img{
	width:224px;
	height:100px;
	}
div#flavour{
	/*visibility:hidden;*/
	
	position:absolute;
	top:0px;
	right:0px;
	width:225px;
	height:100px;
	padding-top:55px;
	background-image:url(../../global_images/dance/flavour.jpg);
	background-repeat:no-repeat;
	}
	div#flavour #ddlSkins{
	border-style:hidden;
	background-color:#39FFBD;
	margin-left:40px;
	width:175px;
	font:bold 1.1em verdana
	}
/*FOOTER
	
	
*/
div#footer{
	margin-top:20px;
	width:910px;
	height:81px;
	background-image:url(../../global_images/dance/footer.gif);
	background-repeat:no-repeat;
	
	color:white;
	}
	div#footer ul{
	display:inline;
	width:870px;
	
	}
	div#footer li:first-child{
	padding-left:20px;
	margin-left:0px;
	}
	
	div#footer li{

		float:left;
		margin-top:40px;
		margin-left:37px;
		list-style-type:none;
	}
	div#footer li a{
	font-size:1em;
		color:white;
		text-decoration:none;
		font-size:1em;
		font-weight:normal;
		
	}
	div#footer li a:hover{
		text-decoration:underline;
	}
	div#footer p{
	color:white;
	font-size:1em;
	float:right;
	display:inline;
	margin-top:40px;
	margin-right:10px;
	}