html {
height: 100%
}
body {
height: 100%;
margin: 0;
padding: 0;
text-align: center;
background: #000000;
font: 11px Arial, Helvetica, sans-serif
}
h1 {
font-size: 19px
}
img {
border: 0
}
#shell {
width: 100%;
height: 100%
}
#shellcell {
vertical-align: middle;
text-align: center
}
#container {
background-color: /*beige*/#ffffff;
position: relative;
margin: 0 auto;
text-align: left;
width:778px;
/*min-height: 728px*/
}
* html #container {
/*height: 728px*/
}
#header {
width:776px;
background: /*gold*/#ffffff;
border: 1px dashed silver
}
* html #header {
width: 778px
}
#left_column {
position: relative;
float: left;
left: 0px;
width: /*155px;*/214px;
background: #ffffff;/*#FF9900*/
border: 1px dashed silver
}
#right_column {
position: relative;
float: right;
left: 0px;
width: /*155px;*/214px;
background: #ffffff;/*#FF9900*/
border: 1px dashed silver
}
* html #left_column {
width: 216px
}
* html #right_column {
width: 216px
}
#content {
background-color: /*#FFFFEA;*/#ffffff;
position: relative;
background-repeat: no-repeat;
float: left;
right: 0px;
width: /*422px;*/304px; overflow: hidden;
padding: 20px;
/*min-height: 285px;*/
border: 1px dashed silver
}
* html #content {
width: /*468px;*/346px;
/*height: 325px*/
}
#content p {
color:#000000; margin: 3px 0 3px 0; font-size: 17px
}
#footer {
clear: both;
width:776px;
height:25px;
background-color: /*gold*/#ffffff;
border: 1px dashed silver
}
* html #footer {
width: 778px
}
#footer p {
margin: 0; text-align: center; position: relative; top: 6px; font-family: Arial;
font-size: 11px; font-weight: normal; color: #000000
}
#footer a {
font-family: Arial;
font-size: 11px; font-weight: normal; color: #5555ff;
text-decoration: none
}
#footer a:hover {
text-decoration: underline
}
table.stat {
background: beige;
border: 1px solid black;
width: /*426px;*/304px;
margin-bottom: 15px
}
table.stat th {
text-align: left;
padding-left: 2px
}
table.stat td {
background: khaki;
padding: 2px
}
table.stat td textarea {
width: 412px
}
* html table.stat td textarea {
width: 416px
}
