/* Copyright 2007 John Ourant */

* { margin: 0; padding: 0; }

a { text-decoration: none; }
a:link { color: #4D1D90; }
a:visited { color: #4D1D90; }
a:active { color: #930808; text-decoration: underline; }
a:hover { color: #930808; text-decoration: underline; }

p {
	margin-bottom: 5px;
}

img { border: none; }

html, body {
	background: #EFECCA url(./images/outer_bg.jpg) repeat;
	color: #000;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#outer {
	margin: auto;
	margin-bottom: 30px;
	width: 776px;
	background: url(./images/shadow.jpg) repeat-y;
}     

#inner {
	margin: auto;
	width: 760px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	background: url(./images/inner_bg.jpg) repeat;
}

#header {
	height: 124px;
	background: url(./images/banner.jpg) no-repeat left top;
}

#main {
	height: 390px;
}

#dance {
	position: relative;
	left: 126px;
	top: 80px;	
}

#hwh {
	position: relative;
	left: 380px;
	top: -260px;	
}

#content {
	margin: 30px 40px 0 40px;
}

.page_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.section_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ctr {
	text-align: center;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

