* {
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
	color: #6F0303;
}

a:hover {
	text-decoration: underline;
}

#header {
    background: url("images/header-bg.gif") 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: 7px;
    width: 515px;
}
#logo span{color: #F5A71F;}
#logo p {color: #fff; position:absolute; top: 59px; left: 45px;}

.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 #AA2C01;}
    .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 #952904;
}
    .bottomthumb {
	position: absolute;
	bottom: 0;
	background: #AA2C01;
	height: 28px;
	width: 300px;
	color: #FFFFFF;
	border: 2px solid #AA2C01;
	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:#000; border-right-color:#000; border-bottom-color:#000; border-left-color:#000; margin:3px 0 0}

.playerDiv {
	color: #000000;
}

.playerDiv a {
	color: #A42B02;
	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: #490707;
	background-color: #AA2C01;
	border: none;
	margin: 0 0 5px 0;
}

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

.menuleft span {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	background: #AA2C01;
	color: #FFFFFF;
	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: #E78C0E;
}

.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 #E78C0E;
    border: 1px solid #000000;
    color: #FFFFFF;
    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 #AA2C01;
    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;
}
