/* CSS Document */

    A:link { text-decoration: none; }
    A:visited { text-decoration: none; }
    A:hover { text-decoration: none; }
    A:active { text-decoration: none; }

body{ 
	margin: 0px auto;
	font: 13px 'Lucida Grande', Verdana, sans-serif;
	background: #e99f10; 
		}
		
#mcontainer {
        margin: 0px auto 0px auto;
        width: 1024px;
        height: 768px;
	background-image:url(../images/Background.gif);
        background-repeat: no-repeat;
/* background-color: #808080; */
}

#page {

	margin: 0px auto 0px 175px;
	padding: 0;
	width: 860px;
}

#header {
	margin: 0px 0px 0px 0px; 
	padding: 0; 
	/* height: 200px; */
	width: 758px;
	}
	
#headerimg {
	background-image:url(../images/Web-Header.gif);
	background-repeat:no-repeat;
	margin: 0;
	height: 175px;
	width: 100%;
	}
	
#content {
/* background-color: #808080; */
	float: left;
	width: 500px;
}
.caption {
  text-align: right;
  font: 11px 'Lucida Grande', Verdana, sans-serif;
}
#paddedcont {
/*  background-color: #a0a0a0; */
  padding-right: 30px;
}
#col_right {
/* background-color: #008080; */
  float: right;
  width: 250px;
}
#col_left {
/* background-color: #808000; */
  float: left;
  width: 250px;
}

#sidebar {
/* background-color: #d0d0d0; */
	float: right;
	width: 310px;
padding-left: 50px;}
div#about {
  position: fixed;
  right:0px;
  bottom: 0px;
}
div#batman_top {
  position: absolute;
  left:23px;
  top: 0px;
}
div#batman_bottom {
  position: fixed;
  left:5px;
  bottom: 0px;
}
div#emily_logo {
  position: absolute;
  right:18px;
  top: 9px;
}
div#nav_container {
  position: absolute;
  right: 30px;
  top: 110px;
}
div#nav_item1 {
  position: relative;
  top: 0px;
}
div#nav_item2 {
  position: relative;
  top: 15px;
}
div#nav_item3 {
  position: relative;
  top: 30px;
}
div#container {
  position: absolute;
  left: 10%;
  top: 140px;
  width: 50%;
  z-index: 1;
}	
div#container_archive {
  position: absolute;
  left: 170px;
  top: 140px;
  width: 50%;
  z-index: 1;
}	
div#container_archive_year {
  position: absolute;
  left: 30px;
  top: 160px;
  width: 200px;
  z-index: 1;
}	
div#counter {
  position: absolute;
  left: 10%;
  top: 180px;
  width: 50%;
  z-index: -1;
}