@charset "utf-8";
.brownBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #403304;
}
.brownBorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #403304;
}
.brownBorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #403304;
}
.brownBorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #403304;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #9b8c51;
	letter-spacing: 1px;
}
.portraitIcons {
	margin:33px 0 5px 0;
	border:solid 1px #403304;
}
a, a:active,a:link,a:visited{
	color: #996600;
	text-decoration: none;
}
a:hover{
	color: #FFFFCC;
	text-decoration: none;
}
.whiteSubtitle{
	color: #FFFFFF;
}
.whiteLink, .whiteLink:active,.whiteLink:link,a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLink:hover{
	color: #FFFFCC;
	text-decoration: none;
}
.subtitleLight {
	color: #7e541e;
}
.subtitleHeavy {
	color: #663300;
	font-weight:bold;
}
.textColorLink, .textColorLink:active,.textColorLink:link,a:visited{
	color: #9b8c51;
	text-decoration: none;
}
.textColorLink:hover{
	color: #FFFFCC;
	text-decoration: none;
}
.albumIcons{
	margin: 12px 15px 0 20px;
	border: solid 1px #ffffff;
}
.albumDescriptions{
	padding-top: 12px;
}
.embellishment{
	padding-top: 20px;
	padding-bottom: 20px;
}
/* START SCROLLING PAGE*/
.Container {
  position: relative;
  top: 20px; left: 20px;
  width: 300px;
  height: 310px;
  background: #000 url(images/container_background.gif) no-repeat;
}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 300px;
  height: 300px;
}

#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #FFF;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: relative;
  top: 100px; left: 3px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: relative;
  top: 130px; left: 3px;
}
.Scrollbar-Left {
  cursor: pointer;
  position: relative;
  top: 220px; left: 0px;
}
.Scrollbar-Right {
  cursor: pointer;
  position: absolute;
  top: 220px; left: 380px;
}

/* END SCROLLING PAGE*/

