* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0A0D16;
	text-align: center;
	background-image: url(/gfx/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin: 10px;
	background-attachment: fixed;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top:15px;
}


img {
	border:0;
}

address {
	font-style: normal;
}

ul,li { 
	list-style-type: none;
}

ul { 
	/*
	margin-bottom:20px;
	*/
}

p {
	padding-bottom: 20px;	
}


a {
	text-decoration: underline; 
}

a:link { 	
	color:#022662;
}

a:visited { 
	text-decoration:underline;
	color:#663366;
}
a:hover, a:active { 
	text-decoration: underline; 
	color:#D16B00;
}

/*** End general tags ***/

.right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#container {
	margin: auto;
	background-color: #FFFFFF;
	padding: 10px;
	width: 760px;
	height:auto;
}

#container #menu {
	padding: 5px;
	height: 20px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	border-bottom:solid;
	border-bottom-color:#F7AD40;
	border-bottom-width:2px;
	text-align:left;
}


#container #menu li  {
	display: inline;
	padding-left:5px;
	padding-right:5px;
	font-size: 1em;
}

#container #menu li a {
	text-transform:uppercase;
	font-weight: bold;
	font-style: normal;
	color:#1D2F45;
	text-decoration: none;
}

#container #menu li a:hover {
	color:#D16B00;
}


#container #menu li .active {
	color:#D16B00;
	text-transform:uppercase;
	font-weight: bold;
	font-style: normal;
}


#container #content {
	background-color:#F7AD40;
	width:100%;
}


#container #content #submenu {
	width:160px;
	background-color:#F7AD40;
	float:left;
	margin-top:25px;
	text-align:left;
	padding-left:10px;
}

#container #content #submenu .player {
color:#1D2F45;
font-family:Tahoma,Verdana,Arial,sans-serif;
font-style:normal;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

#container #content #submenu li {
	display:block;
	padding-bottom:5px;
}

#container #content #submenu li a {
	text-transform:uppercase;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color:#1D2F45;
	text-decoration: none;
}

#container #content #submenu li a:hover {

}


#container #content h2 a {
	text-decoration:none;
	color:#000000;
}

#container #content #text_inc_sub {
	background-color:#FFF;
	float:right;
	width: 540px;
	text-align:left;
	padding:20px;
	min-height: 300px;
}

#container #content #text_clean {
	background-color:#FFF;
	width: 740px;
	text-align:left;
	padding:10px;
	height:auto;
}

#container #content .infoline {
	width: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:normal;
	font-size: 0.8em;
	color:#333;
	margin-bottom: 30px;
	text-align:left;
	clear:both;
}

#container #content #footer {
	clear:both;
}

#container #content #footer .admin {
	font-size:1.6em;
	width:100%;
	background-color:#F6F1E5;
	color:#999999;
	padding-top:10px;	
}

.clear {
	clear:both;
}

.comments { 
	width: 97%; 
	height: 5em; 
	padding: 3px;
}


/*** MW CMS ***/

fieldset { 
	border: 1px solid #ccc; 
	padding: 10px 8px; 
	margin: 0 0 8px 0; 
	background-color:#F5FAF5;
	color: #000; 
}

input { 
	padding: 3px; 
}

textarea { 
	width: 97%; 
	height: 10em; 
	padding: 3px;
}

.comment { 
	background: #eee; 
	color: #4D4D4D; 
	padding: 10px; 
	margin: 0 0 10px 0; 
	border-top: 1px solid #ccc; 
}

.commentsbox { 
	background: #eee;
	color: #4D4D4D; 
	padding: 10px; 
	margin: 0 0 10px 0; 
	border-top: 1px solid #ccc;
}
