body
{
	text-align: left;
	background: #000;
	margin: 0;
	padding: 0;
}

#container
{
	width: 798px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#head
{
	border-top: 1px solid #665;
	height: 120px;
}

body#audience #head
{
	background: #000 url(/images/head-audience.jpg) top left no-repeat;
}
body#band #head
{
	background: #000 url(/images/head-band.jpg) top left no-repeat;
}
body#recite #head
{
	background: #000 url(/images/head-recite.jpg) top left no-repeat;
}
body#train #head
{
	background: #000 url(/images/head-train.jpg) top left no-repeat;
}
body#walkaway #head
{
	background: #000 url(/images/head-walkaway.jpg) top left no-repeat;
}



#menu
{
	border-top: 1px solid #665;
	background: #000;
	margin: 0;
	padding: 0;
	clear: both;
	height: 20px;
}

#center
{
	margin-top: 5px;
	margin-bottom: 5px;
	ZZZpadding: 5px 160px 15px 40px;
	padding: 5px 80px 15px 80px;
	background: #eec;
	color: #333;
}

#centerhome
{
	margin-top: 5px;
	margin-bottom: 5px;
	ZZZpadding: 5px 160px 15px 40px;
	padding: 5px 80px 15px 80px;
	background: #401001;
	color: #333;
}

#footer
{
	border-top: 1px solid #665;
	padding: 0;
	text-align: right;
	font-size: 11px;
	color: #665;
}

.clear
{
	clear: both;
}
