@import "http://fonts.googleapis.com/css?family=PT Sans";
* {
	margin: 0;
	padding: 0;
}
body {
	/*background:url(index.png) no-repeat -220px 0; test */
	font: 14px/20px PT Sans, sans-serif;
	letter-spacing: 1px;
	color: #313131;
}
#main {
	width:500px;
	margin: 80px auto 40px auto;
}
header {
	margin-bottom: 29px;
}
header img {
	margin-bottom: 25px;
}
h1, h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}
h1 span {
	font-size: 15px;
}
section {
	padding-top: 37px;
	border-top: 1px solid #eaeaea;
	margin-bottom: 29px;
}
.left {
	font-size: 15px;
	display: inline-block;
	width: 165px;
	color: #9d9d9d;
}
.right {
	display: inline-block;
	margin-left: -4px;
}
.light {
	color: #9d9d9d;
}
.dark {
	color: #313131;
}
section p {
	text-align: justify;
}
.hidden {
	visibility: hidden;
}
#info .left {
	font-size: 14px;
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 550px) {
	body {
		font-size: 100%;
	}
	#main {
		width: 90%;
		padding: 0;
	}
	header img {
		width: 100%;
		height: auto;
	}
	h1 span, h1 .left{
		font-size: 120%;
		line-height: 120%;
	}
	.left {
		display: block;
	}
	.left > br {
		display: none;
	}
	section p .hidden {
		word-spacing: normal;
	}
	section p {
		text-align: left;
	}
	#info {
		font-size: 90%;
	}
	.right {
		margin-left: 0;
	}
}
