#wrapper
{
	background: url('images/background.png') no-repeat;
	min-height: 580px;
}


/* Portfolio sub-nav */
#subNav
{
/*
	position: absolute;
	top: 145px;
	left: 80px;
*/
	float: left;
	margin: 145px 0px 0px 80px;
	width: 140px;
	text-transform: uppercase;	
}

#subNav ul
{
	list-style: none;
}

#subNav li
{
	margin: 10px 0px 10px 0px;
}

#subNav em
{
	font-weight: bold;
	font-style: normal;
}

#subNav a
{
	color: #666666;
}

#subNav a:hover
{
	color: #ffffff;
}



/* Portfolio */
#portfolioNav
{
	width: 140px;
	position: absolute;
	top: 145px;
	left: 80px;
}

#portfolioNav a
{
	float: left;
	width: 50px;
	height: 50px;
	margin: 10px;
	border: none;
	overflow: hidden;
	cursor: pointer;
}

#portfolioNav a img
{
	border: none;
}

#portfolioNav a:hover img
{
	margin-top: -50px;
}


/* Content */
#content 
{
/*
	position: absolute;
	left: 237px;
	top: 140px;
*/
	width: 569px;
	margin: 140px 3px 0px 0px;
	float: right;
}

	/* Stage-Box */
	#stageBox
	{
		height: 404px;
		overflow: auto;
		margin-bottom: 15px;
		padding: 33px 34px 0px 33px;
	}
	
	#stageBox a.previous, #stageBox a.next
	{
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
		border-right: 1px solid #666666;
		text-decoration: none;
		text-transform: uppercase;
		padding: 1px 5px;
		margin-top: 6px;
		cursor: pointer;
	}

	#stageBox a.next
	{
		border-right: none;
	}

	#stageBox a.previous:hover, #stageBox a.next:hover
	{
		color: #ffffff;
		background: #44A4C4;
	}
	
	#stageBox div.resumeColumn
	{
		float: left;
		width: 264px;
		padding-left: 12px;
		padding-top: 6px;
		margin-left:-33px;
		margin-top: -33px;
		margin-right: 33px;
	}

	#stageBox div.noRightMargin
	{
		margin-right: -34px !important;
	}
	
	#stageBox .resumeColumn h2
	{
		letter-spacing: 5px;
	}

	#stageBox .resumeColumn h2, #stageBox .resumeColumn p
	{
		text-transform: uppercase;
		margin: 3px 0px 3px 0px;
		font-size: 11px;
	}

	#stageBox .resumeColumn h2, #stageBox .resumeColumn p.subHeading
	{
		font-weight: bold;
	}

	#stageBox .resumeColumn p.subHeading
	{
		color: #444444;
	}

	#stageBox .resumeColumn div.spacer
	{
		height: 2px;
	}

	#stageBox div.imageStatus
	{
		margin-top: 5px;
		float: right;
	}

#content h2
{
	display: block;
	text-transform: uppercase;
	color: #44A4C4;
	font-weight: bold;
	font-size: 12px;
}

#content p
{
	margin: 10px 0px 0px 0px;
	
}