@charset "windows-1251";

body {
    margin: 0;
    padding: 0;
    background-image: url('../img/background.jpg');
}

img.border {
	border: 2px solid #928A77;
	padding: 2px;
}

a img {
    border: 0px;
}

div.center {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

#header {
	position: relative;
	margin: 20px auto 0px;
	padding: 0;
	width: 100%;
	height: 100px;
	background-image: url('../img/header.jpg');
}

#rings {
	position: absolute;
	left: 576px;
	top: 2px;
	width: 535px;
	height: 96px;
	background: url('../img/rings.gif') no-repeat;
}

#title {
	position: absolute;
	left: 28px;
	top: 8px;
	width: 445px;
	height: 87px;
}

#content {
	position: absolute;
	left: 29px;
	top: 15px;
	width: 758px;
	height: 509px;
}

#content p {
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: 30px;
	text-align: justify;
}

#content img.left {
	float:left;
	margin: 0px 15px 15px 0px;
}

#gallery_thumbs {
	 width: 100%;
	 text-align: center;
}

#gallery_thumbs tr:first-child th {
	padding-top: 0px;
}

#gallery_thumbs th {
	padding-top: 20px;
}

#gallery_thumbs td {
	padding-bottom: 20px;
}

#gallery_thumbs p {
	text-align: center;
	text-indent: 0;
}

#gallery_toggle {
	width: 100%;
	text-align:center;
	margin: 5px 0 0 0;
	padding: 0;
}

#gallery_toggle td {
	margin: 0;
	padding: 0;
}

#gallery_toggle .status {
	margin:0 50px; 
	font-weight:bold;
}

#logo {
	position: absolute;
	left: 801px;
	top: 16px;
	width: 217px;
	height: 119px;
}

#menu {
	position: absolute;
	left: 816px;
	top: 143px;
	width: 200px;
	height: 300px;
}

#menu ul { list-style: none; margin: 0;	padding: 0; }
#menu ul ul { margin-left: 20px; }

#menu li { margin: 15px 0px; }
#menu li.close ul { display:none; }
#menu li a { padding-left: 30px; }
#menu li a img { vertical-align: middle; }
#menu li.active > a {	background: url('../img/m_dash.gif') no-repeat left center; }
#menu li a:hover { background: url('../img/m_dash_over.gif') no-repeat left center; }

#copyright {
	position:absolute;
	left: 25px;
	top: 951px;
	width: 200px;
	height: 15px;
	background: url('../img/copyright.gif') no-repeat;
}
