body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
}
* {
  margin: 0px;
  padding: 0px;
}
#container {
  margin: 10px auto;
  text-align: left;
  width: 800px;
}
#main {
  width: 800px;
  background-image: url(images/background.gif);
}
#header {
  border-style: hidden;
  border-width: 1px;
  width: 750px;
  margin-left: 25px;
  height: 227px ! important;
  background-repeat: repeat;
  background-position:  center center;
  display: table-cell;
  position: relative;
  float: left;
}
#nav {
  margin: 2px 0px 2px 25px;
  padding: 3px 5px 3px 1px;
  width: 744px;
  height: 22px;
  color: #ffffff;
  background-color: #666666;
}
#nav ul {
}
#nav li {
  display: inline;
  background-color: #245882;
  width: 120px;
  height: 22px;
  float: left;
  margin-left: 4px;
  text-align: center;
}
#nav a {
  width: 120px;
  height: 19px;
  padding-top: 3px;
  text-decoration: none;
  font-weight: 800;
  display: block;
  color: white;
}
#nav a:hover {
  color: #cc0000;
  font-weight: 800;
}
p, h1, a, span {
  font-family: Arial,Helvetica,sans-serif;
}
#content {
  width: 750px;
  margin-left: 25px;
  background-color: #c0c0c0;
}
#left {
  margin: 20px 0px 30px 20px;
  float: left;
  width: 390px;
  display: inline;
}
#left p {
  padding: 5px 0px;
  font-size: 12px;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-align: justify;
}
#left a {
  font-weight: normal;
  color: #000000;
  text-align: justify;
  font-family: Arial,Helvetica,sans-serif;
}
#left a:hover {
  color: #cc0000;
  font-weight: inherit;
  text-align: justify;
  font-family: Arial,Helvetica,sans-serif;
}
#left h1 {
  font-size: 16px;
  display: inline;
  font-weight: 900;
  color: #000000;
}
#left span {
  font-size: 12px;
  font-weight: 900;
  display: inline;
  margin-left: 8px;
  color: #000000;
}
#right {
  margin: 20px 20px 20px 0px;
  padding: 5px 20px 10px;
  float: right;
  width: 260px;
  color: #ffffff;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  text-align: justify;
  display: inline;
  font-style: italic;
}
#right p {
  padding: 3px 0px 5px;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  text-align: justify;
}
#right a {
  color: #ffffff;
  text-align: justify;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
}
#right a:hover {
  color: #cc0000;
  font-family: Arial,Helvetica,sans-serif;
  text-align: justify;
  font-weight: normal;
}
.post {
  margin-top: 20px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-align: justify;
}
.post a {
  font-family: Arial,Helvetica,sans-serif;
  text-align: justify;
}
.post a:hover {
  font-family: Arial,Helvetica,sans-serif;
}
.post p {
  font-family: Arial,Helvetica,sans-serif;
}
#footer {
  margin: 10px 0px;
  width: 800px;
  text-align: center;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: x-small;
}
#footer ul {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: x-small;
}
#footer li {
  display: inline;
  float: none;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  font-weight: normal;
}
#footer a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  font-size: x-small;
}
#footer a:hover {
  text-decoration: underline;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: x-small;
}
#footer span {
  margin: 10px 0px;
  display: block;
  clear: both;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  font-weight: normal;
  text-align: center;
}
.clear {
  clear: both;
}
