/* CSS Document */

body {
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#page {
	width: 862px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.header {
    background: transparent url(images/header.gif) top center no-repeat;
	height: 29px;
	width: 862px;
	margin: 0px;
	padding: 0px;
}

.content {
	width: 800px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.flashHeader {
	background: #000;
	width: 800px;
	margin:0px;
	padding:0px;
	border-bottom: #000 3px solid;
}


.one {
	width: 800px;
	height: 100%;
	margin: 0px;

}
.box1 {
	width: 790px;
	height: 100%;
	background: #222;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}
.box2 {
	width: 429px;
	height:100%;
	background: #3c3c3c;
	padding: 10px;
	margin: 0px;
	border-top: #000 3px solid;
	}
}
.boxRight {
	width: 328px;
	height: 100%;
	background: url(blog/wp-content/themes/max/images/bg_repeatx.jpg) top left repeat-x;
	float:right;
	margin: 0px;
	padding:10px;
	}
.player1 {
	width: 449px;
	height: 278px;
	padding: 0px;
	margin: 0px;
}

.twoA {
	width: 47%;
	margin: 3px 0px 3px 0px;
	padding:10px;
	float: left;
}

.twoB {
	width: 47%;
	float:left;
	margin: 3px 0px 3px 3px;
	padding:10px;
}

.fourA {
	width: 22%;
	height: 100%;
	margin: 0px 3px 0px 0px;
	padding: 10px;
	float: left;
}

.fourB {
	width: 22%;
	height: 100%;
	float: left;
	padding: 10px 15px 10px 7px;
	margin:0px;
}

.fourC {
	width: 22%;
	height: 100%;
	padding: 10px 9px 10px 11px;
	margin: 0px 0px 0px 3px;
	float:left;
}

.fourD {
	width: 22%;
	height: 100%;
	padding: 10px 9px 10px 11px;
	margin: 0px 0px 0px 3px;
	float:left;
}

#nav {
	clear:both;
	width: 800px;
	height: 20px;
	margin: 0px;
	border-top: #000 3px solid;
}

#nav ul{
	width:800px;
	padding: 2px 0px 0px 0px;
	position: inherit;
	margin:0px;
	text-align: center;
}

#nav ul li{
	display: inline;
}

#nav ul li a {
	color: #fff;
	font-size:11px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #000;
}

.footer {
    background: #222 url(images/footer.gif) top center no-repeat;
	height: 31px;
	width: 862px;
	margin: 0px;
	padding: 0px;
}

/* TEXT FORMATTING */

.read {
	background-color: #ce5c00;
	text-transform:uppercase;
	padding: 0px 5px 0px 5px;
	text-align:right;
	}
.content p {
	font-size: 12px;
}

.content a, .b, a:link, a:visited, a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.content h1, .content h1 a {
	font-size: 14px;
	margin:0px;
	text-transform: uppercase;
	text-decoration: none;
}

.content h2, .content h2 a {
	color: #fff;
	font-size:18px;
	text-transform: uppercase;
	text-decoration: none;
}

.content h3, .content h3 a {
	font-size: 24px;
	margin:0px;
	text-transform:uppercase;
	text-decoration: none;
}
.content h4 {
	font-size: 42px;
	margin: 0px;
	text-transform:uppercase;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content p a:hover, a:hover {
	color: #ccc;
}
.content ul {
	color: #fff;
	font-size: 12px;
}

/*IMG CLASSES*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: #000 solid 3px;
	}

.clear {
	clear: both;
	height: 0px;
	}
	