html, body {margin: 0px; padding: 0px; Font-Family: Verdana;}
.wrapper{width: 750px; height:500px; margin: auto; /*border: ridge 3px lightgrey;*/}
.container{width: 750px; height:200px;}
.left{float: left; width: 225px; height: 160px; position: relative; top: 170px; text-align:left;}
.left_inside{position: absolute; top: 0px;}
.center{float: left; width: 300px; height: 478px; position: relative; top: 11px;}
.right{float: left; width: 225px; height: 160px; position: relative; top: 170px;}
.right_inside{position: absolute; bottom: 0px; right: 0px;}
.header_block{position: relative; width: 300px; height: 80px; padding: 10px 0px; font-size: 10px; text-align: center; color: #CC0033;}
.rus{width: 300px; position: absolute; bottom: 10px;}
.little{font-size: 12px; font-weight: bold;}
.big{font-size: 18px; font-weight: bold; text-transform: uppercase;}
.eng{width: 300px; position: absolute; top: 20px;}
ul{list-style-image: url("images/square1.gif"); list-style-position: outside; padding: 0px; margin: 0px;}
.menu{
	background-image: url("images/square1.gif");
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
	font-variant:normal;
	color:#cc0000;
	}
.m_left{background-position: left; padding-left: 12px;}
.m_right{background-position: right; padding-right: 12px;}
a.menu{	color: #0033FF;}
a.menu:hover{color:#cc0000; text-decoration : underline;}
