
div.header-img {
	background: #e3d7ba url(images/top_mainimage.jpg) no-repeat center top;
}

div.maincopy {
	padding: 40px 20px 25px 20px;
	width: auto;
}

div.maincopy p {
	text-align: justify;
}

div.recommend {
	background: white url(images/top_recommend.jpg) no-repeat center top;
}

div.recommend h3 {
	font-size: 290%;
	font-weight: 400;
	padding-top: 50px;
}


div.topmenu {
	width: 100%;
}

div.topmenu h4 {
	padding: 10px 0px;
}

div.topmenu a {
	border-radius: 10px;
	height: auto;
	margin: 0px auto;
	max-width: 364px;
	-moz-border-radius: 10px;
	padding: 50px 0px 60px 0px;
	-webkit-border-radius: 10px;
	width: 100%;
	font-size: 25px;
}

div.topmenu a.profile,
div.topmenu a.contact {
	background-position: center bottom -70px;
	float: none;
}

div.topmenu a span {
	font-size: 18px;
	font-weight: bold;
}

