#frontpage {
	width:832px;
	margin:0 auto;
}

#frontpage ul {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

#frontpage ul li {
	float:left;
	display:block;
	width:207px;
	height:270px;
	max-width:207px;
	max-height:270px;
	overflow:hidden;
	border-right:1px solid #ffffff;
	position:relative;
}

#frontpage ul li img {
	/*height:350px;
	width:auto;*/
	position:absolute;
	top:0;
	left:0;
}

.frontimage {
	display:block;
	width:414px;
	margin-left:0;
	position:absolute;
	top:0;
	left:0;
}

#header {
	margin-bottom:-20px;
	width:831px;
}

#wrapper>#header {
	margin-bottom:-30px;
}

.frontimage span {
	position:absolute;
	top:0;
	left:0;
	width:207px;
	height:270px;

	margin-left:207px;
}

.frontimage span a {
	display:block;
	height:100%;
	width:100%;
}

.frontimage h3 {
	color:#ffffff;
	position:absolute;
	bottom:5px;
	margin:0;
	padding:0 10px 0 10px;
}