@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Siri Core Regular", sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 17px;
	line-height: 1.4;
	background-color: #FFFFFF;
}

.header {
	background-size: 150px auto;
	background-image: url(http://lettersfromsweden.se/images/lfs_stamp_300px_pos.png);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	font-family: "Siri Core Regular", sans-serif;
	font-weight:normal;
	font-style:normal;
}

a:link {
	color: #fc6a65;
}
a:visited {
	color: #fc6a65;
}
a:hover {
	color: #fc6a65;
}
a:active {
	color: #fc6a65;
}

em {
	font-family: "Siri Core Italic", sans-serif;
	font-weight:normal;
	font-style:italic;
}


h1 {
	font-size: 48px;
	font-family: "Siri Core Bold", sans-serif;
	line-height: 1.2;
	letter-spacing:-1px;
	font-weight:bold;
	font-style:normal;
}

strong {
	font-family: "Siri Core Bold", sans-serif;
	font-weight:bold;
	font-style:normal;
}

.container {
	width: 80%;
	min-width: 280px;
	max-width: 630px;
	margin: 0 auto;
	padding: 100px 0;
}

.thinline {
	border-top: 1px solid;
	border-color:#FFF;
	margin-top: 60px;
	margin-bottom: 60px;
}

.columnone {
	width: 50%;
	float: left;
	height: 110px;
	margin: 0;
	padding: 0;
}

.columntwo {
	width: 50%;
	float: left;
	height: 110px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
}

@media screen and (max-width:480px) {
.columnone {
	width: 100%;
	height: 90px;
}
.columntwo {
	width: 100%;
	text-align: left;
	height: 70px;
}

