html, body {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #672823 url(Background.gif);
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
}

a:link, a:visited, a:active, a:hover {
	color: #672823;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
	border-width: 0;
}

.PageOuter {
	padding: 10px;
}
.Page {
	background: #fbfccc url(PageBoxBack.gif);
	width: 964px;
	margin: 0 auto 0 auto;
}
.PageTop {
	background: url(PageBoxTop.gif);
	height: 21px;
}
.PageContent {
	margin: 3px 0 0 52px;
	width: 860px;
	overflow: hidden;
}

.Logo {
	width: 854px;
	height: 197px;
	padding: 0;
	margin: 0;
}
.Logo a {
	position: absolute;
	width: 854px;
	height: 197px;
}
.Logo img {
	position: absolute;
	top: 0;
	left: 0;
}

.Menu {
	margin-top: 10px;
	width: 854px;
	height: 55px;
	background: #672823 url(Menu.gif) no-repeat;
}

.Menu a:link, .Menu a:visited, .Menu a:active, .Menu a:hover {
	color: #fbfccc;
	background-color: transparent;
	text-decoration: none;
}
.Menu a:hover {
	text-decoration: underline;
}

.MainMenu {
	margin: 0;
	padding: 6px 0 0 20px;
	float: left;
	width: 600px;
	list-style-type: none;
}

.MainMenu li {
	float: left;
	padding: 0 5px;
}

.MainMenu a {
	display: block;
	padding: 10px 5px;
	font-size: 15px;
	font-weight: bold;
}

.LangMenu {
	margin: 0;
	padding: 9px 0 0 0;
	float: right;
	width: 165px;
	list-style-type: none;
}

.LangMenu li {
	float: left;
	padding: 0 3px;
}

.MenuBottom {
	clear: both;
	height: 20px;
	margin-bottom: 1px;
}

.MainContent1 {
	clear: both;
	background: url(VertMain.gif) repeat-y 30px 23px;
}
.MainContent2 {
	background: url(VertTop.gif) no-repeat 30px 0;
}
.MainContent3 {
	background: url(VertBottom.gif) no-repeat 30px 100%;
}
.MainContent4 {
	float: left;
	width: 740px;
	padding: 0px 10px 10px 70px;
}

.MainContentMinHeight {
	float: right;
	width: 1px;
	height: 300px;
}
.MainContentBottom {
	clear: both;
}

.IndexTextContent {
	width: 492px;
	float: left;
}

h1 {
	font-family: 'Georgia', 'Times New Roman', serif;
	margin: 0;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-family: 'Georgia', 'Times New Roman', serif;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-family: 'Georgia', 'Times New Roman', serif;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

.PageBottomSeparator {
	margin: 0 300px;
	height: 40px;
	background: url(BottomLine.gif) repeat-x 0px 30px;
}

.PageBottom {
	clear: both;
	background: url(PageBoxBottom.gif) no-repeat bottom left;
	color: #777777;
	font-size: 11px;
	text-align: center;
	height: 30px;
}

div.GalleryImg, div.BigGalleryImg {
	display: block;
	float: left;
	padding: 18px;
	width: 210px;
	text-align: center;
}
div.GalleryImg {
	height: 143px;
}
div.BigGalleryImg {
	height: 277px;
}

div.GalleryImg a,
div.BigGalleryImg a {
	display: block;
}

div.GalleryImg a:hover,
div.BigGalleryImg a:hover {
	text-decoration: none;
}


div.GalleryImg .ImgBorder1,
div.BigGalleryImg .ImgBorder1 {
	margin: 0 auto;
}

div.GalleryImg .ImgBorder8,
div.BigGalleryImg .ImgBorder8 {
	cursor: pointer;
}



.ImgBorder1 {
	display: block;
	background: url(ImgBorderTop.gif) repeat-x top left;
}
.ImgBorder2 {
	display: block;
	background: url(ImgBorderBottom.gif) repeat-x bottom left;
}
.ImgBorder3 {
	display: block;
	background: url(ImgBorderLeft.gif) repeat-y top left;
}
.ImgBorder4 {
	display: block;
	background: url(ImgBorderRight.gif) repeat-y top right;
}
.ImgBorder5 {
	display: block;
	background: url(ImgBorderTopLeft.gif) no-repeat top left;
}
.ImgBorder6 {
	display: block;
	background: url(ImgBorderTopRight.gif) no-repeat top right;
}
.ImgBorder7 {
	display: block;
	background: url(ImgBorderBottomLeft.gif) no-repeat bottom left;
}
.ImgBorder8 {
	display: block;
	padding: 5px;
	background: url(ImgBorderBottomRight.gif) no-repeat bottom right;
}




div.AddressItem {
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 18px;
}
div.AddressMain {
	font-weight: bold;
	margin-bottom: 3px;
}
span.AddressField {
	font-weight: bold;
}