/* Alan01 & online screen.css */

html, body {
  margin:0;
  padding:0;
  }
  
body {
  background: #000000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  }
  
img {border:0;}

h1, h2, h3, h4 {
  display: inline;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  }
  
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
  
a {
  color: #ffffff;
  /*text-decoration: underline;*/
  /*font-style: italic;*/
  font-weight: 900;
  font-size: 12px;
  border: none;
  }  
a img {
  display: block;
  }
  
a:hover {
  text-decoration: none;
  color: #999999;
  }
  
#main {
  margin: 30px auto 30px auto;
  width: 1060px;
  position: relative;
  padding-left: 27px;
  /*background: url(gfx/mainShadow.png) bottom left no-repeat;*/
  }
.subpage-col { margin: 40px 30px;}

#movieonly {
  margin: 50px auto 50px auto;
  width: 342px;
  }
  
#movieonly-wide {
  margin: 50px auto 50px auto;
  width: 512px;
  }
  
#topRow img {
  border: 2px solid #ffffff;
  margin-bottom: 10px;
  }
  

  
#mainBg {
  float: left;
  width: 1000px;
  background: #000000;
  opacity:.85;
  border: 2px solid #ffffff;
  }
  
#top {float: left;}

#topRow {
  width: 1000px;
  float: left;
  background: url(gfx/topBg.gif) repeat-y top left;
  }
  
#top1, #top2, #top3, #bottom1 {
  float: left;
  width: 285px;
  padding: 0 20px 20px 25px;
  }
  
#bottom2 {
  float: left;
  width: 610px;
  padding: 0 20px 20px 25px;
  }
  
.horizSplit {
  float: left;
  width: 1000px;
  height: 11px;
  padding: 10px 0;
  background: url(gfx/horizSplit.gif) no-repeat 0px 10px;
  }
  
#bottomRow {
  width: 1000px;
  float: left;
  background: url(gfx/bottomRowBg.gif) repeat-y top left;
  }
 
#bottomRow img { 
  border: 3px solid #ffffff;
  float: right;
  clear: right;
  margin-bottom: 5px;
  }
  
#footer {
  width: 1000px;
  height: 100px;
  float: left;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  }

#mlab-badge img {
  float: none;
  display: inline;
}

#europrix {
  float: left;
  display: block;
  position: absolute;
  top: -20px;
}
  
.clearer {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  }
