body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}

a {
	color: #f80;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border: none; }

#wrapper {
	text-align: left;
	width: 700px;
	left: auto;
	right: auto;
	margin: 50px auto;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100px;
	color: #888;
}

ul#nav li {
	height: 15px;
	margin: 0 0 20px 0;
}

.selected { font-weight: bold; }

#content {
	width: 595px;
	height: 500px;
	float: right;
	border-left: 1px solid #ccc;
	text-transform: lowercase;
}

#info {
	margin: 200px 0 0 200px;
	padding-left: 80px;
	font-size: 11px;
}

#info h1 {
	padding: 0;
	margin: 0 0 0 -80px;
	width: 70px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #ab0;
}

#info h2 {
	font-size: 11px;
	font-weight: normal;			
	padding: 0;
	margin: 0;
}

#info p {
	padding: 0;
	margin: 0;
}

#info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.item {
	margin-bottom: 10px;
}

.name 	{ color: #ab0; }
.name a { color: #ab0; }

ul.picList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.picList li {
	height: 166px;
	width: 190px;
	float: left;
	text-align: center;
}

.noLower { text-transform: none; }