body {
	font-family: Verdana, sans-serif;
	color: #666;
	border-top: 5px solid #999;
}
a {
	color: #666;
	text-decoration: none;
	font-style: italic;
}
#container {
	width: 800px;
	margin: 30px auto;
}
#side {
	width: 200px;
	float: left;
}
#title {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: x-large;
	margin-bottom: 20px;	
}
#nav li {
	font-size: x-small;
	list-style-type: none;
	line-height: 1.5em;
}
#info-links {
	margin-top: 20px;
}
#current {
	text-decoration: underline;
}
#portfolio {
	float: right;
}
#portfolio .gallery li {
	width: 598px;
	height: auto;
	margin-bottom: 10px;
}
#portfolio img {
	border: 1px solid #ccc;
}
#navigation {
	width: 802px;
	height: auto;
	padding-top: 467px;
}
#bottom, #info {
	margin-top: 10px;
	float: right;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
}
#info a:hover {
	text-decoration: underline;
}
.gallery {
	list-style-type: none;
	clear: both;
}
#prev, #next {
	font-style: italic;
}
#prev:hover, #next:hover, #nav li a:hover {
	text-decoration: underline;
}
.current {
	font-style: italic;
	text-decoration: underline;
}