@charset "utf-8";
/* CSS Document */

body {
	
	background: url("images/David.png");
	background-repeat: no-repeat;
	background-position: 50% 100px;
	
	background-color: black;	
	margin: 0 auto;
	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#logo {
	float: right;
	clear: both;
	margin: 2px;
	
	height: 200px;
	width: 100%;
	
	text-align: right;
}

#top {
	margin: 2px;
	
	width: 100%;
	
	clear: both;
	
	display: table;
}

#topleft {
	margin: 0 -10px 0 0;
	float: right;
	
	height: 400px;
	
	text-align: right;
	
}

#topleft img {
	border: 0;	
}

#topright {
	margin: 2px;
	float: right;
	
	width: 450px;
	height: 600px;
	
	display: table;
}

#video {
	background-color: #202020;
	margin: 0 10px 0 0;
	float: right;
	
	width: 330px;
	height: 290px;
	
	border: 1px solid #88abbb;
	
	z-index: 20;
}

	.video {
		margin-top: -30px;
		position: absolute;
		z-index: 100;
	}

#thevideo {
	margin-left: 5px;
	margin-top: 5px;
}

#performances {
	margin: 300px 0 0 0;
	
	width: 450px;
	height: auto;
	
	text-align: right;
	
	z-index: -20;
	
	background: url("images/PERFORMANCES.png");
	background-position: right -50px;
	background-repeat: no-repeat;
	
	font-size: 110%;
	
	clear: both;
}

	.performances {
		padding-top: 120px;
		padding-bottom: 30px;
		margin-right: 10px;
		display: block;
		line-height: 35px;
		
		color: #88abbb;
		font-weight: bolder;
		
	}
	
	.white {
		color: #FFF;
		font-weight: normal;
	}
	
	.grey {
		color: #999;
		font-weight: normal;
	}

#middle {
	margin: 0px;
	
	width: 100%;
	height: 500px;
	
	clear: both;
}

#background {
	margin: 0;
	background-color: #202020;
	border: 1px solid #88abbb;
	float: left;
	
	width: 585px;
	height: 480px;
	
	word-spacing: 1px;
	
}

#background img {
	border: 0;	
}

	.background {
		margin-top: -35px;
		margin-right: 20px;
	}
	
	.backgroundtext {
		margin: -30px 15px 10px 15px;
	}

	#background .button {
		text-align: center;
		margin: 28px 20px 20px 20px;
	}

#press {
	margin: 0 30px 0 0;
	background-color: #202020;
	border: 1px solid #88abbb;
	
	float: right;
	
	width: 300px;
	height: 480px;
}

#press img {
	border: 0;	
}

	.press {
		margin-top: 0px;
		margin-right: 20px;
		margin-bottom: -10px;
	}
	
	.presspaper {
		text-align: center;
		margin-top: 30px;
	}
	
	#press .button {
		text-align: center;
		margin: 12px 20px 20px 20px;
	}

#bottom {

	margin: 0;

	width: 100%;
	height: 190px;
}

#bottomPress {
	margin-top: 2030px;	
	width: 100%;
	height: 220px;
}

#bottomCV {
	margin-top: 575px;	
	width: 100%;
	height: 200px;
}

#address {
	
	margin-top: 40px;
	
	padding: 30px 0 30px 0;

	border-bottom: 1px solid #88abbb;
	border-top: 1px solid #88abbb;
	
	width: 930px;
	
	text-align: center;
	
	clear: both;
}

#address2 {
	
	margin-top: 40px;
	
	padding: 30px 0 30px 0;

	border-bottom: 1px solid #88abbb;
	
	width: 930px;
	
	text-align: center;
	
	clear: both;
}

#links {
	color: #88abbb;
	
	width: 100%;
	height: 20px;
	
	text-align: right;
	
	padding-top: 10px;
	margin-left: -30px;
	
	clear: both;
}

#links a {
	color: white;
	text-decoration: none;
}

#links a:hover {
	color: #88abbb;
	text-decoration: underline;
}

#cv {
	margin: 0;
	background-color: #202020;
	border: 1px solid #88abbb;
	float: left;
	
	width: 930px;
	
	word-spacing: 1px;
	clear: both;
}

#cv img {
	border: 0;
}

.cvtext {
	margin: 0px 15px 10px 15px;
}

.cvtext p {
	margin-bottom:35px;	
}

.cvtitle {
	font-size: 160%;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: -5px;
	color: #88abbb;
}

#cv .button {
	text-align: center;
	margin: 20px 20px 20px 20px;
}

#pressimages {
	text-align: center;
}

.clear {
	clear: both;	
}

#msinternet {
	text-align: center;	
}

#msinternet a {
	color: white;
	text-decoration: none;
}

#msinternet a:hover {
	text-decoration: underline;	
}