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

body {
	background-color:#fff;
	width: 13000px;
	margin: 30px 0 0 0;
	padding: 0;
		}

	
#container {
	border-top: 20px #333 solid;
	border-bottom: 20px #333 solid;
	background-color:#FFF;
	padding:15px;
	margin:0;
	height:495px;
	/*height: 510px;*/
	}
	
#menu {
	float: left;
	width:300px;
	text-transform:uppercase;
	font-family:"Courier New", Courier, monospace;
	font-size: 120%;
	}
	
#menu .lowercase {
	text-transform:lowercase;
	}

#menu h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:150%;
	color:#333333;
	padding: 0 0 0 8px;
	margin: 0;
	}
	
#menu h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:130%;
	color: #999;
	padding: 0 0 0 8px;
	margin:0;
	}
	
#menu h1 a:link, #menu h2 a:link {
	text-decoration:none
	}
	
#menu h1 a:link, #menu h1 a:visited, #menu h1 a:active {
	color:#333333;
	}
	
#menu h2 a:link, #menu h2 a:visited, #menu h2 a:active {
	color: #999;
	}
	
#menu ul {
	list-style:none;
	}
	
#menu ul ul {
	padding:0 0 0 10px;
	margin:0;
	}
	
#menu li li {
	font-size:85%;
	}
	
	
#menu a:link {
	text-decoration:none;
	color: #999;
	}
	
#menu a:active {
	text-decoration:none;
	color: #999;
	}
	
#menu a:visited {
	text-decoration:none;
	color: #999;
	}
	
#menu a:hover {
	text-decoration:none;
	color: #333;
	}
	
#menu .lowercase {
	text-transform: none;
	}
	
#gallery {
	margin-top:65px;
	height:430px;
	}
	
#gallery ul {
	margin: 0;
	padding: 0;
	}
	
#gallery li {
	padding: 0 0 0 20px;
	margin: 0;
	list-style:none;
	display: inline;
	width: 100%;
	}

	
#text {
	line-height: 2em;
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	color:#333;
	}
	
#text.emphasis {
	font-size:12px;
	font-weight:bold;
	}
	
#text p {
	line-height: 2em;
	}
	
#text ul {
	list-style: none;
	padding:0;
	margin:0;
	}
	
#text li {
	list-style: none;
	}
	
#text h1, h2, h3 {
	font-family: "Courier New", Courier, monospace;
	text-transform:uppercase;
	color:#999;
	font-weight:normal;
	}

#text h1 {
	font-size:150%
	}
	
#text h2 {
	font-size: 130%;
	}
	
#text h3 {
	font-size:110%;
	}
	
/*#text a:link, a:hover, a:active, a:visited {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	}*/
	
#biopic {
	width:222px;
	position:absolute;
	left:320px;
	top:139px;
	z-index:0;
	}
	
	
#bio {
	width: 440px;
	position: absolute;
	left: 1275px;
	top: 139px;
	z-index: 1;
	}
	
	
#clients {
	width: 450px;
	position: absolute;
	left: 1730px;
	top: 141px;
	z-index: 2;
	}

#contact {
	width: 450px;
	position: absolute;
	left: 316px;
	top: 141px;
	z-index: 3;
	}
	
#contact li {
		line-height:1.3em;
}


.quicktime {
	border:5px solid #000000;
	}
