html * {
	max-height:1000000px;
}

audio {
	display: none;
}
	
h1, h2 {
	letter-spacing: 3px;
}

body {
	margin: auto;
/*	width: 900px;*/
	background-color: #000000;
	background-image: url(backi.jpg);
	background-repeat: no-repeat;
	color: #A59fC3;
	font-family: Palatino, 'Bookman Old Style', serif;
	line-height: 20px;
	font-size: 14px;
	text-size-adjust: none;
	webkit-text-size-adjust: none;
	moz-text-size-adjust: none;
	webkit-text-size-adjust: none;
}

iframe.youtube {
	width: 640px;
	height: 480px;
	border: 0px;
	display: none;
}

#footer {
	position: absolute;
	top:1005px;
	height:100px;
	left:0px;
	width:980px;
	padding-top: 10px;
	background-image: url(foot.jpg);
	background-repeat: repeat-x;
	background-color: black;
	color: d7d7ec;
}

#endcap
{
	background-image: linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background-image: -o-linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background-image: -moz-linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background-image: -webkit-linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background-image: -ms-linear-gradient(left , rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, rgba(0, 0, 0, 1)), color-stop(1, rgba(0, 0, 0, 1)));
}

#fader
{
	left:0px;
/*Full Width*/
/*	width:100%;*/
/* Absolute Width*/
	width:1000px;
	border-collapse:collapse;
/*	Whole Page*/
/*	pointer-events: none;
	position: fixed;
	top:0px;
	height:1105px; */
/*	Just Bottom*/
	position: absolute;
	z-index: 100;
	top:1005px;
	height:100px;
}
#fader td
{
	margin:0px;
	border:0px;
}

#fade
{
	width:1000px;
	background-image: linear-gradient(left , rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%,  rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%);
	background-image: -o-linear-gradient(left , rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%,  rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%);
	background-image: -moz-linear-gradient(left , rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%,  rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%);
	background-image: -webkit-linear-gradient(left , rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%,  rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%);
	background-image: -ms-linear-gradient(left , rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%,  rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.05, rgba(0, 0, 0, 0)), color-stop(0.80, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 1)));
}

#content {
	position: absolute;
	z-index: 101;
	overflow: auto;
	top: 366px;
	left: 50px;
	width: 790px;
	height: 549px;
	border: 0px;
	margin: 0px;
	padding: 0px 25px;
	text-align: left;
	visibility: visible;
	display: inline;
}

#copy {
	width: 950px;
	text-align: center;
}

#menu tr {
	z-index: 101;
	white-space: nowrap;
	position: absolute;
/*	width: 900px;*/
	top: 155px;
	left: 50px;
	padding: 0px;
	margin: 0px auto;
/*	text-align: center;*/
	letter-spacing: 1px;
}

#menu td {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
/*	list-style: none;
	margin-right: 50px;
	text-align: auto;*/
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	display:inline;
}

#menu a, #menu a:visited {
	text-decoration: none;
	color: #8787bc;
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

div {
	background-color: transparent;
}

object {
	padding: 20px;
}


hr {
	color:#333344;
	background-color:#333344;
	height:2px;
	border:0px;
	width:80%;
	margin-top: 30px;
	margin-bottom: 30px;
}

li {
	padding-bottom: 10px;
}

ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

th {
	text-align: right;
}

h1,h2,h3,h4,h5 {
	color: #B5AfD3;
	
}

a:link, a:visited {
	color: #555599;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
}

span.external, a.external:link, a.external:visited {
	color: #222255;
}

a.external:hover {
	color: #666688;
}


.desc {
	margin-left: 10px;
	margin-top: 10px;
}

.works {
	margin-left: 20px;
}

.list {
	margin-left: 10px;
}

.pics
{
	border: 3px solid #333344;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.spacey {
	letter-spacing: 3px;
}