@charset "utf-8";

#main_column, #main_column_long {
	width: 508px;
	height: 850px;
	margin: 0;
	position: relative;
	float: left;
	padding: 120px 40px 20px 40px;
	text-align: center;
	clear: left;
	background-color: #e5dde5;
	background-image: url(images/the_dance_factory.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#main_column_long {
	height: auto;
}

p {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 0;
	line-height: 120%;
}
a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	margin: 0;
	color: #32265B;
}
ul {
	text-align: left;
	list-style-type: none;
	margin: 0 0 0 175px;
	font-family: "Century Gothic";
	clear: none;
}

/* ************* H1 ************ */
h1 {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}

/* ************* H2 ************ */
h2, h2 a:hover {
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 100%;
	font-weight: 600;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	color: #32265B;
	}
h2 a {
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 100%;
	font-weight: 600;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	color: #000000;
	text-decoration: underline;
	}
	
/* ************* H3 *************** */	
h3 {
	color: #32265B;
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 10px 0;
	letter-spacing: 150%;
}

/* ************** H4 ***************** */
h4 {
	color: #281F4B;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin: 7px 0 0px 0;
	letter-spacing: 150%;
}
.leftjustified {
	text-align: left;
	font-family: "Century Gothic";
	font-size: 12px;
	}
.rightjustified {
	text-align: right;
}
.bolded {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: 600;
}
.purplebolded {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: 600;
	color:#281F4B;
	text-align: left;
}

/* styles specific to a BOX in the MAIN COLUMN ***************/
#boxlist {
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	padding: 0;
}
#boxlist li {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
	width: 157px;
	border: 1px solid #888;
	height: 325px;
}
.boxhead {
	font-weight: 600;
	color: #FFFFFF;
	background-color: #888888;
	padding: 3px 0 3px 0;
}
#boxlist p {
	margin: 10px 0 10px 0;
}
#newsletter {
	border: thick ridge #A3A3A3;
}
.topline {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #322674;
	border-top-width: thin;
}
table {
	margin: 0 auto 0 auto;
}
h4 a {
	text-decoration: underline;
	font-weight: 600;
	font-size: 14px;
}
