@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #1a171b;
}

* {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

img {
	border: none;
}

p {	
	margin: 10px 34px 0 34px;
}

#Container {
	width: 869px;
	margin: 60px auto 0 auto;
	background-color: #FFFFFF;
	position: relative;
}

.GalleryButt {
	position: absolute;
	top: -8px;
	right: -7px;
}

#Left {
	width: 488px;
	height: 476px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#Logo {
	margin: 0 0 22px 0;
	padding: 39px 0 0 0;
	width: 100%;
	height: 108px;
}

#Menu {
	width: 100%;
	height: 33px;
}

#Menu ul li {
	float: left;
}

#BottomBar {
	width: 801px;
	height: auto;
	margin: 20px auto 0 auto;
	color: #FFFFFF;
}

#BottomBar a, #BottomBar a:link, #BottomBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#BottomBar a:hover {
	text-decoration: underline;
}
