* {
  font: 1em black Verdana,sans-serif;
  font-decoration: none;
  margin:0;padding:0;
}

body {
  font-size: 14px;
 	background-image: url(images/bg.png);
 	background-attachment:fixed;
 	display:block;
}

b {
  font-size:1em;
  font-weight:bold;
}

i {
  font-style:italic;
}

h2, h3 {
  font-size:1.1em;
  color:red;
  font-weight:bold;
  border-bottom: solid 1px red;
  margin-bottom:3px;
  text-align:center;
}

h3 {
  text-align:left;
}

hr {
  height: 1px;
  border:none;
  background-color:red;
}

#logo {
  font-size:20px;
  font-weight: bold;
  position:fixed;
  left:-1px;top:-1px;
  opacity:0.9;
  filter:alpha(opacity=90);
  z-index:3;
}

#menu {
  position:fixed;
  left:20px;top:60px;
  opacity:0.9;
  filter:alpha(opacity=90);
  font-size:0;line-height:0;
  z-index:2;
}

#menu-main {
  margin-top:0;
  background-image:url(images/menubox-main.gif);
  width:102px;
  padding:0 20px;
  font-size:16px;
  text-align:center;
  overflow:hidden;
}

#content {
  background-color:#cfe6f4;
  margin-left: 155px;
  margin-bottom:10px;
  margin-right:155px;
  min-width:515px;
  padding: 80px 20px 20px 20px;
  height:100%;
  border:solid 1px black;
  border-top:none;
  opacity:0.9;
  filter:alpha(opacity=90);
  z-index:1;
}

#navi {
  margin-bottom:10px;
}

#navi, #error, #news, #newsbox, #page {
  border: solid 1px red;
  padding:3px;
}

/* Begin News Stuff */

#newsbox {
  margin:10px;
}

.postdetails, #prev, #next, #pages {
  font-family: sans-serif;
  font-size:12px;
  line-height:11px;
}

.postdetails {
  float:right;
  text-align:right;
  padding-top:5px;
}

#prev {
  float:left;
}

#next {
  float:right;
  text-align:right;
}

#pages {
  text-align:center;
}

/* End News Stuff */

#foot {
  margin: 10px 100px;
  text-align:center;
  border:solid 1px black;
  background-color:white;
  opacity:0.5;
  filter:alpha(opacity=50);
  min-width: 665px;
}

a {
  color:blue;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}
