/* CSS Document */
#Layer1 {
	position:relative;
	width:750px;
	height:120px;
	margin: 0 auto;
	z-index:2;
	padding:0;
}
#Layer2 {
	position:relative;
	width:750px;
	height:33px;
	z-index:4;
	text-align:left;
	margin: 0 auto;
	padding: 0;
}
#Layer3 {
	position:relative;
	width:750px;
	height: auto;
	z-index:3;
	text-align:left;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding-bottom: 30px;
}
html, body, #Layer6{
	min-height:100%;
	height: 100%;
}
body{
	text-align:center;
	background-color:#EAF8FB;
	background-image: url(shadow.png);
	background-repeat: repeat-y;
	background-position:center;
	height: 100%;
	margin: 0px;
}	
html>body, html>body #Layer6{ 
	height: auto;
}	
#Layer6 {
	position:absolute;
	width:750px;
	height:100%;
	min-height: 100%;
	z-index:2;
	text-align:center;
	left:50%;
	margin-left:-375px;
	padding:0;
	display: block;
}
#Layer4 {
	position:absolute;
	width:750px;
	height:30px;
	z-index:3;
	text-align:center;
	bottom: 0;
	left: 50%;
	margin-left: -375px;
	padding: 0;
}  
h1{
 font: bold 100%  sans-serif;
 color: #000000;
 font-size:16px;
}

p{
 font-size:14px;
 font-family: sans-serif;
 color: #000000;
}

a:link{
 font-size:14px;
 font-family: sans-serif;
 color: #088;
 text-decoration: underline;
}

a:visited{
 font-size:14px;
 font-family: sans-serif;
 color: #088;
 text-decoration: underline;
}

a:hover{
 
font-size:14px;
 font-family: sans-serif;
 color: #088;
 text-decoration: underline;
}

