body
{
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #669999;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	

}

/* FONTS */

font.copyright
{
	font-family: Arial;
	font-size: 8pt;
	color: #336666;
	text-decoration: none;
}


/* LINKS */

.copyright a:link { color: #336666; font-size: 8pt; font-family: Arial; text-decoration: none; font-weight: normal}
.copyright a:visited { color: #336666; font-size: 8pt; font-family: Arial; text-decoration: none; font-weight: normal }
.copyright a:hover { color: #336666; font-size: 8pt; font-family: Arial; text-decoration: underline; font-weight: normal }
.copyright a:active { color: #336666; font-size: 8pt; font-family: Arial; text-decoration: none; font-weight: normal }

/* DIV CONTAINERS */

#background
{
	width: 1158px;
	height: 1024px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/bg2.png);
	margin: 0 auto 0 auto;
}

#pageHeader
{
	width: 950px;
	height: 153px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/header_bg.png);
	margin: 0 auto 0 auto;
}

#links
{
	width: 950px;
	height: 26px;
	background-image: url(images/links_bg.png);
	margin: 0 auto 0 auto;
}

#contentContainer
{
	width: 950px;
	height: 434px;
	background-image: url(images/content_bg.png);
	margin: 0 auto 0 auto;
	text-align: left;
}

#redBorder
{
	width: 950px;
	height: 6px;
	max-height: 6px;
	background-image: url(images/red_border.png);
	margin: 0 auto 0 auto;
}

#extraContainer
{
	width: 950px;
	height: 229px;
	background-image: url(images/extra_bg.png);
	margin: 0 auto 0 auto;
	text-align: left;
}

#extraContainerFI
{
	width: 950px;
	height: 229px;
	background-image: url(images/extra_bg_fi.png);
	margin: 0 auto 0 auto;
	text-align: left;
}

#copyrightContainer
{
	width: 950px;
	margin: 0 auto 0 auto;
	padding-top: 5px;
}

/* content of contentContainer */

#contentHeader
{
	padding-top: 30px;
	padding-left: 0px;
	position: absolute;
}

#contentPlaceHolder
{
	width: 300px;
	text-align: left;
	padding-top: 75px;
	padding-left: 30px;
	position: absolute
}

#scrollarea
{
	position: relative;
	top	: 0px;
	left: 0px;
	height: 350px;
	width: 10px;
	border: 0px solid #666;
	overflow: hidden;
}

#scrollbar
{
	position: absolute;
	top: 0px;
	width: 10px;
	background: #AAA; //666
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
}

/* content of extraContainer */

#player
{
	width: 258px;
	height: 220px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	float: left;
}

#guestbookLinks
{
	text-align: left;
	padding-top: 50px;
	padding-left: 580px;
	position: absolute
}

#subcontainer
{
	height: 350px;
	position: static;
	overflow: hidden;
}

#subcontent
{
	height: 350px;
	position: relative;
}
