.headerBG {
	background-image: url(images/catalogues_r1_c2.jpg);
	background-repeat: repeat-x;
	height: 101px;
	width: 100%;
	overflow: hidden;
}
.headerLeft {
	background-image: url(images/catalogues_r1_c1.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	height: 101px;
	width: 167px;
	float: left;
}
.headerRight {
	background-image: url(images/catalogues_r1_c3.jpg);
	background-repeat: no-repeat;
	z-index: -1;
	height: 101px;
	width: 223px;
	float: right;
}

a:link {
	color: #669900;
	font-weight: bold;
}
a:visited {
	color: #669900;
	font-weight: bold;
}
a:hover {
	color: #003366;
}

.headerContent {
	text-align: center;

}
.headerAccent {
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}
.container {
	width: 100%;
	border: 2px solid #669900;
	font-size: 14px;
	height: 100%;
}
.container2 {
	width: 100%;
	font-size: 14px;
	height: 100%;
}

