/* LINKS */
a {
	font-family: Verdana; 
	text-decoration: none; 
	font-size: 10px; 
	color: #0000FF; 
}

a:active {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a:hover {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.small {
	font-family: Verdana; 
	text-decoration: none; 
	font-size: 9px; 
	color: #0000FF; 
}

a.small:active {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 9px; 
	color: #0000FF; 
}

a.small:hover {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 9px; 
	color: #0000FF; 
}

a.black {
	font-family: Verdana; 
	text-decoration: none; 
	font-size: 10px; 
	color: #000000; 
}

a.black:active {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.black:hover {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.lila {
	font-family: Verdana; 
	text-decoration: none; 
	font-size: 10px; 
	color: #ffc0ff; 
}

a.lila:active {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.lila:hover {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.red {
	font-family: Verdana; 
	text-decoration: none; 
	font-size: 10px; 
	color: #FF0000; 
}

a.red:active {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.red:hover {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.white {
	font-family: Verdana; 
	text-decoration: none; 
	font-size: 10px; 
	color: #FFFFFF; 
}

a.white:active {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.white:hover {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.yellow {
	font-family: Verdana; 
	text-decoration: none; 
	font-size: 10px; 
	color: #fffc05; 
}

a.yellow:active {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.yellow:hover {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 10px; 
	color: #0000FF; 
}

a.smallAlbumArt {
	font-family: Verdana; 
	text-decoration: none; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
}

a.smallAlbumArt:active {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 11px; 
	color: #FFFF00; 
	font-weight: bold;
}

a.smallAlbumArt:hover {
	font-family: Verdana; 
	text-decoration: underline; 
	font-size: 11px; 
	color: #FFFF00; 
	font-weight: bold;
}

/* ELEMENTS */
body, head {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
	font-family: verdana;
	background-color: #e2e2e2;
}

.button	{
	border-color: #000000;
	border-width: 1px;
	color: #000000;
	font-size: 8pt;
	font-family: verdana;
}

.forms {
	border-color: #000000;
	border-width: 1px;
	color: #000000;
	font-size: 8pt;
	font-family: verdana;
}

.formsSmall {
	border-color: #000000;
	border-width: 0px;
	background-color: #DDDDDD;
	color: #000000;
	font-size: 8pt;
	font-family: verdana;
}

.empty {
	font-size: 0px;
}

.guestbook, .guestbook {
	background-color: #FFFFFF;
	border-color: #404040;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.guestbook2 {
	background-color: #FFFFFF;
	border-color: #404040;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}

/* TEXT */
.text {
	color: #FFFFFF;
}

.text, .textblack, .textgreen, .guestbook, .guestbook2, .textpurpleblue, .textred, .textyellow {
	font-family: verdana;
	font-size: 10px;
}

.textblack, .textblacksmall, .guestbook, .guestbook2, .breadcrumbs, .login {
	color: #000000;
}

.textblacksmall, .breadcrumbs, .login {
	font-size: 9px;
}

.textgreen {
	color: #00ff00;
}

.textpurpleblue {
	color: #8080ff;
}

.textred {
	color: #FF0000;
}

.textyellow {
	color: #ffff00;
}

/* DIV */
.wrapper {
	position:absolute; 
	top:50%; 
	left:50%; 
	width:608px; 
	height:523px; 
	overflow:hidden; 
	margin-left:-304px; 
	margin-top:-254px;
}

.center {
	z-index:1; 
	position:absolute; 
	visibility:visible; 
	border:0px; 
	overflow:hidden; 
	text-align:left; 
	left:57px; 
	top:108px; 
	margin:0px; 
	padding:0px;
}

.centerbackground {
	z-index:0; 
	position:absolute; 
	visibility:visible; 
	padding:0px; 
	border:0px; 
	text-align:center; 
	overflow:hidden; 
	left:58px; 
	top:108px;
}

.top {
	z-index:2; 
	position:absolute; 
	visibility:visible; 
	padding:0px; 
	border:0px; 
	overflow:hidden; 
	text-align:left; 
	width:608px;
	left:0px; 
	top:0px; 
	background-image:url("../img/top.gif");
}

.menu {
	z-index:3; 
	position:relative; 
	visibility:visible; 
	display:block; 
	width:450px; 
	height:25px; 
	left:12px; 
	top:19px;
}

.bottommenu {
	position:absolute; 
	text-align:center; 
	z-index:3; 
	visibility:visible; 
	width:608px; 
	height:19px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.bottomcmsmenu {
	display:block;
	position:absolute; 
	text-align:right; 
	z-index:3;
	visibility:visible; 
	width:500px; 
	top:29px;
	height:15px; 
	left:55px;
	margin:0px;
	padding:0px;
}

.breadcrumbs {
	z-index:3; 
	position:relative; 
	visibility:visible; 
	display:block; 
	height:10px; 
	left:50px; 
	top:63px;
}

.login {
	z-index:3;
	position:relative;
	visibility:visible;
	display:block;
	left:500px; 
	top:-25px; 
	text-align:right; 
	width:40px;
}

.left {
	z-index:2; 
	position:absolute; 
	visibility:visible; 
	padding:0px; 
	border:0px; 
	overflow:hidden; 
	text-align:right; 
	left:0px; 
	background-image:url("../img/left.gif");
}

.right {
	z-index:2; 
	position:absolute; 
	visibility:visible; 
	padding:0px; 
	border:0px; 
	left:529px; 
	background-image:url("../img/right.gif")
}

.scrollup, .scrolldown {
	position:relative; 
	z-index:3; 
	visibility:visible; 
	left:39px; 
	width:42px; 
	height:60px;
}

.scrollup {
	top:87px; 
}

.scrolldown {
	top:93px;
}

.scrollbottom {
	display:inline;
	padding:0px; 
	margin:0px;
}

.fontscroll, .scrollbottom {
	font-family: Verdana; 
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

a.fontscroll {
	text-decoration: none;
	font-size: 20px;
	color: #0000FF; 
	font-weight: bold;
}

a.fontscroll:active {
	font-size: 20px;
	text-decoration: none; 
	color: #0000FF; 
	font-weight: bold;
}

a.fontscroll:hover {
	font-size: 20px;
	text-decoration: none; 
	color: #0000FF; 
	font-weight: bold;
}

.bottom {
	z-index:2; 
	position:absolute; 
	visibility:visible; 
	padding:0px; 
	margin:0px;
	border:0px; 
	overflow:hidden; 
	width:608px; 
	height:94px; 
	left:0px; 
	top:429px;
	background-repeat: no-repeat;
	background-image:url("../img/bottom.gif");
}

.bottomw3c {
	position:relative; 
	z-index:3; 
	visibility:visible; 
	height:15px; 
	left:287px; 
	top:78px;
}

.container {
	z-index:3; 
	position:relative; 
	text-align:left; 
	display:block; 
	top:0px; 
	
}

.pagebuttons {
	z-index:3; 
	position:relative; 
	display:inline; 
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
}

.pagebuttons2 {
	z-index:3; 
	position:absolute; 
	float: left;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
}

.pagebuttontext {
	margin: -30px 0px 0px 45px; 
	display:list-item; 
	list-style-type:none;
}
