@charset "UTF-8";
/* CSS Document */
* {
	margin: auto;
	padding: 0px;
}

body {
	background-color:#000;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#head {
	display: block;
	height: 181px;
	background-image: url(../images/overall_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	width: 840px;
	margin: auto;

}

#content {
	background-image: url(../images/overall_content_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width: 840px;
	margin:auto;
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
}

#content .center {
	height:auto;
	width:auto;
	margin:auto;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #9A0D08;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #A38B20;
	padding:10px 10px 10px 30px;
}

#content p {
	padding: 10px;
	text-align:left;
}

#content a img {
	border:none;
}

#content ul {
	padding-left: 60px;
	text-align:left;
}

#content ul li{
	list-style-position: inside;
	list-style-type: circle;
}

#content table {
	padding: 20px;
}

#copy {
	clear:both;
	display:block;
	font-family:"MS Serif", "New York", serif;
	font-size:10px;
	color:#900;
	margin:auto;
	width:840px;
	text-align:center;
}

#copy a{
	color:#900;
}

#copy a:hover{
	color:#FF0;
}
#rendezveny_top {
	background-image: url(../images/rendezveny_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 163px;
	width: 600px;
}

#rendezveny_middle {
	background-color: #FFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D5E4E7;
	border-left-color: #D5E4E7;
	width:554px;
	display: block;
	margin:auto;
	background-image: url(../images/rendezveny_mid.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:20px;
	padding-bottom:-200px;
}
#rendezveny_btm {
	background-image: url(../images/rendezveny_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:22px;
	width: 600px;
}


div.PhotoSlice * { padding: 0px; margin: 0px; }
div.PhotoSlice div.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}
div.PhotoSlice img {
	visibility: hidden;
}
/* PHOTO BACKGROUND */
div#PSbackground {
	background: #000;
}
/* PHOTO STAGE */
div#PSstage {
	
}
div#PSstage img {
	border: 6px solid #FFF;
	margin: 0px auto;
}
div#PSstage-replica {
	background: #FFF;
}
/* PANEL */
div#PSmenu {
	text-align: center;
	padding: 4px 0px;
}
div#PSmenu div#PSbuttons {
	height: 38px;
	padding: 5px 10px;
}
div.PhotoSlice a.button {
        cursor: pointer;
	margin: 0px 2px; 
	padding: 10px 20px;
	background: #333;
	border: 2px solid #999;
	color: #FCFCFC;
	font: 13px Trebuchet MS;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}
div.PhotoSlice a.button:hover {
	border: 2px solid #CCC;
}
div.PhotoSlice a.disabled {
        display: none;
}
div#PScaption {
        font: 13px Trebuchet MS;
}
div#PScaption p {
	color: #FCFCFC;
	text-align: center;
	line-height: 32px;
}
div#PScaption p a {
	border-bottom: 1px dotted #CCC;
	color: #CCC;
	text-decoration: none;
}
div#PScaption p a:hover {
	background: #333;
}
div#PScaption a#PSabout {
	float: right;
	line-height: normal;
	margin: 4px; padding: 0px 14px;
	line-height: 30px;
}
