* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 83%;
	font-family: Verdana;
	line-height: 1.4;	
	padding-top: 170px;
	color: #333;
	width: 950px;
	position: relative;
}

h1 {
	font-family: "ChaparralPro-Bold", "Palatino", "Palatino Linotype", "Book Antiqua",  Georgia, serif;
	font-size: 5em;
	position: absolute;
	top: 55px;
	left: 200px;
}

p.subtitle {
	position: absolute;
	top:50px;
	left: 450px;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 0.9em;
	font-family: Verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 3px;
}

p {
	margin-bottom: 1.4em;
}

a { 
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

ul li {
	list-style: inside;
}

a:hover {
	color: #0096b6;
	text-decoration: none;
	border-bottom: 1px solid #0096b6;
}

.intro {
	font-family: "ChaparralPro-BoldIt", "Palatino", "Palatino Linotype", "Book Antiqua",  Georgia, serif;
	font-style: italic;
	font-size: 1.8em;
	text-align: right;
	color: #000;
	width: 370px;
	line-height: 1.3;
	margin: 0 35px 0 40px;
	float: left;
}

#content { 
	position: absolute;
	left: 450px;
}

.column {
	width:185px;
	margin-right: 50px;
	margin-bottom: 20px;
	float: left;
}

.columns-two {
	clear: both;
	width: 430px;
	margin-right: 50px;
}

.contact {
	clear:both;
	width: 400px;
	background: #eee -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));	
	border: 1px solid #ddd;
	padding: 10px;
}

.row {
	overflow:hidden;
}

#footer {
	font-size: 0.8em;
	font-style: italic;
	color: #999;
	width: 100%;
}

	#footer .locality {
		text-transform: uppercase;
	}

#language {
	font-size: 0.8em;
	text-align: right;
	position: absolute;
	top: 50px;
	right: 75px;
}