img {
	border: 0px;
}
#site {
	width: 1000px;
	height: 600px;
	margin: 5px auto;
}
#grassHeader {
	width: 1000px;
	height: 100px;
	background-image: url('../IMG/grass.png');
	background-repeat: no-repeat;
}
#mainContent {
	width: 1000px;
	height: 398px;
	background-color: #8f8779;
}
#muddBottom {
	width: 980px;
	height: 55px;
	background-image: url('../IMG/mudd.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #bbb9b5;
}
.bottomList {
	display: inline;
}
.bottomListUl {
	margin: 0px;
	margin-left: -50px;
}
.menuImg {
	margin-left: 22px;
}
.menuImgCorrection {
	margin-left: 20px;
}
.mainMenu {
	margin: 0px;
	margin-left: 17px;
}
.mainMenuUl {
	margin: 0px;
	padding-top: 15px;
	letter-spacing:1px;
}
.mainMenuLink, .mainMenuLink:visited {
	color: #fef9d1;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.mainMenuLink:hover {
	color: red;
}
.mainMenuLinkActive, .mainMenuLinkActive:hover, .mainMenuLinkActive:visited {
	color: red;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#addressLeftImg {
	margin: 0px;
}

