
.r4
{
	font-size: 100%;
	color: white;
	font-style: italic;
}

.rp 
{ 
	margin: 25px;
	color: white;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container
{
	width: 880px;
	margin: 10px auto auto auto;
}
#singlecolumn
{
	width: 740px;
	padding: 10px auto auto auto;
	background-color: #666;
	border-color: #000;
	border-width: 3px;
	border-style: solid;
	clear: both;
}

#leftcolumn
{
	width: 640px;
	float: left;
	padding: 10px auto auto auto;
	background-color: #666;
	border-color: #000;
	border-width: 3px;
	border-style: solid;
}

* html .leftcolumn { width: 639px; }


#rightcolumn
{
	width: 200px;
	float: left;
	padding: 10px;
	background-color: transparent;
}

* html .rightcolumn
{
	width: 199px; 
}

 div.ViewPort
 {
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	position: fixed;
 	display: table;
 	border: 1 #C90;
 }

 p.vbox
 {
 	display: table-cell;
 	vertical-align: middle;
 	text-align: center;
 	border: 1 #FF0;
 }

img.displayed {display: block; margin: 1em auto}

