html, body {
	margin:0px;
	padding:0px;
	border:0px;	
	color: #ffffff;
	font-family: Arial, sans-serif;
}

body {
	background: #000000 url(images/UrbanBeatDanceCo-BKGD.jpg) repeat;
	margin-top:25px;
	margin-bottom:25px;
}

img {
	float:left;
	margin:5px;	
}

div.clear {
	clear:both;	
}

h1, h2 {
	text-align:center;	
}

h2 span {
	font-size:16px;
	font-style:italic;	
}

p {
	margin-left:15px;
	margin-right:15px;	
}

span a {
	float:right;
	color:white;
	font-weight:bold;
	font-size:14px;
	margin-right:10px;
	text-decoration:none;
}

span a:hover {
	text-decoration:underline;
}

div#main {
	width: 710px;
	height:auto;
	background: #000000;
	margin-left:auto;
	margin-right:auto;
}

div#header {
	width: 710px;
	height:123px;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}

div#content {
	width: 710px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #000000;
	margin-left:auto;
	margin-right:auto;
}

div.half {
	text-align:center;
	width:335px;
	float:left;
	font-size:20px;
	padding:10px;
}

div.half span.quote {
	float:right;
	font-size:17px;
}

div.half a { color:#156bea;text-decoration:none; }
div.half a:hover { color:#156bea;text-decoration:underline; }

div.half span.blue { color:#156bea;text-decoration:none; }
div.half span.pink { color:#de106b;text-decoration:none; }
div.half span.green { color:#84a518;text-decoration:none; }
div.half span.orange { color:#ff6300;text-decoration:none; }
