html, body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

body {
  font-family:Verdana, Helvetica, sans-serif;
  font-size:11px;
  line-height:14px;
  color:#737373;
  background-color:#000;
  text-align:justify;
}

a {
  text-decoration:none;
  color:#f00;
}

li a {
  color:#737373;
}

a:hover {
  color:#c00;
}

li a:hover {
  color:#f00;
}

a img {
  border:none;
}

p {
  margin:0 0 14px 0;
}

h2, h3 {
  font-weight:normal;
  font-family:"Eurostile", "EurostileRegular", "Tahoma", sans-serif;
  color:#f00;
  font-size:18px;
  line-height:18px;
  margin:0 0 7px 0;
}

h4, h5, h6 {
  font-weight:normal;
  font-family:"Tahoma", sans-serif;
  color:#f00;
  margin:0;
  font-size:1.1em;
}

#content ul {
  margin:0 0 14px 0;
  padding:0 0 0 14px;
}

#content ul li {
  list-style-type:none;
  padding:0 0 0 10px;
  margin:0;
  background:url("/con/cms/images/arrow.gif") transparent no-repeat left 5px;
}

#content td {
  padding-right:20px;
}

.center {
  text-align:center;
}

#container {
  width:750px;
  margin:auto;
  padding:138px 0 40px 0;
  background:url("/con/cms/images/bg-header.gif") transparent no-repeat;
}

#site-title {
  position:absolute;
  top:-100px;
}

#navigation {
  height:22px;
  list-style-type:none;
  margin:0;
  padding:0 0 1px 0;
  background:url("/con/cms/images/line.gif") transparent no-repeat bottom left;
}

#content {
  background:url("/con/cms/images/line.gif") transparent no-repeat top left;
  margin-top:40px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

