#container {
	height: 800px !important;
	width: auto;
	background-position: center top;
	position: relative;
	float: center;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f5f1e1 !important;
	background-color: #373434 !important;
}
#container #header {
	background-attachment: fixed;
	background-position: center top;
	height: auto;
	padding:inherit;
}
#container #content {
	height: auto;
	width: 800px;
	background-position: center;
	background-attachment: scroll;
	float: center;
	background-repeat: no-repeat;
	padding-top: 0px;
}

#container #content #maincontent {
	height: auto;
	width: 800px;
	float: none;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(images/contentbanners.jpg);
	position: relative;
	background-repeat: no-repeat;
	padding-top:-5px;
}
#container #footer {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto;
}
a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration:none !important;
	border:none !important;
}
a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #666666;
	text-decoration:none !important;
	border:none !important;
	
}
a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #666666;
	text-decoration:none !important;
	border:none !important;
}

a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration:none !important;
	border:none !important;
}




/*PHP GALLERY LOADER STYLES */
.slideshow{ /*CSS for DIV containing each image*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: top center;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
max-width: 200px;
max-height: 200px;
}


#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}






/*POPUP GALLERY LOADER STYLES */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
