body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15.5px;
	margin: 0px;
	padding: 0px;
	background: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
	
p {
	margin:0px 0px 18px 0px; 
	padding:0px; }
	
#wrap {
	position: absolute; 
	background: #ffffff; 
	height: 100%; 
	width:100%; }

#head {
	position: absolute; 
	right: 25px; 
	top:50px; 
	width: 400px; 
	height: 61px; 
	text-align: center;
	background: #971a1d; }

#tabs {
	background: url(../siteimgs/tabs.png);
	right: 425px;
	top: 150px;
	position: absolute;
	width: 28px;
	height: 213px; }

#tabs.about {
	background-position: -28px 0px; }

#tabs.menu {
	background-position: -56px 0px; }
	
	#tabs a.home {
		width: 28px;
		height: 71px;
		display: block; }
	
	#tabs a.about {
		width: 28px;
		height: 72px;
		display: block; }
	
	#tabs a.menu {
		width: 28px;
		height: 70px;
		display: block; }
	
	#tabs span {
		display: none; }

#content {
	position: absolute; 
	right: 25px; 
	top: 125px; 
	background: #ffffff; 
	width: 400px; 
	height: 950; }
	
	#content .pad {
		position: relative;
		padding: 22px 25px 25px 25px; }
		
	#content h2 {
		margin: 0px 0px 4px 0px;
		padding: 0px;
		font-size: 12px; }
		

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 340px;
	height: 400px;
	padding-right: 15px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto; }
#fine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
