/* general page setup */
*, html * {
	margin:0px; padding:0px;
}
html {
	height:100.01%;	
}
body {
	min-height:100%;  
	font-size:100.01%; 
	font-family:Arial, Helvetica,sans-serif;
	background-color:#FFFFFF;
	color:#221E1F;
	text-align:center;
}
/* site wide */
#logout {
	padding:4px;
	border:1px solid;
	color:#FF0000;
	position:absolute;
	top:0px;
	left:0px;
	height:18px;
	line-height:18px;
	width:100px;
	text-align:center;
}
#logout a {
	color:#FF0000;
	text-decoration:none;
}
#wrap {
	width:998px;
	margin:16px auto 0 auto;
}
a img {
	border:0;
}
.clr {
	clear:both;
	overflow:hidden;
	height:0px;
}
a {
	color:#B30337;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1.pagetop {
	background:url(images/popdance.jpg) top center no-repeat;
	height:151px;
}
h1.pagetop span {
	display:none;
}
h2.keepfit {
	height:56px;
	line-height:56px;
	background-color:#221E1F;
	color:#FFFFFF;
	font-weight:normal;
	font-size:24px;
	margin-top:20px;
}
h3.pagetitle {
	background-color:#B30337;
	height:56px;
	line-height:56px;
	text-indent:24px;
	text-align:left;
	color:#FFFFFF;
	font-size:24px;
	margin-bottom:36px;
}
#content {
	text-align:left;
	border-left:8px solid #221E1F;
	border-right:8px solid #221E1F;
	background:transparent url(images/content-bg.jpg) bottom right no-repeat;
}
#content p {
	padding:0 0 18px 28px;
	background-color:#FFFFFF;
	line-height:1.3em;
	width:640px;
}
#content hr {
	width:640px;
	margin:0 0 18px 28px;
}
#foot {
	clear:both;
	height:56px;
	line-height:56px;
	background-color:#221E1F;
	color:#FFFFFF;
	font-size:18px;
}