@font-face {
  font-family: Mon Amour Two;
  src: url('fonts/Mon_Amour_Two.ttf');
}
body
{
  background: #D8DCE1 url('images/body_bg.png'); 
  font-family: Arial, Verdana, Sans-Serif;
  color:#666;  
}
h1
{
  text-shadow:1px 1px 1px #000;
  margin-bottom: -10px;
  
}

h3
{
  background:#CCC;
  display:inline-block;
  padding:5px;
  color: blue;
  text-shadow:0.5px 0.3px 0.3px #000;
}
h4
{
 color:#880303;
}

.nodecor
{
  text-decoration: none;
}
.verh
{
  background-position: top center;
  background-repeat: no-repeat;
}
.podlogka
{
  background: url('images/podtext.png');
  margin: 0 auto;
  width:450px;
}
.krysha
{
  background: url('images/krysha.png');
  position: relative;
  width:500px;
  height:70px;
}

.knopka
{
 background-color: #333;
	background-image: -moz-linear-gradient(#333, #666); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));	
	background-image: -webkit-linear-gradient(#333, #666);	
	background-image: -o-linear-gradient(#333, #666);
	background-image: -ms-linear-gradient(#333, #666);
	background-image: linear-gradient(#333, #666);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;	
	box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-o-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-ms-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;	
    height:22px;
    width:200px;
    text-align:center;
    color:#fff;
    padding:10px;
    float:left;
    margin:5px;
}

.knopka a
{
  color:#fff;
}

.scrollup
{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:100px;
display:block;
text-indent:-9999px;
background: url('images/icon_top.png') no-repeat;
}

.left
{
  display: block;
  float: left;
  margin-right: 10px;
}
