/* --------------------------------
   LSE Trading Post
   
   Colors:
     *
	 *
   -------------------------------- */
@charset "utf-8";
body {
  margin:0;
  padding:0;
  font-family:arial, helvetica, serif;
}
#mainContainer {
  padding:0;
  margin:0;
  border-right:1px solid #d46465;
  border-bottom:1px solid #d46465;
  width:760px;
  position:relative;
}

#header {
  width:760px;
  height:100px;
  background:#000 url('../Images/Header.jpg') no-repeat;
  position:relative;
}

.title{
  color:#FFF;
  font-size:x-large;
  position:absolute;
  top:53px;
  left:15px;
}

#contentOuter {
  margin:0 4px 20px 0;
  padding:0;
  width:520px;
  height:400px;
  background:url('../Images/spectatorBusiness.jpg') no-repeat 10px bottom;
  float:left;
  position:relative;
}

#contentInner {
  margin:0;
  padding:0;
}

/* ------------------------------------
   Snippet Section
   ------------------------------------ */
   
#snippet {
  margin:0;
  padding:0;
  width:232px;
  height:400px;
  background:url('../Images/Shell.jpg') no-repeat bottom;
  float:left;
  position:relative;
}

#snippet span {
  font-size:x-small;
  position:absolute;
}

#snippetDescription {
  position:absolute;
  top:25px;
  left:5px;
}

#snippetDescription h4 {
  margin:0;
  padding:0;
}

#snippetDescription p {
  margin-top:1em;
  font-size:11px;
  width:220px;
}

.previousEpisode {
  top:10px;
  left:5px;
}

.nextEpisode {
  bottom:125px;
  left:5px;
}

.nextEpisode a, .previousEpisode a {
  text-decoration:none;
  color:#a11828;
}

.disabledLink {
  color:#a7a7a7;
  cursor:default;
}

.continue {
  color:#a7a7a7;
  font-size:x-small;
  text-decoration:itallic;
  cursor:default;
}

#Advert {
  clear:both;
  height:90px;
  position:relative;
}

#footer {
  margin:0;
  padding:0;
  width:760px;
  height:50px;
  clear:both;
  position:relative;
  background:#190004;
}

#footer p {
  margin:0;
  padding:0;
  color:#FFF;
  font-size:x-small;
  position:absolute;
  bottom:.5em;
  left:1em;
}
