.static-page-body p {
	display: block;
	margin: 10px 0;
	max-width: 760px;
}

html.layout-index .static-page-body p {
	max-width: none;
}

.static-page-body h1,
.static-page-body h2,
.static-page-body h3,
.static-page-body h4,
.static-page-body h5,
.static-page-body h6
{
	height: auto;
	font-size: 20px;
	padding: 5px 0 5px 20px;
	line-height: 1.2;
	margin: 0;
}

.static-page-body h2 {
	font-weight: 600;
	font-size: 24px;
	margin: 10px 0;
	padding: 5px;
	border-bottom: 2px solid #DAE5E8;
}

.static-page-body .toggle {
	border-bottom: 1px dotted #DAE5E8;
	cursor: pointer;
	color: #3397D1;
	font-size: 18px;
}

.static-page-body .toggle_inner {
	padding-left: 50px;
	display: none;
}

.static-page-body img {
	border: 1px solid #B1B3B8;
	border-radius: 3px 3px 3px 3px;
	margin: 2px 10px 2px 2px;
	padding: 2px;
}


p.soc-info {
    font-size: 16px;
    background: none repeat scroll 0 0 #fff8d0;
    margin-bottom: 25px;
    display: inline-block;
    width: auto;
}

.soc-info a {
    color: #64a8dd;
    transition: all 0s ease 0s;
}

.soc-info a:hover {
    border-bottom: 1px solid rgba(208, 64, 0, 0.5);
    color: #d04000;
}

html.layout-index .static-page-body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
