body {
	text-align: center;
	background-color: #333333;
}
div#ubercontainer {
	margin: 0px auto 0px auto;
	width: 770px;
	text-align:left;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9933;
}

div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9933;
}
a:link {
	text-decoration: none;
	color: #CC9933;
}
a:visited {
	text-decoration: none;
	color: #CC9933;
}
a:active {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}

/* left-column menu  box */
#menucontainer {
	float: left;
	text-align: left;
}
#menu {
	float: left;
	width: 130px;
	height: 500px;
	padding: 0px 6px 0px 6px;
	border: 1px solid #666;
	line-height: 23px;
	background-color: #333;
}
.menusection {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: none;
	font-size: 11px;
	padding-bottom: 13px; 
	padding-top: 13px; 
	padding-left: 3px; 
	border-bottom: 1px solid #666;
}

#imgnav {
	line-height: normal;
}
#imgnav img {
	border: 0px;
}
#imgnav a:link {
	text-decoration: none;
}
#imgnav a:visited {
	text-decoration: none;
}
#imgnav a:active {
	text-decoration: none;
}
#imgnav a:hover {
	text-decoration: none;
}

.captiontext {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
	font-size: 12px;
}

.lightbox {
}

/* right-column image/text content box */
#contentcontainer {
	float: left;
	height: 500px;
	vertical-align: middle;
	padding: 5px 10px 0px 35px;
}
.imagecontainer {
	width: 100%;
	text-align: center;
/*	margin: auto;
	padding: 5px auto 0px auto;*/
	display: none;
}		
.textcontainer {
	width: 500px;
	padding: 10px 0px 0px 40px;
	color: #CCC;
}		


/* lightbox gallery */
#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
