html{
	font-family:Helvetica, Arial, sans-serif;
}

body {
	width: 900px;
	margin: 0 auto;
}
a {
	color: #36C;
	text-decoration:none;
}
a:hover {
	color: #36C;
	text-decoration:underline;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {	
	clear:both;
}
.indent{
	padding: 0 0 0 30px;
}
ul{
	padding: 0;
	margin: 0;
}
ul li {
	list-style:none;
}

ul li a img{
	border:solid 2px #333;
}
#header {
	width: 850px;
	border-bottom:solid 2px #666; 
	padding: 20px 0;
}
#title{
	width: 600px;
	padding: 0 35px;
	position: relative;
	top: 90px;
}
#leftNav {
	width: 175px;
	font-size: 13px;
	color:#333;
}

#mainContent {
	color:#666;
	width: 600px;
	padding: 10px 35px;
}
#thumbHolder ul{
	margin: 5px 0 25px 0;	
}

#thumbHolder ul li{
	display:inline;	
}
