@charset "utf-8";
/* black background documents */
body {
	background:#111111;
	color:white;
}
body.blackDiag {
	background:url(../images/backgrounds/blackDiag.gif) repeat;
}
body.blackFiligaree {
	background:url(../images/backgrounds/blackFiligaree.png) repeat;
}	
body.blackDiamond {
	background:url(../images/backgrounds/blackDiamondRepeat.png) repeat;
}
body.blackCeltic {
	background:url(../images/backgrounds/blackCeltic.png) repeat;
}
div.backed {
	background:url(../images/backgrounds/divBackTransparent.png) repeat;
	border:1px solid #333;
	margin:8px;
}
div.whiteBacked {
	background:url(../images/backgrounds/divBackWhiteTransparent.png) repeat;
	border:1px solid #999;
	margin:8px;
}
div.blackStripes {
	background:url(../images/backgrounds/blackStripes.png) repeat;
}
div.simpleBlack {
	background:url(../images/backgrounds/simpleGreyToBlack.jpg) repeat-x;
}
div#galleryContainer {
	background:url(../images/backgrounds/galleryBackTile.png) repeat;
}
div.tallBackBlackGradient {
	background:url(../images/backgrounds/tallfeatureBack.png) repeat-x;
}
#whiteFloatover {
	position:absolute;
	z-index:1000;
	margin:150px auto 0px -256px;
	top:0px;
	left:50%;
	width:500px;
	background:white;
	padding:8px;
	border:5px solid #888;
	cursor:pointer;
}	
#whiteFloatover h1 {
	font-size:20px;
	color:black;
	font-weight:bold;
	text-align:right;
	margin:4px;
}	
#whiteFloatover h2 {
	font-size:15px;
	color:#666666;s
	text-align:right;
}
#whiteFloatover p {
	color:#333;
	padding:6px;
}
#whiteFloatover img {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}	