html, body { height: 100%; padding: 0; margin: 0; }
body {
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 0.84em;
	font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
  background: #1F6594 url(../img/chrome/bg_summer.gif) bottom right no-repeat fixed;
	color: black;
}

/* HEADER */
#header {
  height: 94px;
	margin: 10px 10px 30px 10px;
  text-align: left;
  color: white;
  white-space: nowrap;
}
#header #ucandance { margin-left: 30px; }
#mini #header { display: none; }
#lhs { position: absolute; top: 144px; left: 0px; }
div.extra, #lhs .block {
	width: 161px;
  text-align: left;
  line-height: 1.3em;
  font-size: 1em;
	border: 0px;
	background: none;
	margin: 0px 0px 20px 15px;
}
.extra .top, #lhs .title { background: url(../img/chrome/extra_t.gif) top left no-repeat; font-weight: bold; color: white; font-size: 18px; font-style: italic; padding: 6px 0px; text-align: center; height: 18px; }
.extra .middle, #lhs .stuff {
	background: #E9802C; 
	padding: 3px; 
	width: 153px; 
	font-size: 0.9em; 
	border-bottom: 1px solid white;
  border-top: 1px solid white;
	border-left: 1px solid #A08E90;
	border-right: 1px solid black;
  margin: 0px;
}
.extra .middle .border { margin: 3px 1px 3px 0; }
#navigation.extra .middle {
	border-bottom: 0px solid white;
  padding: 0px;
	width: 159px;
}
.extra .bottom, #lhs .bottom { background: url(../img/chrome/extra_b.gif) top left no-repeat; height: 16px; }
.extra .middle .caption { font-size: 1em; }
div#navigation.extra .middle {
  line-height: 2.2em;
}

#lhs .block .title { border-bottom: none; }
#lhs .block .title .text { padding: 0; }
#lhs .block .l, #lhs .block .r { display: none; }
#lhs .block .bottom { margin: 0; border: none; }

#navigation.extra a {
  width: 143px;
	display: block;
  padding: 2px 8px;
  margin: 0px;
  text-decoration: none;
  background: #E9802C url(../img/chrome/extra_arrow.gif) 95% 50% no-repeat;
  color: black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid white;
}
#navigation.extra a:visited { color: black; }
#navigation.extra a:visited:hover, #navigation.extra a:hover {
  color: white;
	background: #FDA236 url(../img/chrome/extra_arrow_active.gif) 95% 50% no-repeat;
}
#navigation.extra a.active {
  color: white;
	background: #FDA236 url(../img/chrome/extra_arrow_active.gif) 95% 50% no-repeat;
  font-weight: bold;
}
.extra hr { color: white; background-color: white; height: 1px; }


/* CONTENT */
#content { padding: 0px 30px 10px 205px; line-height: 1.3em; }
#mini #content { padding: 10px; }

#footer { height: 11px; text-align: right; }
#copyright { text-align: right; padding: 5px 10px; color: #ccc; font-size: 0.9em; clear: both; }

/* MINI */
#mini #header #site_name, #mini #header #navigation a, #mini #footer { display: none; }
#mini #header #navigation { padding: 30px 0 0 0; }
#mini #header #page_title { padding: 10px 0 0px 15px; }

/* FOOTER */
#footer { position: absolute; top: 5px; right: 5px; }
#footer a { border-left: 6px solid #5A8FB2; padding: 0px 3px; margin: 0px 4px; color: #5A8FB2; }
#mini #footer { display: none; }


/* GALLERY */
#gallery { padding: 0; margin: 0; }
#gallery #nav { margin: 0 20px; background: #2160ba; padding: 10px; text-align: center; border: 1px solid #fff; border-top: none; border-radius: 0 0 10px 10px; }
#gallery #content { padding: 20px; }

