#wrapper {
	width: 640px;
	height: 325px;
	background: white;
	font-family: "Ariel", Helvetica, sans-serif;
}
#list {
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
#list li {
	float: left;
	text-align: right;
}
.button {
	float: left;
	display: block;
	height: 24px;
	text-align: right;
	clear: left;
	width: 225px;
	padding: 5px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
	outline: none;
}
#list a:hover {
	font-weight: bold;
}
#contentplace {
	float: left; 
	display: inline;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
h1 {
	font-size: 24px;
	color: #333333;
}
h2 {
	font-size: 20px;
	color: #666666;
}
#left {
	background: url(images/divider.png) no-repeat scroll 245px 50%;
}
.arrow {
	font-weight: bold;
	background: url(images/arrow.png) no-repeat scroll 100% 50%;
}