* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #8A0AB3;
}

a:hover {
	text-decoration: underline;
}

#header {
    background: url("images/headerBG.png") repeat scroll 0 0 transparent;
    height: 80px;
}

#header #logo {
  
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 76px;
    margin-left: 5px;
    margin-top: 6px;
    width: 515px;
}
#logo span{
	color: #FFF;
}
#logo p {
	color: #FCF;
	position:absolute;
	top: 55px;
	left: 30px;
}

.toptext {
	margin: 10px;
	padding: 10px;
}

.topleft {
	float: left;
	width: 910px;
	font-size: 11px;
}

.topright {
	float: right;
}

hr {
	background: #301905;
	color: #301905;
	height: 1px;
}


.logo p {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.logo span {
	color: #FFA400;
}

.buttons {
	float: right;
	margin-top: 29px;
	margin-right: 42px;
	font-size: 14px;
	font-weight: bold;
}

.buttons a:hover {
	text-decoration: none;
}

.buttons span {
	padding: 10px 15px 10px 15px;
	margin: 5px;
	background: #F5F5F5;
	color: #000000;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.buttons span:hover {
	background: #CCCCCC;
	color: #000000;
}

#footer {
	margin-top: 40px;
	padding:10px;
	font-size: 10px;
	font-weight: bold;
}

#wrap {
	width: 1260px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

#container { position:relative; width:300px; height:283px; float: left; margin: 5px; }
    .image {
	position:absolute;
	width:300px;
	height:250px;
	z-index:0;
	border: 2px solid #8A0AB3;
	
}
    .overlay { background-image:url(images/pixel.png); position:absolute; width:300px; height:250px; z-index:1;}
    .overlay:hover {
	background-image:url(images/overlay.png);
	height: 279px;
	border: 2px solid #8A0AB3;
	
}
    .bottomthumb {
	position: absolute;
	bottom: 0px;
	background: #8A0AB3;
	height: 28px;
	width: 300px;
	color: #FFF;
	border: 2px solid #8A0AB3;
	font-size: 11pt;
	font-weight: bolder;
}
    span.rightt {float: right; margin-right: 10px; padding: 3px; }
    span.leftt {float: left; padding-top: 5px; margin-left: 10px;}
    
.joinlink {
	margin-top: 40px;
	font-size: 36px;
	font-weight: bold;
	color: #952904;
}

#vidDiv{height:493px; width:1250px; margin:0 Auto}
.introHolder{height:480px; width:500px; float:left; margin-left:24px}
.playerDiv{
	float:left;
	height:460px;
	width:700px;
	border-top-width:3px;
	border-right-width:3px;
	border-bottom-width:1px;
	border-left-width:3px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#8A0AB3;
	border-right-color:#8A0AB3;
	border-bottom-color:#8A0AB3;
	border-left-color:#8A0AB3;
	margin:3px 0 0
}

.playerDiv {
	color: #000;
}

.playerDiv a {
	color: #8A0AB3;
	font-weight: bold;
	text-decoration: none;
}

.playerDiv a:hover {
	text-decoration: underline;
}

/* navigation */

#nav {
	width: 1250px;
	margin: 30px 0 auto 5px;
}

.hbar {
	height: 5px;
	width: 1233px;
	color: #8A0AB3;
	background-color: #8A0AB3;
	border: none;
	margin: 0 0 5px 0;
}

.menuleft {
	width: 770px;
	float: left;
}

.menuleft span {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	background: #8A0AB3;
	color: #FFF;
	font-size: 15px;
	padding-top: 7px;
	font-weight: bold;
	width: 120px;
	height: 30px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

.menuleft span:hover {
	background-color: #93C;
}

.menuleft span a {
	color: #FFFFFF;
}

.menuright {
	width: 460px;
	float: left;
	padding: 8px 0 0 0;
}

/* Pagination */

#pagination {
    height: 20px;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 1250px;
}

#pagination span {
	background: none repeat scroll 0 0 #E32BCC;
	border: 1px solid #000000;
	color: #FCF;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	width: 8px;
}

#pagination a {
	background: none repeat scroll 0 0 #8A0AB3;
	border: 1px solid #000000;
	color: #FFFFFF;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	width: 24px;
}

#pagination a:hover {
    text-decoration: underline;
}
