body, td {
min-height: 100%;
height: 100%;
background-color: #ccffcc;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
margin: 0px;
color: #000;
}
table {
font-size: 12px;
}
td.header {
background-color: #000;
}
p {
margin-top: 3px;
margin-bottom: 3px;
* margin-top: 5px;
}
#wrapper {
position: relative;
min-height: 100%;
}
* html #wrapper {height: 100%;}
#leftbar {
position: absolute;
top: 0;
left: 0;
width: 28px;
height: 100%;
}

#logo {
background-color: #ffffcc;
background: url("../../gfx/templates/kvr2009/kvrbg.gif") no-repeat left top;
;
padding-left: 35px;
height: 157px;
}
#header {
position: relative;
/*background-color: #ffcc99;*/
width: 100%;
height: 23px;
/**border-color: $ffcc66;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;*/
padding-left: 165px;
color: #000;
font-size: 18px;
font-weight: bold;
letter-spacing: -1px;
}
#body {
line-height: 16px;
width: 80%;
min-height: 500px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 165px;
text-align: justify;
}
* html #body {
width: 84%;
height: 500px;
}
#menu {
position: absolute;
text-align: left;
top: 169px;
/**right: 0;**/
width: 140px;
padding-left: 5px;
font-size: 11px;
letter-spacing: 1px;
line-height: 15px;
}
#footer {
position: relative;
width: 95%;
height: 15px;
text-align: right;
padding-right: 5px;
color: #000;
font-size: 11px;
letter-spacing: 1px;
}
#space {
height: 25px;
}

a {
text-decoration: none;
font-weight: bold;
color: #006600;
}
a:hover {
color: #33cc00;
text-decoration: underline;
}
a.footer {
text-decoration: none;
font-weight: bold;
color: #006600;
}
a.footer:hover {
color: #33cc00;
text-decoration: underline;
}
input, textarea, select {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
color: #800;
}
.st_blogdivider {
background-color : #006600;
}