@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #aaab9f;
	background-image: url(../header/bg_left.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#Menu {
	background-image: url(../header/bg_main.jpg);
	height: 97px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Menu #TopLINK h1 {
	text-align: right;
	width: 560px;
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
}
#Menu #RightMenu {
	margin: 0px;
	padding: 0px;
	float: right;
}
#Menu #RightMenu ul {
	font-size: 0px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Menu #RightMenu li {
	float: right;
}
a {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

