body, td {
min-height: 100%;
height: 100%;
background-color: #fffff0;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
margin: 0px;
color: #800;
}
table {
font-size: 12px;
}
td.header {
background-color: #C85800;
}
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;
background-color: #fffff5;
width: 28px;
height: 100%;
border-right: 1px solid #ccc;
}
#logo {
padding-left: 35px;
height: 100px;

}
#login {
width: 95%;
text-align: right;
color: #C85800;
font-size: 10px;
}
#header {
position: relative;
background-color: #ffffe0;
width: 95%;
height: 33px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding-left: 10px;
color: #C85800;
font-size: 24px;
font-weight: bold;
letter-spacing: -1px;
}
#body {
line-height: 16px;
width: 80%;
min-height: 500px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 170px;
text-align: justify;
}
* html #body {
align:right;
width: 84%;
height: 425px;
}
#menu {
position: absolute;
top: 155px;
left: 0;
width: 10%;
background-color: #ffffe0;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding-left: 5px;
font-size: 11px;
letter-spacing: 1px;
line-height: 15px;
}
#footer {
position: relative;
background-color: #ffffe0;
width: 95%;
height: 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
text-align: right;
padding-right: 5px;
color: #C85800;
font-size: 11px;
letter-spacing: 1px;
}
#space {
height: 25px;
}

a {
text-decoration: none;
font-weight: bold;
color: #800;
}
a:hover {
color: #b00;
text-decoration: underline;
}
a.footer {
text-decoration: none;
font-weight: bold;
color: #C85800;
}
a.footer:hover {
color: #900;
text-decoration: underline;
}
input, textarea, select {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
color: #800;
}
.st_blogdivider {
background-color : #800;
}