@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #2a6cc7;
	text-align: center;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-x;
}
h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #112142;
	margin-bottom: 5px;
}
h2 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #112142;
	padding-top: 10px;
}
a, b, strong {
	color: #112142;
}


#content {
	background-color: #eaf1fa;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background-image: url(images/backgroundContent.jpg);
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	overflow: auto;
	margin-bottom: 10px;
}
#logoSeekers {
	position: absolute;
	left: 25px;
	top: 0px;
}
#mainMenu {
	background-image: url(images/backgroundMenu.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 850px;
	margin-top: 360px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#mainMenu a {
	color: #000;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#mainMenu a:hover {
	color: #FFF;
}

#mainMenu span {
	margin-right: 25px;
}
#innerRight {
	float: right;
	width: 320px;
	margin-top: 10px;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}
#innerLeft {
	float: left;
	width: 440px;
	margin-bottom: 20px;
	display: inline;
	margin-left: 40px;
	text-align: left;
}
#innerLeft p {
	line-height: 18px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer {
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.linkImage {
	margin-top: 5px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleryThumbnail {
}
.galleryThumbnail img {
	border: 1px solid #000;
	margin: 5px;
}
