* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background-color:#e6e6e6;
	background-image:url(../img/bg2.jpg);
}
body {
	font: 12px/18px Arial, sans-serif;
}
.wrapper {
	min-width: 320px;
	max-width: 1200px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: auto;
	background: #e6e6e6 no-repeat;
	background-image:url(../img/bn1.jpg);
	background-size: 100%;
}

.hbn {
	position: inherit;
	padding: 7% 5px 5px 38%;
}


/* Menu
-----------------------------------------------------------------------------*/
.menu {
	height: auto;
	border: 0;
	background-image:url(../img/mph.png);
	background-repeat:repeat-x;
	padding: 0 0 0 0;
	color:#b5b2a6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

.menu a{
	color:#610b0b
	}	

.menu a:hover{
	color:#ffffff
	}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
	background-color:#d1c6aa;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.razd1 {
	padding: 0 0 0 0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
}


.razd2 {
	color:#000000;
	background-color:#e2e2e2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
.razd2 a{
	color:#000000;
	text-decoration: none;
}

.lasts {
	padding: 0 0 0 0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
}

.main-i {
	padding: 0 0 0 0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	background: #f3f3f3;
}



.news {
	padding: 0 5px 0 5px;
	color:#2e8b57;
	font-family:Verdana;
	font-size:120%;
	color:#ffffff;
	background-color:#293941;
}

.news a{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
}



.content {
	padding: 10px 30px 10px 40px;
	color:#303964;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
}

.content a{
	color:#5e3737;
}

.content img{
	max-width: 100%;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
}
.content a:hover{
	text-decoration:none;
	}


.col_right {
    position: absolute;
    max-width:20%;
    max-height: auto;
}



.col_left {
    position: relative;
    margin: 5px 5px 5px 5px;
    display: inline-block;
    width: 20%;
    height: auto;
    background: #e2e2e2;
}

.col_left:hover{
	box-shadow: 0.8em 0.8em 15px rgba(122,122,122,0.5);
    background: #ffffff;
}




.col_right_1 {
    position: absolute;
    max-width:33%;
    max-height: auto;
}

.col_right_1 img{
	margin: 5px 5px 5px 5px;
	display: inline;
}

.col_left_1 {
    position: relative;
    margin: 5px 5px 5px 5px;
    display: inline-block;
    width: 32%;
    height: auto;
    background: #293941;
}

.col_left_1 img{
	margin: 5px 5px 5px 5px;
	display: inline;
}

.col_left_1:hover{
    background: #4b5960;
}

.calf {
	color:#ff0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:300%;
	position: relative;
}

.cluster {
	font-family: "Courier New", Courier, monospace
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: auto;
	background: #5e3737;
}

.footer a{
	color:#e6e6e6;
}

.copy{
	margin-left:20px;
	padding-top:40px;
	font-size:100%;
	color:#e6e6e6;
}

.copy a{
	color:#e6e6e6;
	}
