@charset "UTF-8";
/* CSS Document */


#pageContainer {
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 780px;
}
#title {
	height: 60px;
	text-align: center;
}
#nav {
	float: right;
	width: 250px;
	margin-top: 25px;
}
#nav ul  li{
	font-weight: bold;
	color: #4C596A;
	list-style-type: none;
	margin-top: 6px;
}
#nav ul li ul li {
	margin-left: 24px;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#4C596A;
	font-weight: bold;
}
#nav a.here:link, #nav a.here:visited {
	text-decoration:none;
	color:#F60;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
#nav a:active, #nav a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f60;
}
.control {
	display:block;
	width:24px;
	height:500px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:260px;
	left:0;
	background-color: transparent;
	background-image: url(left_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 180px;
}

#rightControl {
	top:260px;
	right:0;
	background-color: transparent;
	background-image: url(right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 180px;
}

#slideshow {
	margin:15px auto;
	width:520px;
	height:550px;
	background:#fff url(img/.jpg) no-repeat 0 0;
	position:relative;
	margin:0px;
}
#slideshow #slidesContainer {
	width:470px;/* 20px wider than .slide to fit without h-scroll*/
	height:550px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:450px; 
  height:550px;
  /*margin:0px 20px*/
}

* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#000;line-height:12pt
}
body {
  background:#fff url(img/.jpg) repeat-x top left;
}

#pageContainer h1 {
  display:block;
  width:560px;
  height:44px;
  background:transparent url(img/.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:20px;
}
.slide h2 {
  font:italic 36px Georgia, "Times New Roman", Times, serif;
  color:#000;
  letter-spacing:-1px;
}
.slide img {
  /*float:right;*/
  margin:0px;
}

div.enter {
text-align:center;font-weight:400;margin:0px auto
}
