@charset "utf-8";

/* Global */

body {
margin:0;
padding:0;
background:url(images/bg.png) repeat;
color:#FFFFFF;
}

a, a:visited, a:link {
	color:#FFFFFF;
}

a:hover, a:visited:hover {
	color:#FFFFFF;
}

/* Wrapper */

#wrapper {
	width:550px;
	margin:0 auto;
}

/* Header */

#header {
	width:550px;
	text-align:center;
	height:82px;
}

#header img {
	border:none;
}

/* Navigation */

#navigation {
	width:550px;
	text-align:center;
	padding: 0 0 5px 0;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

#navigation ul li {
	display:inline;
	padding: 0 25px 0 25px;
	font-size:20px;
	font-family:Tahoma, Arial;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
	text-decoration:none;
}

#navigation ul li a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

/* Underimg */

#underimg {
	width:550px;
}

#underimg img {
	border:none;
	margin: 0 0 0 50px;
}

/* Content */

#content {
	color:#FFFFFF;
	font-family: Verdana, Arial;
	font-size:15px;
	font-style:italic;
	width: 550px;
	margin:10px 0 0 0;
}

/* Websalbum */

#WAContainer {
  text-align: left;
  width: 453px;
  color: #333333;
  font-family: arial;
  margin: auto;
}

#WATop {
}

#WATitle {
	padding-left: 10px;
  font-size:18px;
  font-weight:bold;
  overflow:hidden;
  height:25px;
  text-align: left;
  color: #727272;
  display:none;
}

#WAPicTitle {
	padding-left: 10px;
	padding-top:15px;
  height:23px;
  overflow:hidden;
  font-size:14px;
  font-weight:bold;
  text-align: left;
  color:#FFFFFF;
}
#WAPicCaption {
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
  overflow:hidden;
  font-size:12px;
  font-family: arial;
  color:#FFFFFF;
}

#WATopBottom {
  height: 6px;
  line-height: 1px;
  font-size: 1px;
}

#WAPicContainer {
  height:340px;
  margin: -20px;
}

.WAPic {
  cursor:pointer;
  background-color:#f0f0f0;
}

#WABottom {
  width:453px;
  height:73px;
  margin-top: 8px;
}

#WAScrollLeft {
  width:19px;
  height:20px;
  background:url(images/leftarrow.png) no-repeat;
  float:left;
  cursor:pointer;
  margin-top: 26px;
  margin-left: 5px;
  margin-right: 10px;
}

#WAScrollRight {
  width:19px;
  height:20px;
  background:url(images/rightarrow.png) no-repeat;
  float:left;
  cursor:pointer;
  margin-top: 26px;
  margin-left: 10px;
  margin-right: 5px;
}

#WAScrollContainer {
  margin-top: 2px;
  width:385px !important;
  width:375px;
  overflow:hidden;
  float:left;
}

#WAScroller {
  height:68px;
  width:1000px;
}

.WAThumbBox {
  width:78px;
  height:68px;
  float:left;
  text-align:center;
  cursor:pointer;
}
.WASelected {
}

.WAThumbBox img {
  border:2px solid #F5F5F5;
}
.WASelected img {
  border:2px solid #589ED0;
}