	body {
		margin:0px 0px 0px 5px;
		}
	#top_nav	{
		position: fixed;
		left:1%;
		width:99%;
		top:0px;
/*		padding-bottom:10px;	*/
		background:#fff;
		z-index: 100;		
		}
	#leftcontent {
		position: absolute;
		left:1%;
		width:23%;
		top:90px;
		background:#fff;
		z-index: 10;		
		}

	#centerleftcontent {
		position: absolute;
		left:26%;
		width:23%;
		top:90px;
		background:#fff;
		z-index: 10;		
		}
	
	#centerrightcontent {
		position: absolute;
		left:51%;
		width:23%;
		top:90px;
		background:#fff;
		z-index: 10;		
		}

	#rightcontent {
		position: absolute;
		left:76%;
		width:23%;
		top:90px;
		background:#fff;
		z-index: 10;		
		}
	
	#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
		margin-bottom: 4px;
		}
	.img-resize	{
		width: 100%;
		border: 1px solid #333333;
		margin-bottom: 2px;
		margin-top: 30px;
		}
		
	h2 {
		font-size:12px;
		}
		
	h1 {
		font-size:14px;
		margin-bottom: 1px;
		}
.page_nav	{
	text-align: center;
}
.current_page	{
	font-size:160%;
	font-weight: bold;
}
img.arrows	{
	border: none;
}
