/*@import url('reset.css');*/
body{
	background-image: url(backg_ma.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	-o-background-size:cover;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center 0px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow-y:scroll;
/*	height: 1500px;*/
}
#logoblock {
	width: 920px;
	margin: 0 auto;
	border-bottom: 2px solid;
	border-bottom-color: #F00;
	padding-top: 30px;
}
#logoblock p{
	font-family:'bng45__c',Sans-Serif;
	font-size:72px;
	color: #000;
}
#logoblock p span{
	color: #F00;
}

a{
	color:#f0f0f0;
	text-decoration:none;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	margin:0 auto;
}
.header{
	padding-top:10px;
}
.more ul{
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding:20px 0px 30px 20px;
	height:30px;
}
.more ul li{
	float:left;
	margin:0px 1px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#f00; /*000*/
	color:#fff;
	text-shadow:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px 5px 5px 5px;
}
.more ul li a{
	text-shadow:1px 1px 1px #000;
	color:#e3cbfe;
	padding:3px 6px;
}
.more ul li a:hover{
	color:#bda2dc;
}
h1{
	margin:0 0 13px 0;
	float:left;
	clear:both;
	font-size:34px;
	padding:12px;
	text-shadow:0px 0px 1px #000;
	color:#f8f8f8;
	font-family:'News Cycle', Georgia, serif;
}
h1 span{
	color:#e3cbfe;
	text-align:right;
	font-size:25px;
	padding:0 10px;
}
h2{
	float:right;
	color:#bda2dc;
	padding:30px 20px 0 0;
}
.content{
	width:100%;
	position:relative;
	margin:20px 0 0 0;
	clear:both;
}
/* Footer Style */
.topbar{
	position:relative;
	width:100%;
	height:25px;
	line-height:24px;
	bottom:0;
	font-size:13px;
	background-color:#f00;
	opacity:0.7;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	z-index:4;
}
.topbar a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.topbar a:hover{
	color:#fff;
}
.topbar a span{
	font-weight:bold;
}
.topbar span.right_ab{
	position:absolute;
	right:4px;
}
.maincont {
	width: 916px;
/*	height: 100px;*/
	margin: 0 auto;
}
.photo {
	background-color: #5C5C5C;
	height: 140px;
	padding: 10px 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 650px;
}
.photo p{
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.toocont {
	margin: 50px 20px 0 50px;
	display: block;
	height: 200px;
}
.toocont img{
	float: left;
	margin-right: 20px;
}
.toocont p{}
#mnu{
	margin-top: 30px;
}
#mnu ul{
	width: 250px;
}
#mnu li{
	border-bottom: 1px dotted;
	border-bottom-color: #000;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}
#mnu li:hover{
	background-color: #000;
}
#mnu li a{
	font-size: 16px;
}
#foot {
	width: 916px;
	height: 90px;
	margin: 0 auto;
	background-color: #5C5C5C;
	margin-top: 10px;
}
#foot p{
	color: #CCC;
	padding: 20px 0 0 20px;
}




