*{margin:0;padding:0}
body{
	background-color:rgba(128, 128, 128, 0.35);
	margin:0px auto;
}
.main_wrap{
	width:100%;
}
.wrap{
	width:960px;
	display:block;
	margin:0 auto;
}
.header_bg{
	background:rgb(74, 5, 29);
	border-bottom:2px solid red;
}
#header{
	background-color:rgb(74, 5, 29);
	padding:20px;
	border-right:1px solid gray;
	border-left:1px solid gray;
}
#header h2{
	font-size:40px;
	color:white;
}

#header p{
	font-size:20px;
	color:rgba(210, 210, 210, 0.52);
}
.nav_bg{
	background:white;
	border-bottom:2px solid red;
}
#nav{
	background-color:white;
	min-height:38px;
	border-left:1px solid gray;
	border-right:1px solid gray;
	
}
#nav ul{
	background-color:white;
	list-style-type:none;
	z-index:999;
	}
#nav ul li{
	float:left;
	border-right:1px solid red;
	position:relative;
	
}
#nav ul li:last-child{
	border-right:none;
}
#nav ul li a{
	text-decoration:none;
	display:block;
	padding:10px 20px;
	font-family:arial;
	transition:0.5s all ease;
	
	
}
#nav ul li a:hover{
	color:white;
	background:black;
	
}
#nav ul li ul{
	position:absolute;
	left:-999999px;
	background:white;
}
#nav ul li:hover ul{
	left:0;
}
#nav ul li ul li{
	border-right:none;
	border-bottom:1px solid red;
	float:none;
	width:200px;
	position:relative;
}
#nav ul li ul li:first-child{
	border-top:3px solid red;
}
#nav ul li ul li ul{
	position:absolute;
	top:-999999px;
}

#nav ul li ul li:hover ul{
	top:0px;
	left:200px;
}

#nav ul li ul li ul li{
	border-left:1px solid red;
	list-style-type:none;
}
#nav ul li ul li ul li:last-child{
	border-left:1px solid red;
}
#nav ul li ul li ul li:first-child{
	border-top:none;
}
.section_bg{
	background:black;
	border-bottom:2px solid red;
}

#slider_wrapper{
	border-left:1px solid white;
	border-right:1px solid white;
}
.content_bg{
	background:white;
}

#content_wrapper{
	background-color:white;
	padding:10px;
	overflow:hidden;
		border-left:1px solid gray;
	border-right:1px solid gray;
	
}
#content{
	width:620px;
	margin-right:20px;
	float:left;
	text-align:justify;
}
#content h2{
	font-size:30px;
	color:orange;
}
#content h3{
	margin-top:10px;
	margin-bottom:-5px;
	color:orange;
	font-size:30px;
}
#content p{
	margin:10px 0;
}
#content img{
	width:460px;
	
}
#content figure{
	width:460px;
	padding:10px;
	background-color:gray;
	margin:0 auto;
	display:block;
}
#content figcaption{
	text-align:center;
	font-family:arial;
	font-weight:bold;
	color:green;
}
blockquote{
	background-color:gray;
	padding:10px;
	padding-left:30px;
	margin-left:30px;
	border-left:2px solid orange;
}

#sidebar{
	width:275px;
	margin-left:20px;
	float:left;
}
.footer_bg{
	background:black;
}
#footer{
	text-align:center;
	background-color:black;
	color:white;
	padding:10px;
	border-left:1px solid white;
	border-right:1px solid white;
}
@font-face{
	font-family:"MARSNEVENEKSK";
	src:
	url("font/MARSNEVENEKSK.eot") format("eot"),
	url("font/MARSNEVENEKSK.tff") format("truetype"),
	url("font/MARSNEVENEKSK.woff") format("woff"),
	url("font/MARSNEVENEKSK.svg#MARSNEVENEKSK") format("svg");
}

header h2{
	font-family:MARSNEVENEKSK;
	font-size:150px;
}
#main_article_single{
	margin-bottom:25px;
	border-bottom:1px solid gray;
	overflow:hidden;
}
#main_article_single:last-child{
	margin-bottom:0px;
	border-bottom:0px solid gray;
}
#main_article_single h2{
	margin-top:-5px;
	padding-bottom:5px;
}
#imgp_wrap img{
	width:80px;
	height:80px;
	padding:5px;
	margin-right:5px;
	float:left;
	background-color:gray;
	border:1px solid red;
}
#imgp_wrap p{
	width:500px;
	float:left; 
	margin-top:0;
}

#main_sidebar{
	list-style-type:none;
	border-bottom:1.5px solid black;
	margin-bottom:25px;
	padding-bottom:25px;
}
#main_sidebar ul li{
	overflow:hidden;
	margin-left:25px;
	padding:10px;
	border-bottom:1px solid gray;
}
#main_sidebar ul li:last-child{
		border-bottom:none;
}
#main_sidebar h2{
	margin-bottom:10px;
	color:orange;
}
