.header {
	position: relative;
	z-index: 2;
	top: auto;
	left: auto;
	width: 955px;
	height: 162px;
	background: transparent url(images/belle/header.png) left top no-repeat;
}
.header div,
.header span,
.header a {
	color: #125c5c;
}
.logo {
	display: block;
	width: 200px;
	height: 124px;
	position: absolute;
	left: 160px;
	top: 0;
	background: transparent url(images/belle/logo.gif) 0 20px no-repeat;
}
.logo span {
	position: absolute;
	top: 78px;
	left: 130px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	white-space: nowrap;
	color: #429a98;
}
.logo:hover {
	text-decoration: none;
}
.logo:hover span {
	color: #9acc57;
}
.linksCenter {
	position: absolute;
	left: 605px;
	top: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}
.header a.galleryLink {
	display: block;
	font-style: normal;
	color: white;
	background-color: #125c5c;
	padding: 2px;
	width: 75%;
	margin: 10px auto;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}
.header a:hover {
	color: #9acc57;
	text-decoration: none;
}
.linksRight {
	position: absolute;
	right: 30px;
	top: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.header .linksRight a {
	display: block;
	padding: 2px;
}

.newsForm {
	position: absolute;
	left: 530px;
	top: -0;
	width: 240px;
	padding: 8px 5px 5px 8px;
	background-color: #9acc57;
	
	line-height: 15px;
	font-weight: bold;
	font-size: 11px;
	
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;

	-webkit-box-shadow: gray 0 2px 2px;
	-moz-box-shadow: gray 0 2px 2px;
	box-shadow: gray 0 2px 2px;
}
.newsForm form {
	text-align: right;
	padding: 4px 0 0 0;
}
.newsForm .HeadLink {
	color: white;
	font-weight: bold;
}

.searchForm {
	position: absolute;
	right: 90px;
	bottom: 40px;
	padding: 0;
	margin: 0;
}
.searchForm table td {
	white-space: nowrap;
}

ul.dropdown {
	float: none;
	position: absolute;
	right: 25px;
	bottom: 10px;
	margin: 0;
	padding: 0;
}

.mainTable,
.mainDiv {
	position: relative;
	margin-top: -62px;
	background-color: white;
}
.mainTD {
	position: relative;
	z-index: 1;
	padding-top: 62px;
}

.backButton {
	position: absolute;
	left: 14px;
	bottom: 20px;
	display: block;
	padding: 10px;
	font-weight: bold;
}

.homeLink {
	height: 62px;
}
