#navigation {
  background-image: url('images/satinblue.jpg');
  float: top;
  width: 100%;
  height: 150px;
  position: fixed;
  z-index: 10
}

#main {
  top: 190px;
  left: 18%;
  width: 75%;
  position: absolute;
  z-index: 1
}

#side {
  top: 180px;
  left: 0.5%;
  width: 15%;
  position: absolute;
  z-index: 2
}

#body {
  background-image: url('/images/watermark.jpg');
  background-repeat: no-repeat;
  background-position: center 
}

html, body {
	height: 100%;	overflow: auto; 
	}

a:link {color: navy;
text-decoration: none;
}
a:visited {color: navy;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}


	.tsmall {font:normal 11px "Times New Roman", serif}
	.tmedium {font:normal 13px "Times New Roman", serif}
	.tlarge {font:normal 16px "Times New Roman", serif}
	.tbold{font:normal 18px "Times New Roman", serif}
	
	.tsmall_l {font:normal 11px "Times New Roman", serif; text-align: left}
	.tmedium_l {font:normal 13px "Times New Roman", serif; text-align: left}
	.tlarge_l {font:normal 16px "Times New Roman", serif; text-align: left}