/* candycontracts.co.uk */

body {
  font-family: Trebuchet MS;
  font-size: 1.0em;
  /* color: #9c1616; */  /* red from the letter head */
  color: #3e0909;        /* red almost black */
}


a.menu:link { color: #3e0909; text-decoration: none; padding:5px; display: block; font-weight: bold;}
a.menu:visited { color: #3e0909; text-decoration: none; padding:5px; display: block; font-weight: bold;}
a.menu:hover { color: #ffffff; background-color: #3e0909; text-decoration: none; padding:5px; display: block; font-weight: bold;}
a.menu:active { color: #3e0909; text-decoration: none; padding:5px; display: block; font-weight: bold;}


#outer_container {
  width:920px;
  margin: auto;
  margin-top: 20px;
}

#shadow_left {
  width: 10px;
  height: 898px;
  background-image: url(shadow_left.png);
  float: left;
}

#page_container {
  width: 900px;
  float: left;
  border-bottom: #000000 2px solid;
}

#shadow_right {
  width: 10px;
  height: 898px;
  background-image: url(shadow_right.png);
  float: left;
}


#header {
  width: 900px;
  height: 150px;
  background-image: url(header1.png);
}

#tagline {
  font-size: 1.3em;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: #9c1616 5px solid;
}

#sidebar {
  width: 150px;
  height: 600px;
  background-color: #9c1616;
  float: left;
}
#inner_sidebar {
  padding: 10px;
}


#content {
  width: 750px;
  /* height: 750px; */
  float: left;
}
#inner_content {
  padding: 20px;
}

#slideshow {
  width: 300px;
  height: 480px;
  background-color: #ffffff;
  float: right;
  margin-left: 20px;
}


#footer {
  width: 900px;
  text-align: center;
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px;
}

#footer a {
  padding-left:5px;
  padding-right:5px;
}


#gutter {
  font-size: 0.7em;
  text-align: center;
  width: 900px;
  clear: both;
  padding-top: 15px;
}

h1 {
  background-color: #9c1616;
  padding: 5px;
  color: #ffffff;
  margin-top: 0px;
}


