/* CSS Document */


/* ------------------------------------------------------ showcase styles ------------------------------------------ */

#document {
	background: url(small_flourish.png) 45px bottom #000000 no-repeat;
}


#document h1 {
}

#document #text {
	width: 240px;
}

#gallery {
	float: right;
	width: 487px;
	height: 300px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 45px;
}

#imageBox {
	position: relative;
	width: 487px;
	height: 202px;
	background: #FF0066;
	overflow: hidden;
	top: 0px;
	right: 0px;
}

#imageContainer {
	position: relative;
	width: 485px;
	height: 200px;
	overflow: hidden;
	top: 0px;
	right: 0px;
	margin: 1px;
}

#imageContainerContents {
	position: relative;
	left: 0px;
	top: 0px;
	height: 323px;
	width: 9234px;
}

#imageContainerContents img {
	margin-right: 1px;
}

#copy_showcase {
	color: #FFFFFF;
}

#m2 {
	float:right;
	margin: 20px 45px; 0px 0px;
	width: 485px;
	overflow: hidden;
	font: 8pt/normal Verdana, Helvetica, Arial;
	color: #999999;
}

#m2 span {
	float:left;
	width: 30%;
	margin-right: 3%;
}
#m2 a:link, #m2 a:visited {
	text-decoration: none;
	color: #999999;
}

#m2 a:hover, #m2 a.thisTab {
	text-decoration: none;
	color: #FF0066;
}