@font-face {
	font-family: Ubuntu;
	src: url("font/Ubuntu-Regular.ttf") format("ttf");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: Ubuntu;
	src: url("font/Ubuntu-Bold.ttf") format("ttf");
	font-style: normal;
	font-weight: normal;
}

body
{
	background: url(img/backgr1.gif);
	color: #5D5D5D;
	font-family: 'Ubuntu', Arial;
	font-size:22px;
}

strong
{
	font-weight:bold;
}

h1
{
	font-size:55px;
	line-height:50px;
	color:#fff;
	margin:0;
	padding:0;
}

a {
	color:#fff;
	text-decoration:none;
}

img a {
	border:none;
}

h2
{
	font-size:26px;
	color:#ffffff;
	font-weight:normal;
	text-transform: uppercase;
}

#content {
/*
	width: 720px;
*/
	width: 340px;
	margin: 0 auto;
	text-align:center;
}
#header {
	float:left;
	height: 140px;
	color: #fff;
	padding:15px;
	width:690px;

}
#skoli {
	float:left;
	width:340px;
	color:#fff;
}