html {
	overflow: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	position: relative;
	min-width: 320px;
	background-color: #fff;
	background: url(./images/back.png);
}

.wrapper {
	width: 100%;
	margin-bottom: 50px;
}

.header {
	width: 100%;
	margin: 0;
}

.content {
	padding: 0 25px;
}

a {
	text-decoration: none;
}

h1 {
	color: green;
	font-size: 12pt;
	font-weight: bold;
}

.icons {
	height: 20px;
	margin: 0;
	padding: 0;
}

.icon {
	display: table;
	float: left;
	width: 58px;
	height: 21px;
	margin: 0 5px 5px 0;
	background: url(./images/icon.png);
}

.icon p {
	width: 58px;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 8pt;
	color: #f0faf0;
}

.info ul {
	padding: 0;
	list-style-type: none;
	color: #444444;
	font-size: 9pt;
}

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

h2 {
	width: 100%;
	height: 25px;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	background: url(./images/caption_back.png) no-repeat;
	background-size: 100% 25px;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 11pt;
	font-weight: bold;
	color: green;
}

.article {
	margin-bottom: 15px;
}

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

.article p {
	color: #444444;
	margin: 0;
}

.clear {
	clear: both;
}