body {
	margin:0px;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#000;
	background:#e0eee0;
	text-align:center;
	}
a,a:visited {
	color:#87cefa;
	}
	
#container {
	width:950px;
	margin:0 auto;
	text-align:left;
	}
#top-nav {
	text-align:left;
	margin:10px auto;
	width:800px;
	}
#menu img {
	margin:45px 10px 0 0;
	cursor:pointer;
	background:#fff;
	}
	
#thumbs {
	width:210px;
	height:700px;
	float:left;
	margin-right:40px;
	overflow:hidden;
	}
#thumbs img {
	margin-bottom:10px;
	cursor:pointer;
	}
#picture {
	float:left;
	width:700px;
	}
.clear {
	clear:both;
	}