* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, serif;
	letter-spacing: .1em;
	font-size: 10px;
	width: 1200px;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}

li {
		list-style: none;
}

img {
	border: none;
}
#top_banner {
	cursor: hand;
}

h1 {
	margin-top: 0px;
	width: 900px;
	height: 110px;
	margin-left: 80px;
	//border-bottom: 1px #CCCCCC dotted; 
}
h1 a {
	color: #999999;
	font-family: monospace;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: .15em;
	padding: 0px;
}
h1 a:hover {
	color: black;
	border: none;
}
h1 a:visited {
	color: #999999;
}

h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	letter-spacing: .15em;
	width: 300px;
	float: left;
	margin-left: 25px;
}
h3 {
	color: #666666;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	letter-spacing: .07em;
	line-height: 1.5;
	width: 300px;
	float: left;
	padding: 5px;
	margin-left: 20px;
}
#project_list {
	float: left;
	width: 165px;
	padding-right: 25px;
	padding-left: 10px;
	margin-top: 5px;
}

#project_list li{
	font-style: italic;
	//width: 150px;
	margin-top: 12px;
	font-size: 12px;
	text-align: right;
	color: #666666;
}
#project_list a{
color: #666666;
padding: 5px;
border-bottom: none;
}
#project_list a:hover {
	//color: black;
	color: white;
	background-color: #666666;
	padding: 5px;
}

#frame {
	width: 1000px;
	float: left;
	padding-top: 5px;
	margin-top: 5px;
}

#bigbox {
	width: 500px;
	float: left;
}

#littlebox {
	width: 400px;
	float: left;
}

#thumbnails {
	margin-left: -4px;
}

#thumbnails a:hover{
	background-color: black;
	color: white;
}
 
#thumbnails li {
	float: left;
	margin-left: 3px;	
}
#thumbnails img {
	border: 3px white solid;
}
#thumbnails img:hover {
	border: 3px #CCCCCC solid;
}

#name {
color: black;
width: 300px;
float: left;
padding: 5px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 20px;
}
#photo {
	margin-bottom: 20px;
}
#desc1 {
	padding-top: -5px;
	visibility: hidden;
}
#placeholder1 {
	margin-top: 5px;
}

#slider a {
	color: black;
	border-bottom: 1px black dotted;
	text-decoration: none;
}

#slider a:hover {
	color: orange;
	border-bottom: 1px orange dotted;
	text-decoration: none;
}

img.T {
margin: 4px;
border: 3px white solid;
}
img.T:hover {
border: 3px #CCCCCC solid;
}