﻿body{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 100%;	
	height: auto;
	margin: auto;
}

#content{
	width: 100%;
	min-width:1200px;
	height: 751px;
	background: scroll #e6ebee url(../images/background2.jpg) 50% 0% no-repeat;
	margin: 0 auto;
}

#BlockTop{
	width: 1130px;
	margin: 20px auto;
	height: 471px;	
}

#BlockTop table{
	margin: 0;
	padding: 0;
	height: 471px;
	vertical-align: middle;
	color: #fff;
}

#BlockTop tr{
	margin: 0;
	padding: 0;
}

#BlockTop td{
	margin: 0;
	padding: 0;
}

#BlockTop h1{
	margin: 0;
	font-size: 300%
}

#BlockTop p{
	margin: 0;
	width: 580px;
	text-align: justify;
	font-size: 120%
}

#BlockBottom{
	width: 1130px;
	margin: 40px auto;
	height: 210px;
}

#BaseLevel div{
	width: 200px;
	margin: 0 auto;
}

#BaseLevel{
	width: 545px;
	height: 200px;
	float: left;
	background: #fff;
}

.button{
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	border-radius: 25px;
	padding: 10px 0px;
	width: 200px;
    margin-top: 22px;
} 

.blue{
	background: linear-gradient(top,#207ded,#1660b9); 
	background: -webkit-linear-gradient(top,#207ded,#1660b9); /* для Chrome и Safari */ 
	background: -o-linear-gradient(top,#207ded,#1660b9); /* для Opera */ 
	background: -moz-linear-gradient(top,#207ded,#1660b9); /* для Firefox */ 
	background: -ms-linear-gradient(top,#207ded,#1660b9); /* для IE10+ */  
	color: #fff; 
	text-decoration: none;} 

.blue:hover{ 
	background: linear-gradient(bottom,#207ded,#1660b9); 
	background: -webkit-linear-gradient(bottom, #207ded 5%,#1660b9); /* для Chrome и Safari */ 
	background: -o-linear-gradient(bottom,#207ded,#1660b9);/* для Opera */ 
	background: -moz-linear-gradient(bottom,#207ded,#1660b9); /* для Firefox */ 
	background: -ms-linear-gradient(bottom,#207ded,#1660b9); /* для IE10+ */ 
	text-decoration: none;
} 
			  
.button:hover{ 
	text-decoration: none; 
	color: #fff; 
}

#AdvancedLevel{
	width: 525px;
	height: 180px;
	float: right;
	background: #fff;
	overflow: auto;
	padding: 10px;
	text-align: justify;
}

#AdvancedLevel h2{
	text-align: center;
}

#news{
 	width: 510px;
	text-align: justify;
}

#news h3{
 	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 0;
}

#news p{
	margin-top: 0;
}

#news p a{
 	font-weight: bold;
	color: black;
	text-decoration: none;
}

#news p a:hover{
	text-decoration: underline;
}

#allnews{
	text-align: center;
	height: 20px;
	width: 200px;
	padding: 10px 0;
	border-radius: 20px;
}

#Newsa a{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#allnews:hover{
	background: #e6ebee;
}