body {
  font-family:  Palisades, Tahoma, Helvetica, sans-serif;
  font-size: 11pt;
  
}

#content {
  position: relative;
  width: 1040px;
  margin: 0px auto;
}

#header {
  position: relative;
  height: 120px;
  clear: left;
}

#login {
  position: absolute;
  left: 0px;
  width: 30%;
  font-size: 130%;
  font-family: fixed-sys, monospace;
  color: black;
  padding: 5px;
}

#links {
  position: absolute;
  right: 0px;
  width: 70%;
  text-align: right;
  font-size: 130%;
  font-family: fixed-sys, monospace;
  color: black;
  padding: 5px;
}

#main {
  margin: 15px 5px 5px 230px;
  padding: 5px;
  border: 1px dotted #454545;
  color: #454545;
}

.section {
  background-color: #cacaca;
  border: #9a9a9a thin solid;
  padding: 10px 5px 10px 5px;
  width: 783px;
  min-height: 50px;
  vertical-align: middle;
  color: black;
}

#maintext,#mainimage {
  margin: 0px auto 0px auto;
  width: 695px;
  height: 417px;
  overflow: auto;
}

#mainimage {
  display: none;
}

#transparent {
  display: none;
  background-image: url("../images/transback.png");
  background-repeat:x-repeat;
  position: absolute;
  top: 385px;
  left: 360px;
  z-index: 1;
  width: 600px;
  min-height: 70px;
  vertical-align: bottom;
  padding: 10px;
  font-size: 130%;
  font-weight: bold;
  color: white;
}

span {
  position: absolute;
  right: 0px;
  color: #db0000;
  font-weight: bold;
  font-size: 150%;
  }

#news {
  background-color: white;
  color: black;
  margin: 5px -5px -5px -5px;
  padding: 5px;
}

#visitors {
  background-color: white;
  color: black;
}

#events {
  background-color: white;
  color: black;
}

#footer {
  font-size: 90%;
  font-family: fixed-sys, monospace;
  color: grey;
  clear: left;
  text-align: right;
  border-top: thin solid grey;
}

#menu {
  list-style-type: none;
}

#left {
  float: left;
  width: 200px;
  margin: 5px;
  padding: 5px;
}

a {
  background: transparent none repeat scroll 0% 50%;
  text-decoration: none;
  font-weight: bold;
  border: none;
}

a:link {
  color: #3d5d65; <!--#db0000;-->
  
}

a:visited {
  color: #696969;
}

a:active {
  color: #C0C0C0;
}

#header a {
  color: black;
  }

.menutitle {
  font-size: 220%;
  font-family: fixed-sys, monospace;
}

a.menutitle:link {
  color: black;
}

a.menutitle:visited {
  color: black;
}

a.menutitle:active {
  color: black;
}

a.menuitem {
  display: list-item;
  font-size: 130%;
  color: #db0000;
  border-bottom: thin dotted grey;
  padding: 5px 0px;
}

a.menuitem:hover {
  color: #696969;
}

a.menuitem:visited {
  color: #db0000;
}

#flickr,#phdcomics {
  padding: 5px 0px;
}


h1,h2,h3,h4 {
  font-family: fixed-sys, courier, monospace;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 140%;
  }

h3 {
  font-size: 120%;
}

hr {
  border: none;
  background: white;
  background-image:url("../images/hr.png");
  background-repeat: x-repeat;
  height: 5px;
  width: 100%;
}

hr.small{
  width: 68%;
}

ul ul {
  list-style-type: none;
}

ul ul li {
  margin: 10px;
}

em {
  color: #db0000;
}

table {
  width: 100%;
  }

th {
  font-family: fixed-sys, courier, monospace;
  font-size: 100%;
  text-align: left;
  width: 15%;
}

