body {
	margin: 0;
	background-color: #000;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ddd;
	}

img {
	border: 0;
	}
	
a {
   outline: none;
	}

#content {
	width: 1050px; 
	text-align: left; 
	margin: 50px auto;
	}

h1 {
	margin: 0 0 65px 0;
	padding: 0;
	width: 300px;
	height: 43px;
	text-indent: -5555px;
	background: url(images/name.jpg) 0 0 no-repeat;
	letter-spacing: 0.3em;
	font-weight: lighter;
	font-size: 34px;
	}
	
h1 span {
	color: #666;
	}

.float {
	float: left;
	}
	
.clear {
	clear: left;
	}

.left1, .left2, .left-big {
	float: left;
	text-align: right;
	width: 100px;
	color: #666;
	border-right: 1px solid #666;
	}
	
.left1, .left2 {
	margin: 0 10px 32px 0;
	font-size: 12px;
	letter-spacing: 0.22em;
	line-height: 22px;
	}
	
.left1 {
	padding: 5px 5px 5px 0;
	}
	
.left2 {
	padding: 10px 5px 10px 0;
	}
	
.left-big {
	margin: 35px 10px 0 0;
	font-size: 20px;
	letter-spacing: 0.22em;
	padding: 5px 5px 5px 0;
	}
	
.right-big {
	margin-top: 35px;
	font-size: 20px;
	letter-spacing: 0.22em;
	padding: 5px 0 5px 5px;
	}

.right1, .right2 {
	width: 250px;
	margin-left: 5px;
	line-height: 22px;
	font-size: 12px;
	letter-spacing: 0.22em;
	}
	
.right1 {
	padding: 5px 0;
	}
	
.right1 a, .left1 a, .right2 a, .left2 a, .left-big a, .right-big a {
	text-decoration: none;
	color: #666;
	}
	
.right1 a, .left1 a, .right2 a, .left2 a {
	font-size: 12px;
	letter-spacing: 0.22em;
	}
	
.left-big a, .right-big a {
	font-size: 20px;
	letter-spacing: 0.22em;
	}
	
.right1 a:hover, .left1 a:hover, .right2 a:hover, .left2 a:hover, .left-big a:hover, .right-big a:hover {
	color: #ddd;
	}

.white {
	color: #ddd;
	}

#photo {
	text-align: center;
	width: 750px; 
	height: 500px;
	}
	
#video {
	text-align: center;
	width: 750px; 
	height: 350px;
	padding-top: 100px;
	}
	
#title {
	text-align: center;
	width: 750px; 
	font-size: 12px;
	letter-spacing: 0.22em;
	color: #ddd;
	line-height: 20px;
	}
	
#arrows {
	margin: 25px auto;
	width: 36px;
	height: 9px;
	}
	
#arrows ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#arrows ul li {
	float: left;
	}

#arrows ul li a {
	list-style: none;
	}

#arrows ul .prev {
	margin-right: 18px;
	}

#arrows ul .prev, #arrows ul .next {
	display: block;
	overflow: hidden;
	width: 9px;
	height: 19px;
	}
	
#arrows ul .prev {
	background: url(images/arrowL.jpg) 0 0 no-repeat;
	}
	
#arrows ul .next {
	background: url(images/arrowR.jpg) 0 0 no-repeat;
	}

#arrows ul .prev:hover, #arrows ul .next:hover { 
	background-position: 0 -19px;
	}

#videoL, #videoR {	
	width: 360px;
	font-size: 12px;
	letter-spacing: 0.2em;
	float: left;
	color: #666;
	line-height: 20px;
	margin-bottom: 29px;
	}

#videoL {
	margin-right: 30px;
	text-align: right;
	}
	
#videoL a, #videoR a, #title a {
	text-decoration: none;
	color: #666;
	}
	
#videoL a span, #videoR a span {
	color: #000;
	}
	
#videoL a:hover, #videoR a:hover, #videoL a:hover span, #videoR a:hover span, #title a:hover {
	color: #ddd;
	}
	
#cred {
	width: 1024px;
	text-align: right;
	margin: 20px auto;
	}
	
#cred a {
	letter-spacing: 0.15em;
	text-decoration: none;
	font-size: 9px;
	color: #333;
	}

#cred a:hover {
	border-bottom: 1px dotted #444;
	color: #666;
	}