div#body {
	width: 100%;
}

div#header {
  background: #FFF;	
  width: 100%;
  height:15%;
}

div#banner {
 background: #1D1A62;
 width: 100%;
 height: 5%;
font-family: sans-serif;
 font-size:1.5em;
 text-align: center;
  color: white; 
 }

img.header {
	width: 19%;
}


div#navbar {
  background: #DDCCEE;
  float: left;
  width: 15%;
  height: 80%;
}

div.innerblock {
	padding-top: 2%;
  padding-left: 3%;
}

div#content {
  width:85%;
  background: #DDDDFF;
  float: left;
  height: 80%;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	display: block;
}

input {
	width: 20em;
}

legend{
	color: blue;
}

fieldset {
	width: 60%;
	background-color: #DDDDCC;
}


h1{
	position: relative;
	left: 30%;
}

#navbar a, #navbar a:visited {
  position: relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#9ab; 
  color:#fff; 
  display:block; 
  width:88%; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding-top:6%;
  padding-bottom:6%;
  margin:5% auto;
  }

#navbar a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  }
