html, body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

body
{
	background-color: #FFF; /* #e0ebff; */
	font-family: Helvetica,Verdana,sans-serif;
	color: #ccc;
}

img#bg {
position: absolute;
top: 0px;
left: 0px;
width: auto;
height: 100%;
z-index: -1;
}

#front-header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	padding-top: 6px;
	padding-left: 4px;
	margin-top: 0px;
	background: url(/img/bg_black_75.png);
	border-bottom: 2px solid #a46732;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 22px;
}

#front-footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	font-size: 9px;
	width: 100%;
	height: 15px;
	padding-top: 6px;
	padding-left: 4px;
	background: url(/img/bg_black_75.png);
	border-top: 2px solid #a46732;
}
#front-footer a
{
	color: #FFF;
	text-decoration: none;
}

#social-logos
{
	position: absolute;
	bottom: 22px;
	left: 0px;
}

#social-logos img
{
	border: 0px;
}

#front-menu
{
	position: absolute;
	bottom: 75px;
	left: 0px;
	height: auto;
	width: 370px;
	padding: 15px;
	background: url(/img/bg_black_75.png);
	border-right: 2px solid #a46732;
}

/* Front page album div */
div#front-menu div#albumbox
{
	background-color: #000;
	clear: both; 
	padding: 1em;
	height: 150px;
}
div#front-menu div#albumbox h2
{
	margin-top: 0;
}
div#front-menu div#albumbox h3
{
	font-size: 110%;
	font-weight: normal;
}
div#front-menu div#albumbox img
{
	padding-right: 1em;
}


#front-menu p
{
	font-size: 12px;
}

#front-menu a
{
	color: #a46732;
	text-decoration: none;
}


/* Top-Level Menus */

#front-menu ul
{
	display: block;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

#front-menu ul li
{
	padding-bottom: 10px;
}

#front-menu ul a
{
 	color: #a46732;
	text-decoration: none;
}

/* Second-level menus */

#front-menu ul ul
{
 	display: inline;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	list-style-type: none;
}

#front-menu ul ul a
{
 	color: #ccc;
	text-decoration: none;
	padding-left: 10px;
}

#front-menu ul ul li
{
 	display: inline;
}


/* Top-Level Menu CSS for Top-Level Menu Pages */

#toplevelmenu
{
	display: inline;
	margin: 0px;
}

#toplevelmenu ul
{
 	display: inline;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	list-style-type: none;
}

#toplevelmenu ul li
{
	display: inline;
}

#toplevelmenu ul a
{
 	color: #ccc;
	text-decoration: none;
	padding-left: 10px;
}

{
	/* main container for content that fits in the template */
	position: absolute;
	top: 32px;
	bottom: 23px;
	height: auto;
	background: url(/img/bg_black_60.png);
	right: 0px;
	width: 55%;
	overflow: auto;
}

#content
{
  margin: 10px;
  font-size: 90%;
  line-height: 135%;
}

#content-container
{
	/* main container for content that fits in the template */
	position: absolute;
	top: 33px;
	bottom: 23px;
	height: auto;
	background: url(/img/bg_black_60.png);
	right: 0px;
	width: 55%;
	overflow: auto;
}

#content
{
  margin: 10px;
  font-size: 90%;
  line-height: 135%;
}

#content a
{
	color: #FFF;
	text-decoration: none;
}

#epkbody
{
	height: 100%;
	background-color: #FFF;
	color: #CCC;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 13px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#epkcontent
{

}
#calendar
{
	border-bottom: 1px solid #a46732;
}
#calendar ul
{
	font-size: 12px;
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 0px;
}
/* Galleries */
ul.thumbs li
{
	height: 200px;
}