@import url(https://comet.tramino.net/fonts/css?family=Source+Sans+Pro:600,400,300);

#body {
	background-color: #E2E2E2;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}


#body h1 { font-weight: 600; }
#body h2 { font-weight: 600; }
#body h3 { font-weight: 600; }

#body .bold { font-weight: 600; }

#page {
	width: 1000px;
	margin: 0px auto;
}header {
	position: relative;
	margin: 50px 0 0 0;
	height: 129px;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 129px;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

header .text {
	margin: 0 0 0 300px;
}

header h1 {
	font-weight: 300 !important;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 10px 0;
	text-align: right;
}

header h2 {
	margin: 0;
	font-weight: 300 !important;
	text-align: right;
}footer {
	font-size: 13px;
	margin: 0 0 10px 0;
}

footer:after {
	display: block;
	content: "";
	clear: left;
}

footer a {
	color: #000;
}

footer .left {
	margin: 0 20px 0 0;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer ul:after {
	display: block;
	content: "";
	clear: left;
}

footer ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}