body{
    background-color: #797262;
    background-image: url("/gfx/page/body_bg.png");
    background-position: top left;
    background-repeat: repeat-x;
    font-family: tahoma;
	color: #fff;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
p {
	margin: 0;
	padding: 0;
}
tr, td{
	font-size: 12px;
	color: #fff;
}
#pageContainer {
	width: 900px;
	margin: 0 auto;
}
#topContainer{
	width: 900px;
	height: 164px;
	display: block;
}
#bannerContainer{
	width: 900px;
	height: 188px;
	background-image: url("/gfx/page/banner_bg.png");
	display: block;
}
#navContainer{
	width: 900px;
	height: 58px;
	background-image: url("/gfx/page/nav_bg.png");
	display: block;
}
#navContainer #navContainerText{
	margin-left: 516px;
	padding-top: 5px;
	color: #f29400;
	font-size: 11px;
	text-align: left;
}
#contentContainer{
	width: 900px;
	background-color: #797262;
	display: block;
    background-image: url("/gfx/page/content_bg.png");
    background-position: top left;
    background-repeat: repeat-y;
}
#contentContainer a{
	text-decoration: none;
	color: #fff;
}
#contentContainer #contentContainerMenu{
	float: left;
	width: 237px;
}
#contentContainer #contentContainerMain{
	float: right;
	width: 663px;
	text-align: justify;
}
#footerContainer{
	width: 900px;
	height: 75px;
	background-image: url("/gfx/page/footer_bg2.png");
	background-repeat: no-repeat;
	display: block;
}
#footerContainer #footerContainerLeft{
	float: left;
	height: 75px;
	width: 237px;
	display: block;
	text-align: left;
}
#footerContainer #footerContainerRight{
	float: right;
	height: 75px;
	width: 663px;
	display: block;
	text-align: center;
}
#footerContainer #footerContainerRight a{
	text-decoration: none;
	color: #202203;
	font-weight: bold;
	margin-right: 10px; 
}
#gallery_container,#gallery2_container {
	
}

.gallery_image_container,.gallery2_image_container {
	float: left;
	border: 2px solid #b8bfc7;
	margin: 4px 8px 24px 52px;
	padding: 0;
}
