#titleBar
{
	width: 100%;
}

	#titleBar h1
	{
		margin-bottom: 5px;
	}	
	
	#titleBar p
	{
		margin-top: 5px;
	}

#gallery
{
	float:  left;
	width:  275px;
}

	#gallery #viewer
	{
		width:  270px;
		height:  270px;
		background-color: #486740;
		background-image: url('../images/noimage.png');
		background-repeat: no-repeat;
		background-position: center;
		border:  10px solid #486740;
	}
	
	#gallery #selector
	{
		padding: 10px 10px 10px 0px;
		overflow: hidden;
		background: url("/core/backgrounds/3b5435.png");
		width:  280px;
	}
	
	#gallery .thumbnail
	{
		display: inline-block;
		width:  54px;
		height:  54px;
		background: #486740;
		margin-left:  10px;
		cursor:  pointer;
		padding:  3px;
	}
	
	#gallery .thumbnail:hover
	{
		background-color:  #f9b225;
	}
	
	
#vitae
{
	float:  right;
	width: 500px;
	font-size:  20px;
	vertical-align: top;
}
	#vitae td
	{
		padding-bottom: 20px;
	}
	
	#vitae td:nth-child(odd)
	{
		width: 125px;
		color: #aaa;
	}
	
#footer #arrow
{
	right:  475px;
}