body {
  background: #000;
  margin: 0;
  color:#888;
}

#header {
  width: 100%;
  height: 173px;
  background:url(assets/header-bg-1.png) repeat-x;
  xborder:1px solid yellow;
}
#header-logo {
  background:url(assets/header-silhouettes.png) top right no-repeat;
}

#navcontainer {
  width: 100%;
  height: 28px;
  padding: 0px;
  background-color:#d00;
  xborder:1px solid green;
}

#navcontainer ul
{
padding-left: 0;
margin: 0;
background-color: #d00;
color: white;
font-weight: bold;
font-size:12px;
float: left;

font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.5em 1em;
background-color: #d00;
color: White;
text-decoration: none;
float: left;
xborder-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #000;
color: #fff;
}

#content {
  width: 100%;
  color:white;
  font-family: arial, helvetica, san-serif;

    xbackground:url(assets/content-top-bg.jpg) repeat-x;
    xbackground:url(assets/content-yaxis-bg.jpg) left repeat-y;
}


#content-wrapper {
  width: 900px;
  background: #000;
  margin: 2em auto;
  color:white;
  font-family: tahoma, arial, helvetica, san-serif;
  font-size: 11px;
  letter-spacing: .03em;
  font-weight: bold;
}


#content-main {
  width: 580px;
  padding-right: 20px;
  float: left;
  color: white;
  xpadding: 2em;
  line-height: 1.4em;
}
#content-main h1 {
  font-size: 20px;
  margin-bottom:1.5em;
}
#content-main h2 {
  font-size: 15px;
  margin-bottom:0em;
  color: #fff;
  font-weight: bold;
}

#content-main a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dashed #c00000;
}


#sidebar {
  width: 240px;
  float: right;
  color: red;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

#sidebar a {
  color: white;
  text-decoration: none;

}



.img-left {
    float:left;
    margin:0 1em 2em 0;
    xtext-align: center;
}

#footer {
  clear: both;
  margin-top: 2em;
  padding-top: 0.5em;
  padding-bottom: 4em;
  border-top: 1px solid #444;
  text-align: center;
  font-size: 11px;
  background:url(assets/content-top-bg.jpg) repeat-x;
}

form {
  margin: 0;
}

label {
  margin: 0;
}
