body, body *{
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: georgia;
  font-size: 12px;
  color: darkblue;
}

body{
  background-color: whitesmoke;  
}

#container {
  max-width: 600px;
  min-width: 400px;
  /* min-height: expression(document.body.clientHeight * 2 / 3 + "px"); */
  margin: 1em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid gray;
}

.line{
  clear:both;
}

#header {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  vertical-align: middle;
  background-color: #99C2DE;
  border: solid 1px silver;
}
#header .logo{
  float: left;
  width: 49%;
  height: 100%;
}
#header img{
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}
#header h1{
  font-size: 18px;
  white-space: nowrap;  
}
#header #contact{
  float: left;
  text-align: right;
  width: 50%;
  height: 100%;
}

#footer {
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 5px;
  background-color: #99C2DE;
  color: #554E47	;
  border: 1px solid silver;
}

#menu {
  clear: both;
  background-color: #FFD7B0	;
  border: 1px solid #silver; 
  color: #F5F5F5;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: right;
}

#menu ul {
  white-space: nowrap;
}
 
#menu ul li {
  display: inline;
  list-style-type: none;
}

#menu ul li a:link, #menu ul li a:visited , #menu ul li a:hover {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

#menu ul li a:link, #menu ul li a:visited {
  color: #554C43	;
}

#menu ul li a:hover {
  background-color: whitesmoke;
  color: #666600;
}

#content{
  min-height: 400px;
  background-image: url("whitebg.jpg");
  background-repeat: repeat;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#content .logo{
  position: relative;
  top: 130px;
  vertical-align: middle;
}






/*

br{
clear: both;
margin: 0px;
padding: 0px;
border: none;
width: 0px;
}

div{
margin: 0px;
padding: 0px;
}

div.space-line {
clear: both;
width: 0px;
height: 0px;
border: none;
}

#cont{
background-color: yellow;
border: solid 10px black;
}

#divleft{
background-color: red;
float: left;
}

#divright{
background-color: blue;
float: right;
}

institution, department{
display: block;
}
#fcs{
float: left;
border: none;
width: 50%;
}
#unine{
float: right;
border: none;
width: 50%;
text-align: right;
}
b{
font-weight: bold;
}
b[font-weight="bold"] > b{
font-weight: normal;
}


P {counter-increment: par-num}
H1 {counter-reset: par-num}
P:before {content: counter(par-num, upper-roman) ". "}


#top, #bottom { 
  letter-spacing: -0.25ex;
  text-decoration: none; 
  font-size: xx-small;
  background-color: lightblue;
  padding-right: 0.25ex;
}
#top {
  vertical-align: text-top;
}
#bottom {
  vertical-align: text-bottom;
}
                       

*/
