@charset "utf-8";
/* remove all padding and margins so we start fresh in all browsers, then add it back to some things */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px/1.5 normal Arial, Helvetica, sans-serif;
	color: #c4b9a4;
	background: url(../images/bg.jpg) repeat-x #4b4334;
}
img {
	border: 0px;
}
p {
	padding-bottom: 12px;
}
ul, ol {
	padding: 10px 20px 12px 30px;
}
	ul li {
		padding-bottom: 8px;
	}
sup {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
optgroup option {
	padding-left: 15px;
}
blockquote {
	padding-left: 20px;
}
a {
	color: #b0662a;
	outline: none;
}
object,embed {
	outline: none;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 15px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 15px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
label.error {
	color: #ff0000;
	padding-left: 5px;
}
/** Body Styles **/
.container {
	margin: 0 auto;
	width: 960px;
}
.header {
	float: left;
	height: 363px;
	width: 960px;
	background: url(../images/header.jpg) no-repeat;
	text-indent: -100em;
	overflow: hidden;
}
.content_container {
	float: left;
	width: 960px;
	background: url(../images/content_bg.gif) repeat-y;
}
.content {
	float: left;
	width: 960px;
	background: url(../images/content_top.jpg) no-repeat;
	min-height: 300px;
}
	.content_left {
		float: left;
		width: 305px;
		padding: 0px 65px 0px 35px;
		color: #ada28c;
	}
	.content_right {
		float: left;
		width: 505px;
		padding: 0 25px 0 25px;
	}
	.divider {
		width: 495px;
		height: 13px;
		background: url(../images/dot.gif) repeat-x;
		line-height: 1px;
		font-size: 1px;
	}
	ul.arrows {
		list-style-image: url(../images/arrow.gif);
	}
	.apic {
		float: left;
		padding-right: 20px;
	}
	.dance_table td {
		text-align: center;
		padding: 5px;
		width: 33%;
	}
.footer {
	float: left;
	padding: 36px 20px 20px 20px;
	width: 920px;
	background: url(../images/footer.jpg) no-repeat;
	font-size: 10px;
}
	.footer .verite {
		float: right;
	}