body {
  font-family: verdana, sans serif, arial, helvetica;
  font-size: 10px;
  background: #fafcff;
  text: black;
  text-align: left; 
}

tr {
  font-family: verdana, sans serif, arial, helvetica;
  font-size: 10px;
}

PRE {
	font-size: 12px;
}

#header {
  clear: both;
  width: 800px;
  height: 90px;
  background: url('images/header-glass.jpg');
}

#logo {
  background: url('images/background.png');
  float: left;
  text-align: left;
  font-size: 58px;
}

#date {
	clear: both;
	width: 800px;
	height: 20px;
  font-weight: bold;
  text-align: right;
  color: white;
}

#menu {
  margin-top: 53px;
  text-align: center;
  clear: left;
  float: left;
}

#menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: 1px;
  margin-top: 0px;
}

#menu li {
  float: left;
  border-top: solid 1px black;
  border-right: solid 1px black;
  margin: 0px;
  padding: 0px;
  width: 100px;
}

#menu li a {
  display: block;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 12px;
  background: white;
  width: 100%;
  height: 15px;
}

#menu li a:hover {
  color: blue;
  background: #eee;
  filter:alpha(opacity=75);-moz-opacity:0.75;
}

#middle {
  width: 800px;
  border: none;
  position: relative;
  background: url('images/background.png') repeat-y;
  text-align: left;
}

#content {
  clear: left;
  float: left;
  width: 575px;
  margin: 2px;
}

#modules { float: right; width: 208px; margin: 2px; }
#modules form { display: inline; margin: 0px; padding: 0px; }
#modules a { color: #141cc4; text-decoration: none; }
#modules a:hover { color: #620709; text-decoration: underline; }

#footer {
	clear: both;
  border-top: solid 1px black;
  color: #555;
  width: 800px;  
}



#forum {
  width: 100%;
}

#forum div.row {
  clear: both;
}

#forum div.row span.label {
  float: left;
  width: 60px;
  text-align: right;
  padding-top: 5px;
}

#forum div.row span.formw {
  float: right;
  width: 370px;
  text-align: left;
} 

.input {
  border: solid 1px #1342A1;
  color: #070962;
  height: 17px;
  font-family: verdana, sans serif, arial, helvetica;
  font-size: 10px;
}

.inputarea {
  border: solid 1px #1342A1;
  color: #070962;
  font-family: verdana, sans serif, arial, helvetica;
  font-size: 10px;
}

.inputbutton {
  color: #070962;
  background: #E0D0CB;
  height: 17px;
  font-family: verdana, sans serif, arial, helvetica;
  font-size: 10px;
}

.verdana-black-10    { font-family: verdana, sans serif, arial, helvetica; font-size: 10px; color: #000; }
.verdana-black-12    { font-family: verdana, sans serif, arial, helvetica; font-size: 12px; color: #000; }
.verdana-black-12-ls { font-family: verdana, sans serif, arial, helvetica; font-size: 12px; color: #000; letter-spacing: 1px; }
.verdana-black-14    { font-family: verdana, sans serif, arial, helvetica; font-size: 14px; color: #000; }
.verdana-black-14-18 { font-family: verdana, sans serif, arial, helvetica; font-size: 14px; line-height: 18px; color: #000; }
.verdana-blue-10     { font-family: verdana, sans serif, arial, helvetica; font-size: 10px; color: #00f; }
.verdana-red-10      { font-family: verdana, sans serif, arial, helvetica; font-size: 10px; color: #f00; }

.courier-black-12    { font-family: courier new, courier, mono; font-size: 12px; color: #000; }
