* {
margin: 0px;
padding: 0px;
}

body {
text-align: center;
background: #000000;
font-family: Verdana, Arial, serif;
font-size: 12px;
}

a {
text-decoration: none;
}

#page {
width: 689px;
margin-left: auto;
margin-right: auto;
background: #ffffff;
text-align: left;
}

#header {
width: 689px;
height: 46px;
background: url('/header.gif');
margin-bottom: 10px;
}

#headerimg {
display: none;
}

#content {
float: left;
width: 500px;
}

#sidebar {

float: right;
width: 180px;
}

#sidebar ul {
list-style: none;
}

#sidebar li {
border: 1px solid #000000;
display: block;
margin-bottom: 3px;
list-style: none;
}

#sidebar a {
display: block;
margin-top: 3px;
margin-left: 3px;
}

#sidebar li li {
border: none;
}

#sidebar h2 {
text-align: center;
font-size: 12px;
font-weight: bold;
background: #dddddd;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px solid #000000;
}

#footer {
clear: both;
text-align: center;
padding-top: 10px;
font-size: 9px;
}

.post {
  width: 460px;
  border: 1px solid #000000;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 5px;
}

.post h2 {
  font-size: 14px;
}

.post h2 a {
  color: #000000; 
}

.post p {
  margin-bottom: 5px;
  margin-top: 5px;
}

#welcome_box a {
display: block;
text-align: center;
width: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
height: 25px;
color: #ff0000;
background: #f0f0f0;
padding-top: 4px;
font-size: 18px;
border: 1px solid #000000;
}

