body {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 15px 0;
}
#branding {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	}
#site-title {
	line-height: 1em;
	margin-bottom: 3px;
	word-wrap: break-word;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
#site-title a {
	color: #333;
}
#header img {
	max-width: 100%;
}
#site-description {
	line-height: 1.428571428571429em;
	clear: left;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-transform: uppercase;
	margin-top: -30px;
	margin-left: 90px;
	font-size: 18px;
	font-style: normal;
	float: left;
	clear: none;
	color: #999;
	font-weight: 300;
}
.left, .alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
#content {
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: 0;
}
#content a, #content a:link {
	color: #dd5424;
}
.copyright{
	font-size:11px;
	color:#aaa;
}