@font-face {
	font-family: B52; /* Имя шрифта */
	src: url(../fonts/B52.ttf),
		url(../fonts/B52.woff);
}
@font-face {
	font-family: TypeWriter; /* Имя шрифта */
	src: url(../fonts/TypeWriter.ttf),
		url(../fonts/TypeWriter.woff);
}
html {
	height: 100%;
	position:relative;
}
body {
	background: url(../images/bkgnd.jpg) fixed;
	width: 100%;
	font-family: TypeWriter, courier new, courier, Georgia, serif;
	font-size: 10pt;
/* 	line-height:1.2; */
	padding:0;
	margin:0;
	height: 100%;
}

#logo{
	border:0;
	float: left;
	display: block;
}

#epigr {
	float: right;
	border:0;
	display: block;
}

#wrap {
	//background-image: url(../images/bkgnd.jpg);
	width:950px;	
	position:relative;
	left:50%;
	top:0%;
	margin-left:-475px;
	min-height: 100%;
	background: transparent;
}
	
#header{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-image: url(../images/bkgnd.jpg);
	max-height:200px;
	padding:0px;
	margin:0px;
	z-index: 1000;
	box-shadow: 0 0 60px #000;
	text-align:center;
}

#main {
	padding-top: 215px;
}
#breadcrumb {
	background: transparent;
	background-image: none;
	width:100%;
	color:#d68300;
	font-family:Veranda;
	font-weight:normal;
	height:30px;
}
#inside_breadcrumbs {text-align:center;}
#sidebar1 {
		text-align:center;
		float:left;
		font-weight: 1.5;
		position:relative;
		width:180px;
		background: transparent;
		//background-image: url(../images/bkgnd.jpg);
	}

#content {
		position:relative;
		color:#90a2aa;
		//background-image: url(../images/bkgnd.jpg);
		background: transparent;
		float: left;
		font-weight: 600;
		line-height: 1.3;
		width:590px;
		border-bottom: 1px dotted #90a2aa;
		border-top: 1px dotted #90a2aa;
	}
	
	
#sidebar2 {
		position:relative;
		//background-image: url(../images/bkgnd.jpg);
		text-align:center;
		float:right;
		width:180px;
		background: transparent;
	}
#inside_sidebar2{	
				position:relative;
				toop:-300px;
				z-index:4;
				text-align: center;
}

#inside_sidebar2 a,
#inside_sidebar2 a:hover {
	text-decoration: none;
}
				
#footer {
		position:relative;
		top:10px;
		text-align:center;
		width:100%;
		color:#d68300;
		font-family:Veranda;
		font-weight:normal;
		height:30px;
		clear: both;}

#bottom {
		color:white;
		clear: both;}
#copyright {float:right;
		position:relative;
		bottom:15px;
		right:20px;}		
#fireboard
		{
		width:950px;
		}
		
.blog{
		
		wiidth: 500px;
		float:left;
		}

.contentheading{
				font-size:12pt;
				color: #90c3fd;}
				
.contentpaneopen{
	overflow:scroll;
	width:100%;
	border-bottom: 1px dotted #6e4101;
	margin: 0px;
	padding:0px;}

.componentheading {
	display:block;
	color: white;
	border-bottom: 1px dotted #90a2aa;
}

.mainlevel {
	color: #6e4101;
	display: block;
	height: 25px;
	text-decoration: none;
	font-family: B52, courier new, courier;
	font-size: 22px;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
	
.admintable {width:400px;}

#active_menu {
	color: #0008a9;
	font-weight: bold;
}

.mainlevel:hover{
	color:#e98901;
	font-size: 24px;
}
.mainlevel:active{
	color:#0008a9
}
.pathway{
	color:#d68300;
}
.hasTip{
	display:block;
	border:0;
	padding:0;
	margin:0;
}

.readon {
	color:#e2b568;
}

.readmore-link,
.comment-link {
	color:#e2b568;
}

.mod_login {
	color:#e2b568;
}

.gallerytable {
	border:0;
}

.fltable{background-color: green;}
.albumContainer{background-color: none;color:#e2b568;}
.albumContainer2{background-color: none;color:#e2b568;}
.albumContainer3{background-color: none;color:#e2b568;}
.backbutton{
			text-align:center;
			color:#e2b568;}
.buttonheading {
	display:none;
}

ul.latestnews {
	padding-left: 10px;
}

li.latestnews {
	text-align: center;
	line-height: 1;
	list-style-type: none;
	margin-bottom: 15px;
}
a.latestnews {
	color: #6e4101;
	font-size: 20px;
	font-family: B52, courier new, courier;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

a.latestnews:hover {
	color: #e98901;
}

.resistance-movement {
	padding-top: 40px;
}
#mod_login_remembermetext{color:#90a2aa;}
#mod_login_greeting{color:#90a2aa;}