body
{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #333;
background-color: white;
}

p
{
font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 16px 0px;
padding: 0px;
}

a 
{
color: #990000;
font-size: 11px;
text-decoration: none;
font-weight: 600;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

a:link {color: #900;}
a:visited {color: #900;}
a:hover {color: #333333; background-color: #ccc;}

h3
{
font-family: Arial, Helvetica, Verdana,sans-serif;
font-weight: bold;
color: #339933;
border-left: 5px solid red;
padding: 0px 0px 2px 5px;
margin-top: 10px;
}

h4
{
font-family: Arial, Helvetica, Verdana,sans-serif;
font-weight: bold;
color: #339933;
border-left: 5px solid red;
border-bottom: 1px solid #ff0000;
padding: 0px 0px 2px 5px;
margin-top: 10px;
}

#header {
background: url(images/kernewek.png) no-repeat left top;
voice-family: "\"}\"";
voice-family:inherit;
height: 70px; /* the correct height */
border-bottom: 1px solid #ff0000;
}

#navbar
{
padding-top: 10px;
height: 30px;
font-size: 70%;
border-bottom: 1px solid #ff0000;
}

#sidebar
{
padding-top: 10px;
float: left;
width: 30%;
}

#results
{
border-top: 1px solid #ff0000;
margin-top: 20px;
padding-bottom: 20px;
}

#main
{
padding-top: 20px;
margin-left: 37%;
padding-right: 30px;
}

#footer
{
padding: 10px;
border-top: 1px solid #ff0000;
text-align: right;
margin-top: 20px;
clear: both;
}

#footer p
{
font-size: 10px;
}


