.page {
	border:none;
	padding: 0px;
	margin: auto;
	
	height: 600px;
	width: 648px;
}

.body {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: justify;
	overflow: visible;
	line-height: 20px;
}

.bodySmall {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: justify;
	overflow: visible;
	line-height: 16px;
}

.header {

	border:none;
	padding: 0px;
	margin: 0px;
	
	height: 96px;
	width: 100%;
}

.subhead {
	font-family: Georgia;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-variant: normal;
	line-height: normal;
}

.head {
	font-family: Georgia;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-variant: normal;
	white-space: normal;
}

.bodySimple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: #999999;
}

.table {
	font-family: Georgia;
	font-size: 11px;
	color: #999999;
	text-align: justify;
	overflow: visible;
	line-height: 16px;
}

.background {
	background-image:     url('http://www.zampolproductions.com/english/images/main.gif');
	background-repeat: no-repeat;
	background-position: 50% 175px; 
	background-attachment:fixed;
}

.staff {
	line-height: 5px;
	font-family: Georgia;
}

.loginlayer {
	position:absolute;
	left:50%; /* keep in the center, regardless of the browser window width */
	top:300px;
	visibility:hidden;
	z-index:2;
	
	width: 224px;
	height: 154px;
	background: #333333;
	border: 2px dotted #999;
	padding: 2px;
	margin-left: -112px; /* offset so that it centers properly */

}

.footer
{
	border:none;
	padding: 0px;
	margin: 0px;
	
	width: 648px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; /* em */
	font-style: normal;
	line-height: 1px;	
	text-align: center;
}

.contentframe 
{
	border:none;
	padding: 0px;
	margin: 0px;
	
	width: 100%;
	
	background-image: url('http://www.zampolproductions.com/english/images/main.gif');
	background-repeat: no-repeat;
	background-position: 50% 175px; 
	background-attachment:fixed;
}

#content
{
	border:none;
	padding: 2px;
	margin: 0em, auto, auto, auto;
	
	width: 76%;
}

div.date
{
	float:left;
	width: 4em;
	padding: 4px 0;
	background: #202530;
	color:#996600;
	text-align:center;
	margin: 0 4px 4px 0;
	font-size: 85%;
	line-height:0.75;
	border-radius:3px;
}

div.date span
{
	display:block;
	font-size: 150%;
	line-height:1;
	font-weight:bold;
}
