html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body, td {
background-color: #fff;
font-family: Verdana, Arial, Helvetica sans-serif;
font-size: 12px;
color: #800;
}

.wrapper {
position: relative;
display: table;
width: 70%;
margin: 0;
padding: 0;
height: 100%;
}

/* IE/Win requirement so floated tablecells take the height  */
* html .wrapper {display: block; height: 100%;}

.main {
display: table-cell;
border: 0;
margin: 0;
padding-top: 50px;
padding-bottom: 25px;
padding-left: 5px;
vertical-align: top;
min-height: 100%;
width: auto;
position: relative;
}

#header {
padding-top: 5px;
padding-bottom: 5px;
text-indent: 5px;
position: absolute;
top: 0;
left: 0;
background: #000000;
width: 100%;
color: #fff;
font-weight: bold;
font-size: 10px;
z-index: 5;
}
#menu {
padding-top: 5px;
padding-bottom: 5px;
text-indent: 5px;
position: absolute;
top: 22px;
left: 0;
background: #000000;
width: 100%;
color: #fff;
font-size: 10px;
z-index: 4;
}

#footer {
margin-top: -22px;
width: 100%;
background: #000000;
color: white;
text-align: center;
font-size: 10px;
padding-top: 5px;
padding-bottom: 5px;
position: absolute;
}

a  {
color: #800;
text-decoration: none;
font-weight: bold;
}
a.menu {
color: #fff;
}
a:hover  {
text-decoration: underline;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #800;
	}
select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #800;
}
textarea {
color : #800;
}
.st_blogdivider {
background-color : #800;
}