.LBoxMore {
	position:relative;
	width:437px;
	margin-bottom:25px;
	padding:7px;
	padding-bottom:25px;
	background-image:url(../gfx/start/box_more_bg.png);
	background-repeat:repeat-x;
}
.LBoxMore img {
	float:left;
	margin-right:19px;
	border:3px solid white;	
}
.LBoxMore p {
}
.LBoxMore p a:link, .LBoxMore p a:visited {
	color:#333333;
}
.LBoxMore p a:hover {
	color: #E81D00;
}
.LBoxMore a:link, .LBoxMore a:visited {
	text-decoration:none;
	color: #C43124;
}
.LBoxMore a:hover {
	text-decoration:underline;
}
.LBoxMore h1 {
	font-size:17px;
	font-weight:normal;
}
.more {
	float:right;
	text-align:right;
	margin-right:11px;
	font-size:12px;
}
	.more:link, .more:visited {
		text-decoration:none;
		color: #C43124;
	}