html {height:100%;}

body {
margin:0; padding:0; height:100%;
font-family: Verdana, "Trebuchet MS", sans-serif;
font-size: 0.8em;
color: #333333;
background-color:white;
}

#wrap {
min-height:100%;
width:701px;
margin:auto;
position:relative;
}

* html #wrap {height:100%}

#header {
margin:17px 0 0 0; padding:0;
height:188px;
}

#left {
float:left;
width:1px;
text-align:left; /*center*/
}

#main {
position:relative;
margin-left:130px;  /*19-2-06 was 175px*/
width: 515px;
margin-bottom: 15px;
margin-top: 5px;
}

#keyline {
border-top: 1px solid #999999;
margin-top:5px;
}

/*----- START - FOOTER -----*/
#clearfooter {
clear:both;
height:20px;
overflow:hidden;
}

#footer {
position:absolute;
bottom:0;
height:20px;
text-align:center;
font-size: 0.8em; 
border-top: 3px double #ff6633;
background-color: white; /*#ffcc99;*/
width:100%;
line-height: 20px;
}
* html #main,
* html #content {height:1px;}

/*#menu {padding:10px 3px; width:175px;}
ul#navmenu {width:175px;}*/

/*----- END - FOOTER -----*/


/*----- START - MENU -----*/
#navcontainer { 
width: 120px; /*19-2-06 was 175px*/ 
margin-top: 5px;

/*font-size: 0.85em;*/}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a {
display: block;
padding: 10px 3px 3px 0px;  /* was 3px - killed "padding-top:10px" */
width: 120px; /*19-2-06 was 160px*/
background-color: white;
border-bottom: 1px solid white;
}

#navcontainer a:link, #navlist a:visited {
text-decoration: none;
color: black;
border-bottom: 1px solid white;
border-right: 1px solid #999999;
}

#navcontainer a:hover {
color: #ff6633;
background-color: #F0F8FF;
border-bottom: 1px solid #999999;
}

/*----- END  -  MENU -----*/

img {border:none}

/*----- START  -  HEADMAST -----*/
/*#headmast {background-image: url(images/Proof_headmast.jpg);}*/
/*----- END  -  HEADMAST -----*/

/*----- START  -  FORMAT -----*/
p {
margin:0 0 0 5px; 
padding:0;
color: #333333;
}

h1 {
font-size: 1.4em;
color: #ff6633;
position:relative;
margin: 0 0 10px 5px;
}

h2 {
font-size: 1.2em;
color: #ff6633;
position:relative;
margin: 0 0 10px 5px;
}


/*----- END  -  FORMAT -----*/

#underKonstruct {
background-color: #F0F8FF;
border: 1px solid #999999;
color: #ff6633;
font-size: 1.2em;
text-align: center;
margin: 15px;
font-weight: bold;
}