*, *:after, *:before { -moz-box-sizing: border-box; box-sizing: border-box; }


body {
	font-family: 'Tahoma', sans-serif;
	color: #64696a;
	background: #fff;
	background: url(../img/dark_wood.png);
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover, a:focus {
	color: #fff;
}

p{
	line-height: 1.5;f
	ont-size: 25px;
	margin-bottom: 30px;
}

h3{
	font-size: 45px;
	margin: 10px 70px;
}

.pa-content img{
	display: inline-block;
	margin: 15px;
	text-align: center;
}

.img-left{
	float: left;
	margin: 10px;
}

.img-right{
	float: right;
	margin: 10px;
}