@charset "UTF-8";
/* Senate Skates Style */

* {
	margin: 0;
	padding: 0;
	border: none;
	}
	
html, body {
	height: 100%;
	}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	text-align: center;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	}
	
a {
	color: #cc0000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
iframe {
	background: #000000;
	width: 100%; 
	height: 100%;
	border: none;
	}
	
p {
	margin: 0 0 10px 0;
	}
	
/* ID's (alphabetical) */
#content {
	background: #000000;
	width: 535px;
	height: 400px;
	text-align: left;
	float: left;
	}

#container {
	width: 855px;
	margin: auto;
	margin: -240px 0 0 -427px;
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	}

#IE7 #container {
	position: relative;
	}
	
#IE6 #container {
	position: relative;
	}

#header {
	width: 100%;
	height: 79px;
	}

#logo {
	width: 315px;
	margin-top: 3px;
	position: absolute;
	z-index: 10;
	}	

#logo_top {

	}

#logo_bottom {
	width: 288px;
	margin-top: -2px;
	}

#main {
	background: #000000;
	width: 850px;
	height: 400px;
	border: 3px solid #000000;
	}

#main_image {
	float: left;
	}

#map_back {
	background-color: #000000;
	padding: 3px 5px 3px 5px;
	position: absolute;
	right: 10px;
	z-index: 200;
	}

#nav {
	background: #000000;
	width: 529px;
	height: 21px;
	float: right;
	position: relative;
	top: 58px;
	}
	
#IEroot #nav {
	position: relative;
	left: 1px;
	}
	
#nav dd {
	margin: 0 25px 0 0;
	display: inline;
	}

#player {
	width: 779px;
	height: 75px;
	margin: auto;
	clear: both;
	}

#shop_brandon {
	float: left;
	}
	
#shop_jasper {
	float: right;
	}

#shops {
	width: 465px;
	color: #ffffff;
	text-align: left;
	margin: auto;
	margin-top: 35px;
	}
	
#shops dl {
	margin: 15px 0 0 19px;
	}

#shops dt {
	font-size: 12px;
	font-weight: bold;
	}

#sidebar {
	width: 215px;
	float: left;
	display: table;
	}

#updates {
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	width: 311px;
	height: 349px;
	padding: 50px 0 0 0;
	overflow: auto;
	float: left;
	border-right: 3px solid #000000;
	}
	
#updates h3 {
	font-size: 12px;
	color: #B9121B;
	padding: 7px 7px 0 7px;
	}
	
#updates object {
	padding: 0 7px 7px 7px;
	}
	
#updates p {
	padding: 0 7px 7px 7px;
	}

/* Classes (alphabetical) */
#IE6 .logo_btm {
	margin-top: 0px;
	}
	
#IE7 .logo_btm {
	margin-top: -2px;
	}