*,
*:before,
*:after{
	box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
}
ul{
	list-style: none;
	padding: 0px;
	margin: 0;
}
img{
	border: none;
}
*:focus{
	outline: none;
}
table{
	border-collapse: collapse;
}
body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3em;
	background: #DDDDDD url(../img/bg_page.png) top repeat-x;
}
.container{
	margin: 0px auto;
	width: 980px;
}
.content{
	display: table;
	width: 100%;
}
.content__left-col,
.content__right-col{
	display: table-cell;
	vertical-align: top;
	padding-top: 35px;
}
.content__left-col{
	width: 210px;
	padding: 35px 10px;
	padding-bottom: 0;
}
.content__pos{
	padding-bottom: 10px;
}
.footer{
	background: #000;
	padding: 15px 0;
	min-height: 98px;
	color: #CCC;
	font-size: 11px;
	font-weight: bold;
}
.footer a{
	color: #CCC;
}