
	html, body, table {
	
		margin: 0px;
		background-color: #FFFFFF;
		width: 100%;
		height: 100%;
	
	}
	
	td {
	
		vertical-align: middle;
		text-align: center;
		width: 100%;
		height: 100%;
	
	}
	
	img {
	
		border: none;
	
	}
	
	div {
	
		font-size: 9px;
		color: #000000;
		line-height: 18px;
		font-family: Helvetica, Arial, sans-serif;
		text-align: left;
	
	}
	
	a {
	
		text-decoration: none;
		color: #000000;
	
	}
	
	strong {
	
		color: #000000;
	
	}
	
	div.div {
	
		width: 885px;
		margin: 0 auto 0 auto;
	
	}
	
	div#top {
	
		height: 115px;
		background-repeat: no-repeat;
		background-image: url('../img/gui/top.gif');
	
	}
	
	div#content {
	
		height: 336px;
		background-repeat: no-repeat;
		background-image: url('../img/gui/content.gif');
	
	}
	
	div#left {
	
		float: left;
	
	}
	
	div#right {
	
		margin-left: 668px;
	
	}
	
	div#bottom {
	
		height: 71px;
		background-repeat: no-repeat;
		background-image: url('../img/gui/bottom.gif');
	
	}
	
	img.gallerythumb {
	
		margin-bottom: 3px;
		margin-right: 3px;
	
	}
	
