body {
    width : 100%;
    text-align : center;
    margin: 0px;
    margin-top: 8px;
    background-image : url(pict/fon.jpg);
}

#bodyall {
   text-align : center;
    width : 800px;
   margin-left: auto;
   margin-right: auto;
}
img {
	border: 0px;
}
div {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div.header {
    text-align : center;
    vertical-align : middle;
}
div.main{
    margin : 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom : 10px;
}


H1 {
    text-align : center;
    text-decoration : none;
    font-size : 22px;
    font-weight : normal;
    margin : 0px;
	font-family:"Times New Roman";
}
H1.header {
    color: green;
    font-size : 18px;
    padding-top : 10px;
   padding-bottom : 10px;
    margin-bottom : 20px;
    margin-top : 15px;
    vertical-align : middle;
    text-align:left;
    font-family:"Times New Roman";
}

p {
    font-family : "Times New Roman";
    font-weight : normal;
    text-align : justify;
}
p.gormenu {
    text-align : left;
    margin : 0px;
    font-size : 16px;
    margin-top : 8px;
    margin-bottom : 8px;
}
#shapka {
	vertical-align : middle;
}
a {
    text-decoration : none;
    color : Black;
}
a:hover {
    color : Red;
}
.footerlink {
    font-size : 10px;
    color :  Silver;
    text-align:left;
}
a:hover.footerlink {
    font-size : 10px;
    color : Silver;
}
#footer-left {
	float: left;
    width: 55%;
}
#footer-right {
    float: right;
    width: 45%;
}
hr {
    color : Silver;
    height : 1px;
}