html {height:100%;}

body { background: #223; margin:0 0 0 60px; height:100%;}

#wrap {
background: #D7F1FF;
width: 50em; 
position:relative;
min-height:100%;

}

div.one-image { display:inline;}
div.one-image a { display:inline; text-decoration:none; }
div.one-image img { display:inline; border:0; margin-left:2em;}

* html #wrap {height:100%;}
a.navbar {
background: #0136AA;
color: #FFF;
font-weight: bold;
text-decoration: none;
border: 1px outset grey;
}
a.navbar:hover {
color: #0136AA;
background: #FFF;
border: 1px outset grey;
}
a.navbar:active {
color: #F00;
background: #FFF;
border: 1px inset grey;
}
a.current {
color: #0136AA;
background: #FFF;
font-weight: bold;
text-decoration: none;
border: 1px inset grey;
}
/*
#inner-wrap {
background: #D7F1FF;
padding-left:5px;
min-height:100%;
}
* html inner-wrap { height: 100%; }
*/
#inner-wrap { position: relative;}
div.announce {
padding: 5px 10px 5px 10px;
width: 40em;
position: relative;
left: 60px;
border: 3px red outset;
}

#footer {
background:#0136AA; color:#fff; width:50em;
text-align:right;
height: 40px;
position: relative;
margin-top: -40px;
}

a.links  {color: #005986; font-size: 14px;  text-decoration: none; font-weight: bold;}
A.links:hover, A.links:active { background: #D0E0F0; }

 * html .visualIEFloatFix { height: 0.01%; }