@charset "utf-8";

  @import url('jquery.lightbox-0.5.css');
  @font-face {
    font-family: 'CopperplateGothicLightRegular';
    src: url('coprgtl-webfont.eot');
    src: url('coprgtl-webfont.eot?#iefix') format('embedded-opentype'),
         url('coprgtl-webfont.woff') format('woff'),
         url('coprgtl-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


  /* globals */
  * {  padding: 0; margin: 0; }
  body { 
    font: 13px/22px 'arial', helvetica, verdana; 
	background: url('../../img/background.png') #000 repeat-y;
	background-position: 10px 10px; color: #FFF; 
  }
  h1 { 
    font-weight: normal; 
	font-size: 22px;
	padding: 50px 0 15px 0;
  }
  h1, h2, h3 { 
    font-family: "CopperplateGothicLightRegular", georgia; 
    text-transform: uppercase;
  }
  h3 { font-size: 14px; }
  
  p {  margin-top: 25px;  }
  p, li { text-align: left; }
  
  table, td { padding: 15px;}
  td { background-color: #333; }
  hr { margin-top: 20px; }
  
  a { color: #990000; }
  a:hover { text-decoration: none; }
  
  /* globals */


  /* structure */ 
  .c_l, .c_r, .c { float: left; }
  
  .c { width: 990px; }
  .c_l { width: 170px; }
  .c_r { width: 820px; }
  .c_r .inr { 
    width: 85%; 
	text-align: center; 
	margin: auto; 
	padding: 50px 0 50px 0;
  }
  /* structure */
  
  
  /* elements */
  
  .c_l li a { 
    display: block;
	padding: 10px; 
	width: inherit; 
	text-align: center;
	border-bottom: 2px solid #FFF;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
  }
  .c_l li a:hover { background-color: #990000; }  
  .c_l ul { padding-bottom: 50px; }
  
  .inr img { border: 1px solid #FFF; padding: 3px; }
  .inr  ul { margin-left: 35px; }
  span { font-weight: bold; }
  .img_v { width: 108px; height: 125px; }
  
  /* elements */