@charset "utf-8";

body {
	font: 67% Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
}

a:link, a:visited {
	color: #fff;
}

a:hover, a:active {
	color: #ccc;
}

p, li {
	font-size: 1.1em;
	line-height: 1.5em;
}

ul {
	list-style: inside;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

.clear {
	padding: 0 !important;
	margin: 0 !important;
	clear: both !important;
	float: none !important;
	border: none !important;
}

#container_layout {
	background: url(../images/layout/bg_page.jpg) no-repeat right top;
	width: 1000px;
	min-height: 700px;
}

#container_decor {
	height: 650px;
	width: 290px;
	background: url(../images/layout/blastfiend.png) no-repeat -10px bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
}

#container_header {
	width: 695px;
	height: 96px;
	background: url(../images/layout/logo.png) no-repeat top right;
	float: left;
	margin-top: 10px;
}

#container_header h1 {
	color: #000;
	width: 200px;
}

#container_banner {
	float: left;
	width: 234px;
	height: 60px;
	margin: 25px 0 0 5px;
}

#container_content {
	margin: 0 0 0 235px;
}

#container_content div {
	background: #000;
	border: solid 1px #f00;
}

#container_content div div {
	background: none;
	border: none;
}

#container_content div h2 {
	color: #f00;
	font-size: 1.4em;
	font-weight: bold;
}

#container_rail {
	width: 204px;
	float: right;
	padding: 15px;
	margin: 15px 65px 15px 15px;
}

#container_content div#container_rail h2 {
	font-size: 1.8em;
	text-align: center;
	padding-top: 10px;
}

#container_rail #container_mp3 {
	margin-left: -37px;
}

#container_rail #container_mp3 h2 {
	margin: 0 0 0 37px;
	padding-top: 0 !important;
}

#container_rail #container_mp3 #mp3App h2, #container_rail #container_mp3 #mp3App p {
	width: 234px;
	margin-left: 52px;
}

#container_rail #container_counter {
	text-align: center;
	margin-top: 15px;
	border-top: solid 1px #f00;
	padding-top: 10px;
}

#container_main, #container_news {
	float: left;
	width: 360px;
	padding: 15px 25px;
	margin: 15px 15px 0 15px;
}

#container_main div, #container_news div {
	border: none;
	background: none;
}

#container_art {
	float: left;
	padding-right: 15px;
	width: 180px;
}

#container_blurbs {
	float: left;
	width: 160px;
}
