/* CSS Document */
<!--
body { 
text-align: center; /*ie5 hack */
margin: 0px; 
padding: 0px; 
}

.table {
		position:relative;
        width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}
#hL {
	position:absolute;
	left:99px;
	top:119px;
	width:254px;
	height:165px;
	z-index:1;
	text-align:center;
}
#hR {
	position:absolute;
	left:356px;
	top:9px;
	width:343px;
	height:166px;
	z-index:2;
	text-align:center;
}
#nav {
	position:absolute;
	left:1px;
	top:403px;
	width:144px;
	height:674px;
	z-index:3;
}
#content {
	position:absolute;
	left:146px;
	top:402px;
	width:650px;
	height:1373px;
	z-index:4;
	text-align:center;
}
#footer {
	position:absolute;
	left:0px;
	top:2054px;
	width:795px;
	height:179px;
	z-index:5;
	text-align:center;
}
-->
