body {
	background: url("images/bg.jpg");
}
ul {
	margin: 0;
	padding: 0;
}
li {
	float: left;
	list-style: none;
	margin-right: 20px;
}
h3 {
	margin: 0;
}
#wrapper {
	width: 960px;
	overflow: auto;
	background: white;
	margin: 0 auto;
	padding: 20px;
}
#header {
	overflow: auto;
	margin:0 0 20px;
}
#header h1 {
	margin:0 0 10px;
}
#header li {
	font-size: 20px;
	font-weight: bold;
}
#photo {
	margin-top: 20px;
}
#content #photo img {
	width: 640px;
}
#sidebar {
	float: left;
	width:300px;
}
#content {
	float: left;
	width: 640px;
	margin-right: 20px;
}

#footer {
	clear:both;
	height: 40px;
	text-align: center;
	background: #ccc;
	padding:40px 0;
}

.section {
	overflow: auto;
	margin: 0 0 20px 0;
}
.thumb {
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
}
.desc {
	width: 400px;
	float: left;
}