body {
	margin: auto;
	width: 900px;
	background-color: #000000;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	color: #A59fC3;
	font-family: Palatino, 'Bookman Old Style', serif;
	line-height: 20px;
	font-size: 62.5%;
	font-size: 14px;
}

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

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

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

table#menu tr {
	position: absolute;
//	width: 900px;
	top: 155px;
	left: 50px;
	padding: 0px;
	margin: 0px auto;
//	text-align: center;
	letter-spacing: 1px;
}

table#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;
}

a.external:link, a.external:visited {
	font-size: 0.8em;
	color: #222255;
}

a.external:hover {
	font-size: 0.8em;
	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;
}