@charset "UTF-8";
body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	background-color: #333333;
}



.wrapper {
	background-color: #dddddd;
	width: 960px;
	margin-left: auto ;
	margin-right: auto ;
}
.left-pad {
	padding: 50px;
}

.main-body {
	background-color:#eee;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	padding: 0px;
	
	
}
.column1 {
	background-color: #dddddd;
	padding: 20px;
	margin-right: 5px;
	float: left;
	width: 380px;
	height: 1000px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.column2 {
	border: thin;
	border-color: #000;
	background-color: #dddddd;
	padding: 20px;
	margin-left:5px;
	width: 380px;
	height: 1000px;
	float: right;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.image-left {
	
	repeat: none;
	height: 330px;
	width: 380px;
	left: auto;
	right: auto;
	float: left;
	background-image: url(images/Jennifer-round.png);
	background-repeat: no-repeat;
	background-position:center;
}
.image-right {
	height: 330px;
	width: 380px;
	left: auto;
	right: auto;
	float: right;
	background-image: url(images/dance-round.png);
	background-repeat: no-repeat;
	background-position: center;
}
.clearfix {
	clear:both
}
.bottom-footer {
	height: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	background-color: #060;
	color: #eee;
	text-align: center;
	padding-top: 20px;
}

.prefooter {
	width: 880px;
}
headline-text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:412px;
}



strong{
	font-weight:bold;
}

.clear{
	clear:both;
}
#container {
	background-color: #fff;
	margin-left: -20px;
	float:left;
	width:920px;
	border-radius:0px 0px 0px 0px;
}
#galleryholder{
	padding: 15px 0px 15px 0px;
	float:left;
	margin-left: -20px;
	width:800px;
}
#loader-panel{
	height:800px;
	width:800px;
	text-align:center;
	vertical-align:middle;
	background-image: url('loader.png');
	background-repeat: no-repeat;
	background-position: center;
}