/* CSS by Dougal Graham and Greg Hedlund */
@import url("css/basics.css");
@import url("css/menu.css");
@import url("css/vocab.css");
@import url("css/dictionary.css");
@import url("css/droplink.css");
@import url("css/maps.css");

body {
  text-align: center;
}

#main {
  text-align: left;
  width: 800px;
  margin: 0 auto 0 auto;
  background:
    #fff url(background.jpg) repeat-y left;
}
#maincontent {
  width: 100%;
  float: right;
  margin-left: -160px;
  background:
    #fff url(background.jpg) repeat-y left;
}
#innerMain {
  background-color: #fff;
  margin-left: 160px;
  padding-left: 1em;
}
#menuCont {
  width: 160px;
  float: left;
  background: #7d7d7d;
}

#footerDiv {
  background: #87899c;
  color: #ffffff;
  font-size: 12px;
  clear: both;
}

#dayTextDiv {
	background: #000;
	text-align: center;
	padding: 0.3em 0em;
	border: 1px solid white;
	border-width: 1px 0px;
	color: #dda76f;
}

#dayTextDiv p {
	margin: 0px;
	font-size: 0.9em;
}

.fishDiv {
  background-image: url('../images/fish.gif');
  repeat-x;
  height: 18px;
  /*overflow: hidden;*/
}

#footerDiv {
	background: #414261;
	padding: 3px 4px;
}

#footerDiv a {
	color: #dda76f; /* dda76f */ /*#9d3033*/
}

#footerDiv a:hover {
	color: #fff; /* dda76f */
}

.footerbox p {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

a.dayLink {
	color: #FFFFFF;
}

a.dayLink:hover {
	color: #9d3033;
}

P.caption {
	font-size:10px;
	color: #000000;
}

div.contentBox {
	font-size:14px;
	color: #9d3033;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 420;
	width: 780px;
}

ul.teamList {
	margin-top: 0px;
}

p.teamList {
	margin-bottom: 0px;
}

#backToTop {
	clear: both;
	vertical-align: bottom;
}

#botToTop {
	text-align: right;
	float: right;
	position: relative;
	bottom: 0px;
}

.munLogo {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 28px;
}
.moduleHead {
	padding: 10px 5px;
}

.galleryTable {
	margin-left: -1em;
}
