body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#fff;
	color:#000;
}

.invisible {
	display:none;
}

a:link {
	color: #003;
	text-decoration: underline;
}
a:visited {
	color: #115;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
a:active {
	color: #227;
	text-decoration: underline;
}

.credits {
	font-size: 81.8%;
	color: #778;
	position:absolute;
	bottom:2em;
	right:2em;
}

div.PageBlock {
	width:900px;
	position:relative;
	margin:0 auto;
}
div.PageHeader {
	width:678px;
	height:96px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(images/about_02.jpg);
	background-repeat:no-repeat;
}
div.PageMain {
	width:678px;
	position:absolute;
	top:0;
	left:0;
}
div.MainMenu {
	width:198px;
	position:absolute;
	top:96px;
	left:0;
	background-image:url(images/about_04.jpg);
	background-repeat:repeat-y;
}
div.PageContents {
	width:480px;
	position:absolute;
	top:96px;
	left:198px;
	padding:1.7em;
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
div.Submenu {
	width:175px;
	background-color:#fff7eb;
	text-align:center;
	position:absolute;
	top:200px;
	right:0;
}
div.SubmenuTitle {
	font-weight: bold;
}
div.SubmenuLinks {
	margin-left:2.5em;
	text-align:left;
}
div.PagingButtons {
 width:100px;
 position:absolute;
 bottom:2em;
 left:5em;
}
img {
	border:0;
}

#leftbut {
	position:absolute;
	left:1em;
	top:50%;
}
#rightbut {
	position:absolute;
	right:1em;
	top:50%;
}
#leftbuthid {
	display:none;
}
#rightbuthid {
	display:none;
}
