html {
	height: 100%;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CC9933;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-image: url(../images/BG.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 168px;
	width: 100%;
	top: 0px;
	left: 0px;
}
.headerImg {
	position: absolute;
	height: 168px;
	width: 632px;
	top: 0px;
	left: 0px;
}
.navigation {
	position: absolute;
	width: 623px;
	top: 141px;
	left: 0px;
}
.content {
	position: absolute;
	width: 630;
	top: 174px;
	left: 10px;
}


