html,body{
	font: 0.6em Verdana, sans-serif;
	line-height: 1.6;
	margin:0;
	padding:0;
}

body{
	background-image:url(../images/main-background.gif);
	background-repeat:repeat-y;
	background-position:top;
}

h1{
	text-indent:-999em;
	background-image:url(../images/main-logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:80px;
	background-color:#fff;
	width:759px;
	margin:0px auto 0 auto;
	padding:0px;
}

ul#nav{
	list-style:none;
	width:760px;
	height:67px;
	line-height:60px;
	margin:0 auto 0 auto;
	background-color:#fff;
	background-position:center;
 	background-image:url(../images/nav-background.gif);
	background-repeat:no-repeat;
}

ul#nav li{
	margin-left:10px;
	display:inline;
	list-style:none;
}

ul#nav li a{
	font-size:1px;
	vertical-align:top;
	text-decoration:none;
	padding:2px 10px 2px 10px;
}

#nav a img{
	border:none;
	vertical-align:top;
	padding-bottom:9px;
}

#container{
	width:760px;
	margin:0px auto 0px auto;
	padding:0px;
}

#kolom1{
	width:471px;
	float:left;
}

#kolom2{
	width:233px;
	float:left;
}

p{
	font-size:11px;
	margin:20px;
}

h3{
	margin:20px 20px 0px 20px;
	font-size:2.6em;
	letter-spacing:0.1em;
	font-weight:800;
}

hr{
	color:000;
	height:1px;
	width:90%;
}

table{
	margin:0px 20px 20px 15px;
	font-size:11px;
}

li{
	font-size:11px;
}

#footer{
	clear:both;
	font-size:1.5em;
	width:720px;
	padding:5px 20px;
	margin:0px auto 0px auto;
	height:20px;
	background-color:#ddd;
	color:#aaa;
}


#footer a{
	color:#aaa;
	text-decoration:none;
	font-size:9px;
	font-weight:400;
}

a{
	text-decoration:none;
	font-weight:600;
	font-size:11px;
	color:#000;
}