﻿body {
	background-color: #faf9f8;
	font-family: Arial,Times, serif;
	color: #464646;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	background-image: url('../images/mbg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 10pt;
}
#wraper {
	width: 1164px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 1164px;
	height: 678px;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	<!--background-image: url('../images/top.jpg');
	background-repeat: no-repeat;-->


}
#content {
	width: 1000px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 86px;
}
#footer {
	clear: both;
	width: 100%;
	height: 363px;
	background-image:url('../images/foot.jpg');
	background-repeat:repeat-x;
}
.copyr {
	font-family: Geneva, Arial, sans-serif;
	color: #959595;
	font-size: 9pt;
}
.left1 {
	float: left;
	margin-right: 45px;
}
.tit {
	margin-bottom: 30px;
}
.ch {
	color: #8da333;
	text-shadow: 0px 1px 0px #000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 10pt;
}
.right1 {
	float: right;
	border: solid 3px #3b4449;
}
a:link {
	color: #464646;
	text-shadow: 0px 1px 0px #000;
	filter: dropshadow(color=#000,offX=0,offY=1);
	text-decoration: none;
	font-variant: small-caps;
}
a:visited {
	color: #6e785c;
	text-decoration: none;
}
a:hover {
	color: #8da333;
	text-decoration: none;
}
a:active {
	color: #8da333;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img, img a {
	border: none;
}

#menu {
	width: 180px;
	height: 100px;
}

.verticalMenu {
	margin: 0px auto 0;
	width: 100px;
	list-style: none;
	padding: 0;
}

.verticalMenu li {
	padding: 4px 0 4px 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.verticalMenu li a{
	font: 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #fefdfd;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

.verticalMenu li:hover a{
	color: #a46244; 
}

.verticalMenu li:hover {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 1px 1px #cacaca;
}

.link {
font-family: 'Tangerine', serif;
  font-size: 48px;
  text-shadow: 4px 4px 4px #aaa;
}


.news_img {
	float: right;
	display: block;
	padding: 10px;
	background-color: #dddddd;
	box-shadow:5px 5px 5px -5px #000;
	border: 6px solid #ffffff;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
}



.post{
	background-image: url(../images/divider.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
	width: 990px;
}
.news {
	font-family: 'Tangerine', serif;
  font-size: 20px;
  text-shadow: 4px 4px 4px #aaa;
	color: #999;
	line-height: 35pt;
}


.date {
	margin:5px 0 20px;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #748b37;

	font-style: italic;
}


.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}



.name_news {
	font-variant: small-caps;
	color: #929768;
	font-size: 12pt;
}

