
* {
	margin:0px;
	padding:0px;
	}
	
body {
	text-align:center;
	background:#fff url(../xximg/stripes.gif);
	}

.clr {
	clear:both;
	}
	
p {
	font-family:Garamond,Georgia;
	font-size:14px;
	margin:5px 0;
	line-height:18px;
	}

img {
	border:0px;
	}

h1 {
	font-size:26px;
	margin:0px;
	}
	
h2 {
	font-size:30px;
	margin:15px 0px;
	}
	
.clr {
	clear:both
	}

.float {
	float:left;
	}

#top {
	background:#121212;
	height:60px;
	text-align:center;
	border-bottom:solid 1px #fff;
	}
	
#blueborder {
	background-color:#23dce8;
	height:6px;
	}
	
#container {
	text-align:left;
	margin:0 auto;
	width:870px;
	min-height:600px;
	padding:0px;
	}

#header {
	background-image:url(../img/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 0 0 0;
	height:165px;
	}	

#middle {
	border-top:solid 3px #ff0385;
	border-bottom:solid 3px #ff0385;
	margin:2px 0 0 0;
	height:248px;
	padding:0px;
	background-image:url(../img/dance.jpg);
	text-align:right;
	}
	
img.player{
	margin-top:-10px;
	}

hr.top-border {
	background-image:url(../img/top_border.png);
	border:0px;
	height:11px;
	margin:10px 0px;
	}

span.color {
	color:#000;
	}
	
ul#menu {
	list-style-type:none;
	margin:0px auto;
	padding:30px 0 0 0px;
	width:870px;
	text-align:right;
	color:#fff;
	}
	
ul#menu li {
	display:inline;
	font-size:24px;
	margin:0px;
	}
	
ul#menu li a {
	color:#fff;
	text-decoration:none;
	padding:1px;
	text-transform:uppercase;
	}

ul#menu li a.selected {
	border-top:solid 3px #bbb;
	}
	
ul#menu li a:hover {
	background-color:#e21843;
	color:#fff;
	}

img.dot {margin:0 0 5px 0;}
	
div.middle {
	margin:0 10px;
	}
	
	
#footer {
	clear:both;
	background-color:#121212;
	height:250px;
	color:#666666;
	padding:10px;
	}
	
img.logo {
	float:left;
	margin:10px 10px 0 10px;
	}

h2.top {
	}
	
.box {
float:left;
padding: 10px 15px;
text-align: left;
width: 250px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #e7e7e7;
margin:15px 0;
	}

.middlebox {margin:15px;}	