@charset "utf-8";

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Yanone Kaffeesatz', arial, sans-serif;
	color: #464646;
	font-size: large;
	background: transparent url(hendrik-terbeck-chiang-mai.jpg) no-repeat center top;
}

a:link,
a:visited {
	border-bottom: dotted 1px #39b54a;
	color: #39b54a;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #39b54a;
	border: 0;
}	

#content {
	position: fixed;
	width: 550px;
	margin-top: 30px;
	margin-left: -275px;
	left: 50%;
}

#two-columns {
	overflow: hidden;
	width: 100%;
}

#two-columns .column1 {
	float: left;
	width: 275px;
}

#two-columns .column2 {
	float: right;
	width: 275px;
}

h1, h2 {
	font-family: 'Cabin Sketch', arial, sans-serif;
	margin: 0.4em 0;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 1.8;
}

ul {
	margin: 0 0 15px 0;
	padding-left: 0px;
	list-style: none;
}
