div#wrapper {
	width:960px;
	margin:0 auto;
	background:#000000
	height:100%;
}
div#header {
	width:960px;
	background: #FFFFFF;
	height: 100px;
	float: left;
	top: 0px;
}
#Layer1 {
	top:90px;
	width:800px;
	height:2500px;
	z-index:5;
	visibility: visible;
	float: left;
	background: #FFFFFF;
}
#Layer2 {
	top:90px;
	width:160px;
	height:2500px;
	z-index:19;
	visibility: visible;
	float: right;
	background: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 2px 5px 0px;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 2px 5px 0px;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 0px 5px 5px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}