/* CSS Document */


body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #666666;
}
a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: small;
}
h1 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}

#Header {
	position:absolute;
	left:80px;
	top:25px;
	width:850px;
	height:70px;
	z-index:1;
}

#Page-left {
	position:absolute;
	left:80px;
	top:145px;
	width:415px;
	height:615px;
	z-index:2;
}

#Page-right {
	position:absolute;
	left:515px;
	top:145px;
	width:415px;
	height:615px;
	z-index:3;
}
