/* CSS Document */

body {
	background: #000000;		
}

#box{	
	width:980px;
	height:550px;
	margin:0 auto;
	position:relative;
}

#logo {
	position:absolute;
	background: url(../images/logo.gif) no-repeat;
	bottom:25px;
	left:0px;
	width:160px;
	height:163px;
}

#leftHor {
	position:absolute;
	background:url(../images/leftHor.gif) no-repeat;
	width:580px;
	height:1px;
	left:20px;
	top:20px;
}

#leftVert{
	position:absolute;
	background:url(../images/leftVert.gif) no-repeat;
	width:1px;
	height:161px;
	left:30px;
	top:10px;
}

#rightHor {
	position:absolute;
	background:url(../images/rightHor.gif) no-repeat;
	width:730px;
	height:1px;
	bottom:10px;
	right:10px;
}

#rightVert{
	position:absolute;
	background:url(../images/rightVert.gif) no-repeat;
	width:1px;
	height:443px;	
	bottom:0px;
	right:20px;
}

#centralArrea {
	position:absolute;	
	width:757px;
	height:366px;
	top:75px;
	left:90px;	
}

#indexPage {
	position:absolute;
	background:url(../images/golovna_min.gif) no-repeat;
	width:73px;
	height:25px;
	top:150px;
	right:20px;
}

#indexPage:hover, .indexPage{
	position:absolute;
	background:url(../images/golovna_max.gif) no-repeat bottom;
	width:100px;
	height:25px;
	top:150px;
	right:20px;
}

#photoalbumPage{
	position:absolute;
	background:url(../images/catalog_min.gif) no-repeat;
	width:73px;
	height:25px;
	top:190px;
	right:20px;
}

#photoalbumPage:hover, .photoalbumPage{	
	position:absolute;
	background:url(../images/catalog_max.gif) no-repeat bottom;
	width:100px;
	height:24px;
	top:190px;
	right:20px;
}

#contactsPage{
	position:absolute;
	background:url(../images/contacts_min.gif) no-repeat;
	width:73px;
	height:25px;
	top:230px;
	right:20px;
}

#contactsPage:hover, .contactsPage{
	position:absolute;
	background:url(../images/contacts_max.gif) no-repeat bottom;
	width:100px;
	height:24px;
	top:230px;
	right:20px;
}

#photos {
	border:2px #999999 solid;
}

#currentPage {
	text-decoration:none;
	color:#999999;
	font-size:20px;
}

#elsePage {
	text-decoration:none;
	color:#999999;
	font-size:16px;
}

#copyright{
	position:relative;
	width:120px;
	height:15px;
	background:url(../images/copyright.jpg) no-repeat;
	margin:0px auto;
}

#title, #contactInfo, #wordStyle{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#999999;
}

#title{
	position:absolute;
	bottom:15px;
	right:30px;
	width:220px;
	height:30px;
	font-size:20px;
}

#contactInfo{
	font-size:16px;
	text-align:center;
}

#wordStyle{
	font-size:16px;
}