body{font-family: Helvetica, Arial, sans-serif;
	 background:url(images/fon.png);
     background-color:#000000;
     color:#999;
     margin:0px;
     padding:0px;
     font-size: small;
     font-weight: normal;
     text-align:left;
}

.menu {
	 text-align:left;
}
 
.up {
	 background: url(images/fon_up.png) repeat-x;
	 height: 20px;
}

.down {
	 background: url(images/fon_down.png) repeat-x;
	 height: 20px;
}
 
.header {
	 background: url(images/head_fon.png) no-repeat;
	 background-position: right;
	 text-align:center;
}
 
.wrapper{width:85%;
		 background-color:#0f0f0f;
         height:100%;
		 margin-top:20px;
         margin-left:auto;
         margin-right:auto;
         margin-bottom:20px;
         text-align:center;
}

.comment {
	 background: url(images/fon_comment.png) no-repeat;
	 background-position: right bottom;
	 text-align:left;
	 margin-left:10px;
	 margin-right:10px;
	 margin-top:10px;
	 margin-bottom:10px;
}
 
a {color: #aaaaaa;
   text-decoration: none;
   font-weight: bold;
   font-size: medium;}
 
a:focus {color: #FFFFFF;}
 
a:hover {color: #FFFFFF;}
 
.menuitem
{
  background-color: #303030;
  border-style: none;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 1px;
  padding: 5px;
  text-align: center;
 
}
 
.menuitem a {display:block;}
 
.menuitem:hover  {
 color: #FFFFFF;
 background-color: #BA0000;
}
 
.menuitem:focus  { 
 color: #FFFFFF;
 background-color: #000000;
}
 
input {border-color: #303030;}
 
.copyright {background: url(images/foot_fon.png) no-repeat;
			text-align:center;
			height:27px;
            font-weight: normal;
            font-size: small;}
