body {
	color: #151515;
	background: #e9e9e9;
	font-family:Helvetica,Arial,Helmet,Freesans,sans-serif;
}

#wrapper {
	width:612px;
	margin:0 auto;
	background: white;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-radius:0 0 3px 3px;
}

.head-wrap {padding:20px 30px 0;}
.body-wrap {padding:30px 30px 20px;}
.footer-wrap {padding:30px;background: #f4f4f4;}

a {
	color: #102b57;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	background-color: #102b57;
}

h1 {
	font-size: 70px;
	line-height: normal;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	font-weight: bold;
}

h3 {
	font-size: 22px;
	font-weight: bold;
}

p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
}

p.welcome-text {margin-bottom: 30px}

ul.inline li {display: inline;padding: 0 30px 0 0;font-size: 16px;}

span.source {color: #aaa;}

.solid-line {border-bottom: 1px solid #e6e6e6; line-height:0; margin:0}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	line-height: 0;
}
