body {
  background-color:#252525;
  color:#E9E9E9;
  font-family:'Inconsolata', arial, serif;
}

#logo {
  font-size:48px;
  position:absolute;
  top:10px;
  left:10px;
  margin:0;
  text-shadow:1px 1px 3px #8E8E8E;
}
a {
  text-decoration:none;
  color:#E9E9E9;
}

#menu li,#menu h2 {
 display:inline;
}

#menu {
  width:640px;
  height:200px;
  margin: 0 auto;
  text-align:center;
}

.visibleMenu {
  display:inline;
}
.hiddenMenu {
  display:none;
}

.slide > img {
  float:right;
  padding:5px;
}

.slide > p, .slide > h2 {
  padding:10px;
  color:#000000;
}

#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	top:150px;
	left:25%;
	position:absolute;
}


#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  background-color:#FFFFFF;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px;
  height:263px;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}

