/* @group Style Clearing */

* {
	margin: 0;
	padding: 0;
	z-index: 1;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

:link,:visited {
	text-decoration: none
}

a img,:link img,:visited img {
	border: none
}

ul,ol {
	list-style: none
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

/* @end */

/* @group Custom Styles */

/* @group Interface */

#master_wrapper {
	width: 1200px;
	display: block;
	position: relative;
}

.left_side {
	width: 470px;
	height: 0px;
	display: block;
	position: relative;
}

.middle {
	width: 380px;
	height: 0px;
	display: block;
	position: relative;
	left: 470px;
}

.right_side {
	width: 350px;
	height: 0px;
	display: block;
	position: relative;
	left: 850px;
}

.right_side_player {
	width: 350px;
	height: 220px;
	visibility: visible;
	display: block;
	position: relative;
	overflow: hidden;
}

.right_side_mid {
	width: 350px;
	height: 490px;
	display: block;
	position: relative;
	visibility: visible;
	text-align: right;
}

.content {
	width: 380px;
	height: 490px;
	display: block;
	position: relative;
	background-image: url(../img/content.gif);
	overflow: auto;
	visibility: visible;
}

.content_header {
	color: #731a02;
	font: bold 20pt "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.content_body {
	color: #000000;
	font: 12pt/22px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.show_header {
	color: #731a02;
	font: bold 12pt "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.show_body {
	color: #000000;
	font: 10pt/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.old_news {
	font: 10pt/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: right;
}

.footer_info {
	color: #731a02;
	font: 7pt/12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	display: block;
	background-image: url(../img/foot_mid.gif);
}

.foot_right {
	width: 350px;
	height: 60px;
	display: block;
	position: relative;
	visibility: visible;
	text-align: right;
}

body {
	background-color: #000000;
}

a:link, a:active, a:visited {
	color: #731a02;
}

a:hover {
	color: #992304;
}

ul {

}

ul li {

}

/* @end */

/* @end */