*{
  margin: 0;
  padding: 0;
  list-style: none;
}
html,body {
  width: 100%;
  	padding-bottom:1px;
	height:100%;
}
body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1em;
	cursor: default;
	color: #666666;
	padding-bottom: 1px;
	background-color: #55799f;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;

}
h1 {
	font-size: 1.6em;
	color: #3a86c7;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.3em;
	color: #f5c00a;
	margin-bottom: 1em;
	font-weight: normal;
}
a {
  text-decoration:none;
  color: #3399ff;
  border: 0;
  outline: none;
}
a:hover {
  color: #55bbff;
  border-bottom: 1px solid #55bbff;
}
img {
  display: block;
  border:0;
}

div#content li{
	background-image: url(img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	padding-left: 0.9em;
	padding-bottom: 0.5em;
}
#skeleton {
  margin: 20px auto 0 auto;
  width: 731px;
}
#header {
	background-image: url(img/contentbg.png);
	background-repeat: repeat-y;
	width: 731px;
	height: 200px;
}
#header img{
	float: right;
	padding-right: 50px;

}

#logo {
	float: left;
	height: 75px;
	width: 142px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
#logo img{
	padding: 0;
}

#top {
	height: 61px;
	background-image: url(img/topbg.png);
	background-repeat: no-repeat;
	font-size: 0.9em;
}

#leftcol {
	float: left;
	width: 160px;
	padding: 50px 20px 20px 20px;
	font-weight: bold;
}

#leftcol ul a{
	color: #C4C4C4;
}

#leftcol ul a:hover{
	color: #fff;
	border-bottom-style:none;
}

#leftcol ul li{
	background-image: url(img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	padding-left: 0.9em;
	padding-bottom: 0.5em;
}
#leftcol ul li a{}

ul#navi {
	height: 1.8em;
	list-style: none;
	padding: 0;
	font-size: 0.9em;
	margin-top: 38px;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
}

ul#navi li {
    float: left;
    margin: 0 5px 0 0;
}

ul#navi a {
	background: url(img/tab.gif) 100% -46px;
	display: block;
	float: left;
	height: 1.8em;
	padding-left: 10px;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

ul#navi a:hover {
    background-color: #CCCCCC;
    background-position: 0 -23px;
}

ul#navi a:hover span {
    background-position: 100% -23px;
}

ul#navi li.current a {
    background-color: #0099FF;
    background-position: 0 0;
    color: #FFF;
    font-weight: bold;
}

ul#navi li.current span {
    background-position: 100% 0;
}

ul#navi span {
    background: url(img/tab.gif) 100% -46px;
    display: block;
    line-height: 1.8em;
    padding-right: 10px;
}

#content {
	line-height: 135%;
	width: auto;
	padding: 10px 50px 90px 50px;
	font-size: 0.8em;
	background-image: url(img/contentbg.png);
	background-repeat: repeat-y;

}

#nappi a {
	padding:2px 0 0 20px;
	margin-left:-10px;
	width:179px;
	height:19px;
	border:none;
	color:#FFF;
	font-weight: bold;
	display: block;
	background-image: url(img/nappi.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

#nappi a:hover {
	background-position:top;
}

#lomake {
	margin-bottom: -50px;
}

#footer {
	color:#666;
	width: 731px;
	clear: both;
	text-align: center;
	font-size: 0.6em;
	height: 65px;
	margin: 0 auto; 
	background-image: url(img/bottombg.png);
	background-repeat: no-repeat;
}
#footer a {
	color: #4F6A93;
}
#footer a:hover {
	border-bottom-color: #4f6a93;
}
img.imageright {
margin: 22px 0 0 20px;
border: 3px solid #ffcc00
}
