@charset "utf-8";
/* CSS Document */

body
{
	padding: 0;
	margin: 0;
}

.container
{
	width: 700px;
	margin: auto;
	background-color: #CCCCCC;
}

.left
{
	width: 150px;
	float: left;
	height: 100px;
	text-align: right;
	padding-top: 50px;
}

.left a
{
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	padding-top: 5px;
	width: 105px;
	padding-left: 15px;
	text-align: left;
	float: right;
	text-decoration: none;
}

.left a:hover
{
	background-image: url(images/hover.png);
}

.left a.here
{
	background-image: url(images/here.png);
}

.left a.here:hover
{
	background-image: url(images/herehover.png);
}

.right
{
	width: 530px;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
}

.clear
{
	clear: both;
}

a.gallery
{
	width: 108px;
	display: block;
	text-align: center;
	font-size: 9px;
	color: #000000;
	margin: 10px;
	float: left;
	text-decoration: none;
}

td
{
	vertical-align: top;
}

p.pentad
{
	width: 700px;
	text-align: right;
	clear: both;
	color:#555555;
	font-size:8pt;
	margin: auto;
}