@charset "utf-8";
#Container {
	position:relative;
	width:900px;
	height:1200px;
	z-index:1;
	margin: auto;
}
#Header {
	position:absolute;
	width:900px;
	height:161px;
	z-index:1;
	left: 0px;
	top: -1px;
}
#Main {
	position:absolute;
	width:900px;
	height:656px;
	z-index:2;
	left: 0px;
	top: 164px;
	background-color: #FFFFFF;
	background: #ffffff;
}
#Footer {
	position:absolute;
	width:900px;
	height:31px;
	z-index:3;
	left: 0px;
	top: 819px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #177A8D;
}
a:hover {
	color: #739EA4;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #177A8D;
}
h2 {
	font-size: 18px;
	color: #177A8D;
}
h3 {
	font-size: 16px;
	color: #177A8D;
}
h4 {
	font-size: 14px;
	color: #177A8D;
}
#MainText {
	position:absolute;
	width:753px;
	height:628px;
	z-index:4;
	left: 78px;
	top: 178px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
	font-size: 14px;
	overflow: auto;
	background: #ffffff;
}
