@import url(reset.css);

a {
	text-decoration: underline;
	color: #335e91;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: "Segoe UI",Helvetica,Arial,sans-serif;
	font-size: 85%;
	line-height: 1.6em;
	background: #f1f1f1;
	color: #333;
}

.content {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 30%;
	text-align: justify;
}

.content p {
	margin-bottom: 8px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 15px auto;
}

h2 {
	font-size: 18px;
	margin: 5px 0;
	text-align: center;
}

#powered-by {
	text-align: center;
	clear: both;
	width: 50%;
	margin: 20px auto;
}

#powered-by a {
	border: none;
}

#powered-by img {
	vertical-align: middle;
}

#wrapper {
	background: #fff;
	border: 1px solid #E1E1E1;
	width: 970px;
	margin: 15px auto;
	padding: 15px 0;
	overflow: hidden;
	
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}
