@font-face {
	font-family: Ubuntu;
	src: local('Ubuntu'), url('ubuntu-r.woff');
}
body {
	font-family: Ubuntu, sans-serif;
}
header{
	text-align: center;
	position: relative;
	left: 25%;
	width: 50%;
	font-size: 110%;
}
header img{
	float: left;
}
article.sloupce{
	-moz-column-gap: 5em;
    -moz-column-rule: 1px solid lightGray;
    -moz-column-width: 23em;
	-webkit-column-gap: 5em;
    -webkit-column-rule: 1px solid lightGray;
    -webkit-column-width: 23em;
  min-height: 200px;
}
article h1 {
	border-bottom: 7px solid LightGray;
    padding-bottom: 15px;
}
ul{
	list-style-type: circle;
}
