#content{
	width: auto;
	padding-right: 0px;
}
#masthead{
	position:relative;
	height: 358px;
	padding:0px 0px 0px 11px;
	float:right;
}
#focus_image{
	width: 667px;
	height: 358px;
	background-color: #000;
	border: 1px solid silver;
	border-right: none;
	float: left;
	overflow: hidden;
}
#playwin{
	position:absolute;
	left:12px;
	margin-top:301px;
	width: 668px;
	height:58px;
	overflow: hidden;
}
#playpane{
	position:absolute;
	left:0px;
	margin-top:48px;
	width: 667px;
	height:100px;
}
#playcontrol{
	position:absolute;
	margin-top:10px;
	width: 667px;
	height:100px;
	background-color:#cf0;
}
#playslider{
	width: 10px;
	height:10px;
	float: left;
}
#playcursor{
	float:right;
	width:10px;
	height:10px;
	background-color:#cf0;
}

#playbuttons{
	clear:both;
	float:left;
	padding:5px 3px 3px 0px;
}
#pausebutton, #playbutton, #nextbutton{
	float:left;
}
#pausebutton img, #playbutton img, #nextbutton img{
	cursor:pointer;
}
#nextbutton{
	margin:0px 0px 0px 3px;
}

#projects{
	margin:0px 0px 0px 0px;
	width:151px;
	padding: 0px;
	float: left;
	overflow:hidden;
}
#projects ul{
	overflow:hidden;
	
}
#projects li{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:149px;
	height:80px;
	overflow:hidden;
	border: 1px solid silver;
	cursor: pointer;
}

#projects li:hover{
	width:144px;
	height:74px;
	border:4px solid #cf0;
}
#projects li:hover img{
	margin:-3px 0px 0px -3px;
}

#attention{
	margin: 0px;
	padding: 20px 0px;
	width: 667px;
	float: right;
}
#attention h2, #attention h2 p{
	font-size: 24px;
	margin-bottom:10px;
	color: #cc0;
	font-weight: bold;
}
