#bd{
	height: 475px;
}
#hd{
	background: url('http://maureenscarpelli.com/PORTFOLIO/portfoliophotos/headerleafedit.jpg');
	height: 75px;
}
#ft{
}
.yui-b{
	height: 100%;
	border: solid 1px #000000;
}
#yui-main{
	height: 100%;
}
#mainCol{
	position: relative;
}
#secondaryTopFill{
	width: 100%;
	height: 50px;
}
#secondaryNav{
	margin: 62px 0px 0px 0px;
}
#secondaryNav ul ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
#secondaryNav ul li{
	list-style: none;
	margin-left: 0px;
}
	
#videoNavigation, #radioNavigation{
	height: 250px;
	width: 150px;
	margin: 62px 0px 0px 50px;
	float: left;
}
#radioPlayer{
	height: 200px !important;
	margin-top: 86px !important;
	text-align: center;
}
#radioPlayerItem{
	margin: 25px auto;
	height: 50px;
	width: 250px;
}
#videoPlayerCont, #radioPlayer{
	position: relative;
	height: 440px;
	width: 600px;
	margin: 23px auto 0px auto;
	text-align: center;
}
#videoPlayerText, #radioPlayerText{
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 100%;
	text-align: left;
	margin-top: 15px;
}
.centered{
	text-align: center;	
}
/*see.html styles*/
#pictureViewer{
	height: 425px;
	width: 600px;
	margin: 25px auto;
	position: relative;
}
	#pictureText{
		position: absolute;
		bottom: 0px;
		height: 50px;
		width: 100%;
	}
	#pictures{
		width: 100%;
		height: 375px;
	}
		#pictures img{
			height: 375px;
			width: 600px;
		}
#pictureNavLeft{
	float:left;
	margin: 200px auto;
	height: 50px;
	width: 25px;
}
#pictureNavRight{
	margin: 200px auto;
	height: 50px;
	width: 25px;
	float: right;
}

/*Read.html styles*/
#readCont{
	height: 447px;
	overflow: auto;
	margin: 27px auto;
	text-align: center;
}
	#readCont img{
		height: 102px;
		width: 187px;
		float: left;
		margin-right: 14px;
	}
	
/*General styles*/
img{
	border: 0px;
}

.italics{
	font-style: italic;
}

.hidden{
	display: none;
}

.yui-b{
}
#hd{
}

a:link { 
	color: #999999;
	text-decoration: none;
}
a:visited { 
	color: #444444;
	text-decoration: none;
}
a:hover { 
	color: #ffffff;
	background-color: #111111;
}
a:active { 
	color: #333333;
}
