.frame{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
}

.container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 0px;
	width: 865px;
	height: 480px;
}

.navigation{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 156px;
        height: 480px;
}

a{
	text-decoration: none;
}

img.link{
	margin: 0px;
	border: 0px;
}

img.milepost{
        position: absolute;
        top: 78px;
        left: 0px;
	width: 153px;
	height: 402px;
	border: 0px;
}

img.picture{
        position: absolute;
	left: 155px;
	top: 0px;
	margin: 0px;
        height: 480px;
        width: 640px;
}

img.portrait{
        position: absolute;
	left: 295px;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
        height: 480px;
        width: 360px;
}

h3.title{
	margin-top: 0;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
        position: absolute;
        left: 795px;
        top: 0px;
        width: 70px;
        text-align: center;
}

.stack{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
        position: absolute;
        bottom: 0px;
	left: 795px;
        width: 70px;
        text-align: center;
}

.text{
	margin-top: 0.2em;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
        width: 100%;
        min-width: 850px;
	text-align: left;
}

