@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../images/pageBackground.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
	background-color:#000000;
}

#main {
	height:840px;
	width:780px;
	background-image:url(../images/contentBackground.jpg);
	background-repeat:no-repeat;
	margin:20px auto;
	margin-top:8px;
	position:relative;
	border-width:2px;
	border-color:#FFFFFF;
	border-style:solid;
}

#immlingHeader {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:120px;
}

#pageTitle {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:68px;
	padding-top:12px;
	padding-left:30px;
}

#backbutton {
	position:absolute;
	right:0px;
	top:120px;
	height:68px;
	padding-top:22px;
	padding-right:30px;
}

.pageTitleHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
}

.pageTitleSub {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-style:italic;
	font-size:28px;
}

.backbuttonFont {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-style:italic;
	font-size:18px;
}

#galleryOverview {
	margin:0;
	padding:0;
	position:relative;
	left:34px;
	top:0px;
	width:736px;
}

#gallery {
	margin:0;
	padding:0;
	position:relative;
	left:0px;
	top:110px;
	width:780px;
	height:175px;
	background-image:url(../images/galleryBackground.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

.galleryLink {
	background-image:url(../images/imgBackground.png);
	background-repeat:no-repeat;
	background-position:12px;
	width:180px;
	height:142px;
	float:left;
	margin-right:0px;
	margin-bottom:19px;
}

.thumb {
	width:180px;
	height:142px;
	float:left;
	margin-right:0px;
	margin-top:15px;
}

.galleryLinkImg {
	background-color:#FFFFFF;
	width:160px;
	height:118px;
	margin-left:12px;
}

.galleryLinkText {
	width:180px;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding-top:4px;
}

.galleryThumbText {
	width:160px;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
}
