
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: black;
}
#wrapper { 
 margin: 20px auto;
 width: 800px;
 background-color: #252525;
}
#content { 
 width: 800px;
 color: #333;
 background: #252525;
 margin: 10px 0px 10px 0px;
 padding: 10px;

}

div.timer{text-align: right;}

div.header {
 background-image: url(http://www.brainwashstudios.com/ng-london07/images/londongn_header08.gif);
 background-repeat: no-repeat;
 width: 800px;
 height: 139px;
 margin-bottom: 10px;
}

div.main-nav {
 margin-top: 5px;
 margin-bottom: 10px;
 margin-left: 10px;
 color: #757575;
 font: 14pt Times, serif;

}

div.right-nav {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 200px;
 text-align: right;
 color: #757575;
 font: 7pt Arial, serif;

}

#content p{

 padding-top:5px;
 padding-right: 70px;
 padding-left: 20px;
 padding-bottom: 5px;
 font: 9pt Arial, san-serif;
 line-height: 15pt;
 color: #fff;

}

#content a{
 color: #ffe034;
 text-decoration: none;
 font-weight: bold;

}

div.main-nav a{
 text-decoration: none;
 color: #ffe139;
}

#content a:hover{
 text-decoration: underline;
 color: #ffe139;
}


div.main-nav a:hover{
 text-decoration: underline;
 color: #ffe139;
}


div.thumb-float {

  padding: 10px;
  float: left;
}

.img4 {
	padding: 25px 12px 13px 18px;
	text-align: center;
}

.img5 {
	padding: 10px 10px 13px 18px;
	float: right;
}


div.thumb-float img{
  padding: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-color: #454545;
  border: 1px solid #575757;
}

div.youtube {
text-align: center;
}

div.caption {color: gray; font: 8pt Arial, sans-serif; text-align: right; margin-right: 70px; padding-bottom: 15px;}


ul {padding-left: 40px; padding-top: 10px; padding-bottom: 20px; font-style: italic; color: orange;}

li {list-style: square; font-style: normal; padding: 9px 0 4px 2px; color: white;}

.clear { clear: both; background: none; }
