@charset "utf-8";
body {
	background-color: #141414;
	background-attachment: scroll;
	background-image: url(../../images/back.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	background-position: center top;
}

a:link {
	color:#ffd171;
	text-decoration:none;
}

a:visited {
	color:#ffd171;
	text-decoration:none;
}

a:hover {
	color:#ffd171;
	text-decoration:none;
	border-bottom:thin #C00 solid;
}

#container {
	position: relative;
	width:840px;
	height:894px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	color:#252525;
}

#header {

	width:100%;
	height:68px;
	background-image:url(../../images/header.jpg);
	margin:auto;
	margin-top:52px;
}

#menut {
	float:left;	
	width:220px;
	text-align:center;
	padding-top:28px;
}

#title {
	float:left;	
	padding-top:20px;
}

#player {
	
	position: relative;
	width:100%;
	background-color:#333;
	height:345px;
	z-index:1;

}

#menu {
	
	position: relative;
	z-index:2;
	top:-345px;
	background-image:url(../../images/menu_bg.jpg);
	width:177px;
	height:296px;
	margin-left:22px;
	text-align:center;	
}

#content_wrap {
	
	background-image:url(../../images/content_bg_r.jpg);
	position:relative;
	top:-297px;	
	
}

#content {
	background-image:url(../../images/content_bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}

#content_f {
	background-image:url(../../images/content_bg_bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:27px;
	
	
}

#f_menu {
	text-align:center;
	width:525px;
	margin-top:25px;
	float:left;
	
}

#f_contact {
	float:left;	
	height:50px;
	margin:auto;
	width:315px;
	text-align:center;
	padding-top:5px;
	font-size:16px;
}

.footer_ul {
	vertical-align:middle;
	display:inline;
	margin:0px;
	padding:0px;
	text-align:center;
	margin:auto;
	font-size:18px;

}

.menu_item {
	
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:#ffd171;
	list-style:none;
	list-style-image:none;
	margin:0px !important ; 
	text-align:center;
	padding-top:1px;
	padding-bottom:15px;
	font-size:20px;
	padding-left:0px !important;
	border:none;
	
}

#footer {
	position:relative;
	top:-295px;
	height:70px;
	background-image:url(../../images/footer.jpg);
	text-align:center;
}

#i_title {
	text-align:left;
	padding:0px 10px 5px 5px;
	
}

#i_content {
	text-align:left;
	padding:0px 10px;
	text-shadow:#000 1px 1px 3px;
	color:#FFF;
	}

h1 {
	font-size:38px;
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	color:#ebc246;
	margin:0px;
	text-shadow: black 1px 1px 6px;
	
}

h6{
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	margin:0px;
	color:#ffd171;
	font-size:22px;
	text-shadow: black 1px 1px 6px;
	
}

.gold {
	color:#ffd171;
	text-shadow: black 1px 1px 6px;
}

