*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: white;
}

li a{
border: none;
border: 0px;
border-color: black;
}

body {
//background-color: white;
background-color: black;
background-image: url('typeface-banner.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 10px 10px;

font-family: Trebuchet, Helvetica, Sans-Serif;
font-size: 12px;
letter-spacing: .1em;
//color: black;
color: white;
}

#banner {
float: left;
width: 800px;
}

#stuff {
width: 800px;
height: 1500px;
position: relative;
left: 280px;
padding-left: 10px;
}



div.banner img {
	float: left;
	
}

h1 {
	width: 750px;
	font-weight: normal;
	font-size: 24px;
	float: left;
}

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


#slider a {
	color: rgb(255,92,56);
	border-bottom: 1px rgb(255,92,56) dotted;
	text-decoration: none;
}

#slider a:hover {
	color: orange;
	border-bottom: 1px orange dotted;
	text-decoration: none;
}

#thumbnails {
width: 230px;
height: 600px;
margin: 0px;
float: left;
margin-right: 5px;
}

#thumbnails img {
float: left;
margin: 6px;
margin-bottom: 6px;
display: inline;
}
#thumbnails img:hover{
	border: rgb(230,230,230) solid 1px;
}
img.v {
	width: 100px;
	display: inline;
}
ul {
list-style: none;
display: inline;
margin: 0px;
padding: 0px;

}

li {
display: inline;
margin: 0px;
float: right;
}
li.v {
width: 100px;
margin-right: 5px;
}

#placeholder1 {
float: left;
margin-bottom: 10px;
margin-left: 10px;
}
#desc1 {
	float: left;
	width: 600px;
	color: black;

}

