/* CSS Document */
html {
	height:100%;
}

body {
	background-color:#231F20;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:auto;
}

#header {
	background-image:url(background_images/logo.gif);
	height:150px;
	background-position: left 45%;
	min-height:150px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;	
	width:760px;
	text-align:right;
	background-repeat:no-repeat;
}


#menu {
	margin-left:auto;
	margin-right:auto;	
	width:760px;
	text-align:left;
	margin-bottom:4px;
	height:16px;
}

#menu a {
	text-decoration:none;
	display:inline;
	float:left;
	width:auto;
	margin-left:29px;
	text-align:center;
	color:#6E6C6C;
}

#menu a:hover {
	color:white;
}

#mainContent {
	border:1px solid #8C8A8B;
	min-height:336px;
	background-color:#171515;
	margin-left:auto;
	margin-right:auto;	
	width:760px;
	text-align:left;
	color:#B8B8B8;
	background-repeat:no-repeat;
	background-position:top right;
}

#mainContent div {
	margin:8px;
	text-align:justify;
	line-height:18px;
}

#mainContent h1 {
	font-size:12px;
	text-align:left;
	border:1px solid #504F4F;
	background-color:#100F0F;
	padding:3px;
	width:auto;
	display:block;
}

#mainContent a {
	color:#6E6C6C;
	text-decoration:none;
}

#mainContent a:hover {
	color:#B8B8B8;
	text-decoration:underline;
}

#footer {
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;	
	width:760px;
	text-align:left;
	color:#6E6C6C;
	font-size:10px;
	clear:both;
}

#footer a {
	color:#6E6C6C;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

label {
	float:left;
	width:50px;
	color:#6E6C6C;
}

#mainContent div div.thumbnail {
	margin:9px;
	width:140px;
	height:140px;
	float:left;
	display:inline;
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
}

#mainContent div div.thumbnail img {
	width:140px;
	height:140px;
}

.borderedImage {
	border:1px solid white;
}

#navText a {
	font-size:23px;
}

#navText a:hover {
	color:white;
	text-decoration:none;
}

#imageOverlay {
	position:absolute;
	width:140px;
	height:140px;
	border:1px solid #171515;
	display:none;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
	background-position:left 50%;
}

#imageOverlay img {
	margin-left:auto;
	margin-right:auto;
}

#imageCaption {
	font-style:italic;
}

#imageNav a {
	border:1px solid #504F4F;
	padding:2px;
	display:inline;
	float:left;
	margin-right:4px;
}

#imageNav a img {
	border:none;
}

input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
