/* text */ 

a {
  text-decoration: none;  
}

a:link { color: #006699; }
a:visited { color: #009999; }
a:hover { color: #666699; }
a:active { color: #ffffff; }

/* layout */

body {
  margin-left: 40px;
  color: #000000;
  border: 2px #006699;
  background: #bbbbbb;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: normal;
  line-height: 100%;
}



/* banner image */

#banner {
  height: 201px;
  background-image: url("http://www.thescaremongers.com/simonarmitage/images/armo_logo_1.gif");
  background-position:0px 0px;
  background-repeat: no-repeat;
  text-align: left;
  border-bottom: solid 1px #000000;
}


#container { position: static; }

#container {
  width: 750px;
  background: #FFFFFF;
}

#body {
  width: 750px;
  background: #FFFFFF;
  border: solid 1px #000000;
  padding-top: 0px;
  margin-top: 0px;
}

#alpha {
  width: 200px;
  background: #FFFFFF;
  float: left;
  padding-left: 2px;
}


#beta {
  width: 515px;
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}

#content_body {

}

h1 {
  font-size: 18px;
  font-weight: strong;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

h2 {
  font-size: 20px;
  font-weight: strong;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

h3 {
  font-size: 20px;
  font-weight: strong;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.entry-asset {
  margin-bottom: 30px;
  margin-top: 0px;
  border-bottom: solid 1px #006699;
}

.asset-content {
  margin-top: 0px;
  padding-top: 0px;
  padding-top: 0px;
}

.asset-body {
  margin-top: 0px;
  font-size: 13px;
}


#sidebar_nav {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px 
}

.sidebar_link {
  font-size: 1.0em;
  height: 30px;
  margin-bottom: 2px;
  text-align: left;
  margin-left: 0px;
  padding-left: 5px;
  background: #eeeeee;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 10px;
  margin-bottom: 10px;
}

