a {
	color: #ee2222;
	text-decoration: none;
}
h2 {
	color: #c8a86d;
}
li {
	list-style: none;
	margin: 0;
}


#top {
	background: url('../gfx/bg-top.jpg') repeat-x;
	height: 148px;
	margin-bottom: 20px;
}
#toplogo {
	margin-top: 40px;
}
.inner {
	margin: 40px;
}
.boxed {
	border: 1px solid #eee;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.more {
	background: url('../gfx/more.png') no-repeat;	
	height: 37px;
	width: 99px;
	display: inline-block;
	text-indent: -9999em;
}

.more:hover {
	background-position: 0 -37px;	
}

.image-right {
	float: right;
	margin: 0 0 20px 20px;
}