/* global */
html{height: 100%;}

body
{ font-family: tahoma;
  background: #E9E7E7 url(p007.png) repeat-x;
  color: #000000;
}

/* main container, contains everythin */
#main
{  width: 820px;
   background: #FFFFFF url(main.png) repeat-y;
}

/* top & bottom lines and mid line */
#back_line
{  height: 5px;
   background: black;
}

#Black_vline
{  height: 432px;
   width: 5px; 
   background: black;
}

#white_line
{  height: 5px;
   width: 800px;
   background: white;
}

/* links above the logo / footer */
#links, #footer
{ padding: 10px 21px 0px 19px;
  width: 770px;
  height: 85px;
  font-size: 80%;
  text-transform: uppercase;
  background: #BBBBBB url(Poster_02.png);
  color: #000000;
  border-color: #D7D7D7;
}

#white_l
{ height: 2px;
  width: 800px;
  background: white;
}

#links
{ text-align: right;
 
}

#player
{ padding: 0px 0px 69px 0px;
  height: 26px;
  text-align: right;
  float: left
}

#footer{text-align: center;}

#links a, #footer a
{ text-decoration: none;
  background: transparent;
  color: #000000;
}

#links a:hover, #footer a:hover
{ text-decoration: underline;
  background: transparent;
  color: #000000;
}


/* logo */
#logo
{ width: 800px;
  height: 250px;
  text-align: right;
  background: url(Poster_01.png);
}

/* navigation menu */
#menu
{ height: 42px;
  width: 800px;
  text-align: right;
  background: url(navi_1.png);
}

#menu pa
{
  margin: 0px auto;
  float: left; 
  height: 37px;
  padding: 3px 19px 2px 19px;
  color: #000000;
  text-transform: uppercase;
  float: left; 
  background: url(navi_1.png);
}

#menu ul
{ margin: 0px auto;
  float: right; 
} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
  font-weight: bold;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
  background: #000000 url(navi_4.png);
  color: #FFFFFF;
  border-color: #D7D7D7;
}

#menu li a:hover
{ background: #FFFFFF url(copy_of_navi_3.png);
  color: #000000;
} 



#content2
{ text-align: justify;
  width: 775px;
  background: #BBBBBB;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}