html,textarea{
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
html,body{
	width:100%;
	margin:0;
	padding:0;
}

#container{
	width:944px;
	margin:20px 20px;
	background:url('/images/layout/page_bg.gif') no-repeat 400px 220px;
}

#head{
	position:relative;
	height:150px;
	background:url('/images/layout/head_bg.jpg') no-repeat right top;
}
#head .logo{
	position:absolute;
	top:15px;
	left:0;
}
#head .writing span{
	display:none;
}
#head .writing{
	position:absolute;
	top:5px;
	left:300px;
	width:432px;
	height:101px;
	background:url('/images/layout/head_writing.gif') no-repeat left top;
}

#nav{
	float:left;
	width:220px;
}
#nav ul{
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}
#nav ul li{
	line-height:18px;
	margin-bottom:2px;
}
#nav ul li a{
	display:block;
	width:200px;
	line-height:18px;
	text-align:center;
	color:white;
	text-decoration:none;
	background:#789d00 url('/images/layout/menu_item_end.gif') no-repeat right top;
}
#nav ul li a:hover,#nav ul li.selected a{
	width:210px;
}
#next-dance{
	width:176px;
	height:135px;
	padding:15px;
	margin:0 0 30px 0;
	background:url('/images/layout/next_dance_bg.jpg') no-repeat left top;
	color:white;
}
#next-dance h2{
	font-size:13pt;
	margin:0 0 0.5em 0;
}
#next-dance p{
	margin:0;
}
#next-dance p label{
	display:block;
	float:left;
	width:75px;
	font-weight:bold;
}
#venue-address h2{
	font-size:0.8em;
	margin:0;
}
#venue-address address{
	font-size:0.8em;
}


#content{
	padding-left:220px;
}
#content h1{
	margin:0 0 1em 0;
	padding-left:20px;
	font-size:13pt;
	background:url('/images/layout/icon_dancers.gif') no-repeat left center;
}

#foot{
	clear:both;
	font-size:0.8em;
}
#foot ul{
	list-style:none;
	margin:0;
	padding:0;
}
#foot ul li{
	float:right;
	padding-left:1em;
	background:url('/images/layout/foot_menu_item_sep.gif') no-repeat 4px center;
}
#foot ul li.last{
	background:none;
}
#foot ul li a{
	color:black;
	text-decoration:none;
}
#foot ul li a:hover{
	text-decoration:underline;
}


#contact-us p{
	margin:5px 0 0 0;	
}
#contact-us p label{
	display:block;
	width:150px;
	float:left;
	font-weight:bold;
}
#contact-us p.foot{
	padding-left:150px;
}
#contact-us p.dummy{
	display:none;
}