@font-face {
  font-family: 'TREBUCHET';
  src: url("font/Trebuchet MS Bold.ttf");
  
}
  
  body{
  	font-family: TREBUCHET;
	color:#ff0000;
	font-size:12px;
  }
  
  a{
  	text-decoration:none;
	color:#ff0000;
  }
  
  a:hover{
   color:#0000ff;
  }
  
  #menu{
	display: inline !important;
	border:2px solid #ff0000;
	position:absolute;
	top:40px;
	left: 40px;
	height:300px;
	min-height:300px;
	font-size:15px;
	width:158px;
  }
  
  ul{
  list-style-type:none;
  position:absolute;
  left:23px;
  }
  
  li{
	padding:2px;
  }
  
  li:first-child{
	margin-bottom:30px;
	margin-right:-33px;
  }
  
  li:last-child{
	margin-top:30px;
  }
  
  #container{
	position:absolute;
	top:40px;
	bottom:20px;
	margin-left:300px;
  }

  #contact{
	margin-top:14px;
  }
  
  #info_photo{
	width:500px;
	padding-bottom:30px;
  }
  
  
  
	.video_desc{
	height:281px;
	width:500px;
	max-height:281px;
	max-width:378px;
	position: relative;
	right:-522px;
	top:-282px;
	font-size:12px;
	}


.description{
		position: absolute;
bottom: -17px;
}

	#video{
	max-height:275px;
	}
	
  .line {
  position: absolute;
  background-color: #ff0000;
  
}

.vertical { 
   width: 2px;
   height: 500px;
 
}

.horizontal {
   width: 500px;
   height: 2px;
}

#line1 {
   top:40px;
   left: 61px;
    transform: rotate(65deg);
	-ms-transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
	height:370px;
}

#line2 {
   top: 198px;
   left: 224px;
   transform: rotate(12deg);
   -ms-transform: rotate(12deg); 
    -webkit-transform: rotate(12deg); 
}

#line3{
	height:380px;
	left:290px;
	top:40px;
}

.photo{
	max-height:600px;
	cursor:pointer;
}

#number{
	display:inline;
	color:#0000ff;
}

#O-K{
	display:inline;
	letter-spacing: 2.7px;
	margin-right:-3px;
}

#photoManager{
	padding-top:10px;
}

#press_links{
	padding-bottom: 4px;
        display: inline-block;
	font-size:12px;
}

#item1{
	 white-space: nowrap;
         margin-left:-3px;
}

.active{
       color:#0000ff;
}			