﻿#sidebar { display: none; }

#content {
	display: block; 
	padding: 80px;
	padding-top: 30px;
	padding-bottom: 10px;
	position: absolute;
	z-index: 10;
	width: 840px;
	height: 535px;
	overflow: auto;
	right: 0;
	}
	
#content P img { border: 0px; margin: 0px; margin-right: 10px; }

#content p a,#content p a:hover {border-bottom: 0px; }
