* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img, table {
	border-style: none;
}

input, fieldset, label {
	vertical-align: middle;
}

body {
	font-family: Arial;
	text-align: center;
	background: url(/i/body.gif);
}

#Wrapper {
	margin: 0 auto;
	width: 773px;
	text-align: left;
}

#Menu {
	height: 33px;
	overflow: hidden;
}

#Menu ul {
	padding: 8px 20px 9px 20px;
}

#Menu li {
	float: left;
	display: inline;
	padding: 0 20px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #b9dde3;
	background: url(/i/menu-spliter.gif) no-repeat right top;
}

#Menu li#m1 {
	padding-left: 0;
}

#Menu li#m7 {
	padding-right: 0;
	background: none;
}

#Menu a {
	text-decoration: none;
	color: #fff;
}

#Footer {
	height: 51px;
	overflow: hidden;
}

#Copyrights {
	float: left;
	width: 50%;
}

#Copyrights p {
	padding: 11px 0 0 0;
	font-size: 11px;
	color: #666;
}

#Evgord {
	float: right;
	width: 40%;
}

#Evgord p {
	padding: 13px 0 0 0;
}

#Evgord a {
	display: block;
	float: right;
	width: 143px;
	height: 15px;
	overflow: hidden;
	text-indent: -100em;
	background: url(/i/evgord.png) no-repeat;
}

/* Clearfix
----------------------------------------------------------- */

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
    display: block;
}

* html .br {
    height: 1px;
}