@charset "utf-8";
#frame {
	background-color: #fffef6;
	border: 1px solid #e2e2e2;
	width: 550px;
	background-image: url(img/image.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 70px;
}
#frame.mobiili {
	background-color: #fffef6;
	border: 1px solid #e2e2e2;
	width: 550px;
	background-image: none;
	padding-bottom: 20px;
}
#content {
	padding-right: 19px;
	padding-left: 19px;
	padding-top: 0px;
	text-align: left;
}
#content .horline {
	font-size: 1px;
	line-height: 1px;
	background-color: #e2e2e2;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6e6e6e;
	padding-right: 120px;
	line-height: 16px;
}
#frame.mobiili #content p {
	padding-right: 20px;
}
#content .address {
	font-size: 12px;
}
#content .address .title {
	color: #71a2cc;
	font-weight: bold;
}
#content a {
	color: #71a2cc;
}
body.mobiili {
	background-color: #FFFFFF;
	margin-top: 20px;
}
