/* MediaBrite CSS */

body	{
	background: #FFF;
	}
	
#top	{
	border: 0px;
	margin-left: 2px;
	}
#main	{
	display: block;
	padding: 0px 20px 20px 410px;
	margin: 0px 0px 10px 0px;
	position: relative;
	width: 376px;
	background: url(images/main.gif);
	height: 406px;
	border: 0px;
	}
	#mainPhoto {
		position: absolute;
		top: 20px;
		left: 30px;
		border: 2px solid #886B51;
		margin: 0px 0px 20px 0px;
		}
	a.scn {
		position: absolute;
		display:block;
		top: -50px;
		left: -50px;
		margin: 0px;
		padding: 0px;
		width: 227px;
		height: 222px;
		background: url('images/scn_burst.gif');
		z-index: 300;
		}
		a.scn:hover {
			background-position: 227px 0px;
			}
	a.finalFridays {
		display: block;
		position: absolute;
		top:340px;
		left:23px;
		width: 279px;
		height: 75px;
		background: url(images/final_fridays.gif);
		}
		a.finalFridays:hover {
			background-position: 0px 75px;
			}
#descriptionText, #descriptionTextShadow {
	position: absolute;
	top: 50px;
	left: 400px;
	font-weight: bold;
	font-size: 140%;
	color: #FFF;
	width: 200px;
	margin: 50px 0px 0px 20px;
	z-index: 100;
}
#descriptionTextShadow {
	top: 51px;
	left: 401px;
	color: #000;
	z-index: 50;
}

#artAnimated {
	position: absolute;
	top: 2px;
	left: 624px;
}




/*  Information Boxes   */
a.infoBox	{
	display: block;
	float: left;
	margin: 0px 0px 0px 14px;
	width: 250px;
	border: 1px solid #993300;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 14px;
	}
	* html a.infoBox	{ margin: 0px 7px 0px 7px; }
	a.infoBox:hover 	{
		color: #993300;
		}
	a.infoBox .boxName {
		display: block;
		padding: 5px 10px 5px 10px;
		font-size: 130%;
		font-weight: bold;
		color: #993300;
		background: #F6D3BB;
		border: 1px solid #F6D3BB;
		margin: 0px;
		letter-spacing: 0px;
		text-transform: uppercase;
		}
		a.infoBox:hover .boxName {
			color: #F6D3BB;
			background: #993300;
			}
	a.infoBox .boxHeader {
		display: block;
		margin: 10px 0px 0px 10px;
		font-weight: bold;
		font-size: 110%;
		color: #000000;
		border: 0px;
		}
		a.infoBox:hover .boxHeader {
			color: #993300;
			}
	a.infoBox .boxText {
		display: block;
		margin: 0px 10px 15px 10px;
		}
	a.infoBox img {
		float: right;
		margin: 10px 10px 5px 5px;
		border: 1px solid #000000;
		}
