#interContainer{
position: absolute;
width: 670px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #DCEBFF;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
/* font-size: 120%; */
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;

background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}


#thin_left {
	float: left;
	position: relative;
	width: 125px;
	padding-left: 8px;
}

#fat_right {
	float: left;
	width: 500px;
	padding-left: 20px;
}

.marginalia {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: -10px;
	font-size: 80%;
	text-align: center;
}

.author {
	text-align: center;
}

.price {
	font-size: 80%;
	margin-bottom: -10px;
	text-align: center;
}

.message {
	font-style: italic;
}

img {
	max-width: 100%;
}
