BODY 
{
	color: white;
	font-family: helvetica;
	overflow:hidden;
	padding:0;
	margin:0;
 	max-height:100%; 
	background-color: black;
	
	scrollbar-3dlight-color:#444444;
    scrollbar-arrow-color:#999999;
    scrollbar-track-color:#999999;
    scrollbar-darkshadow-color:#121212;
    scrollbar-face-color:#444444;
    scrollbar-highlight-color:#666666;
    scrollbar-shadow-color:#333333;
}

.stretch
{
	width:100%;
	height:100%;
}

A:visited
{
	color: #AA44AA;
}
A:link
{
	color: #4444AA;
}

.floatingCentered
{
	float:left;
	width:90%;
	padding-left:10%;
}

.rollon
{
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
	border: 1px solid;
}

.rolloff
{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	border: 1px solid;
}

.backgroundWithPic
{
	background-color: black;
	background-image: url(../images/background4.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

* html .backgroundWithPic
{
	padding-bottom:60px;
}

* html .backgroundWithTitle
{
	padding-top: 100px;
}

* html .backgroundWithMenu
{
	padding-bottom:60px;
}


IMG
{
	border: 0px;
}

IMG.border
{
	border: 1px solid #DDDDDD;
}

#header
{
	position:absolute;
	top: 0;
	left:0;
	text-align:center;
	width:100%;
	overflow:hidden;
	height: 100px;
	vertical-align:middle;
}

#menu
{
	position:absolute;
	bottom: 0px;
	left: 0px;
	text-align:center;
	width: 100%;
	height:60px;
	background-color:black;
}

#content
{
	overflow:auto;
	width:100%;
	text-align:center;
	margin:auto;
	align:center;
	
	position:fixed; 
	left:0;
	bottom:60px; 
	right:0; 
}

.contentWithTitle
{
	top:100px;
}

.contentWithImage
{
	top:190px;
}

* html #content
{
	height:100%; 
}

#menuContent
{
	height:60px;
	margin:auto;
	overflow:hidden
}

* html #cloudSpacer
{
	position:relative;
	height:200px;
}

/*
#bottomOverlay
{
	position:absolute;
	left:0;
	bottom:40px;
	width:100%;
	height:50px;
	background-image:url(../images/menu.gif);
	background-repeat: repeat-x;
}
*/

#bottomOverlay
{
	height: 0px;
	display:hidden;
}

.normalText
{
	font-family: "Arial";
	font-size: medium;
	color: #ffffff;
}
.title
{
	font-weight:bold;
}
.smallBoringText
{
	font-family: Verdana;
	font-size: xx-small;
	color:#aaaaaa
}

.boxContent
{
	background-color: #191919;
	border: 3px solid #161616;
	width:600px;
	padding: 5px;
	text-align:center;
	background-image: url(../images/Image1.gif);
	margin:auto;
	font-family:times;
}

#mailingList
{
	position:relative;
	top: 20px;
	left:0px;
	margin:auto;
	background-color:red;
	width:220px;
}

#counter
{
}

.menuItem
{
	padding-right:5px;
	padding-right:5px;
	text-decoration:none;
}

.menuSpacer
{
	position:relative;
	bottom:10px;
	font-size: large;
	color: #888888;
	align: center;
}

.verticalAlignHorizon
{
	text-align: center;
	align:center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.galleryLinkContent
{
	margin-left: -400px;
	position: absolute;
	top: -170px;
	left: 50%;
	visibility: visible;
	width: 800px;
	height: 340px;
}

#indexContent
{
	margin-left: -143px;
	position:absolute;
	top: -160px;
	left: 50%;
	visibility: visible;
	width: 286px;
	height: 321px;
}

#faerieGalleryLink
{
	position:absolute;
	left:0px;
}

#gothikGalleryLink
{
	position:absolute;
	right:0px;
}

.faerieThumbAndNameBox
{
	float:left;
	width:120px;
	height:150px;
	padding-left: 10px;
}

.faerieThumbName
{
	clear:left;
	height: 20px;
	white-space: nowrap;
}

