/* LOCAL STYLE */

body {
	min-width: 880px;
	padding-top: 72px;
	padding-left: 240px;
	padding-right: 240px;
	padding-bottom: 72px;
}

#logo {
	display: block;
	white-space: nowrap;
	margin-left: -120px;
	padding-bottom: 72px;
}

#logo section {
	display: inline-block;
}

#link_wrapper {
	display: inline-block;
	width: 50%;
}

#link_wrapper, #right {
	vertical-align: text-top;
}

.link {
	display: block;
	padding-bottom: 18px;
	white-space: nowrap;
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

.link, .link:visited { color: black; }

#right {
	display: inline-block;
}

p {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 14px;
}

p:nth-of-type(1){
	margin-top: 0px;
}

p:nth-last-of-type(1){
	margin-bottom: 0px;
}

