/*From www.website-promotion.ca */
/*Created by Mike Holthuysen */
/*
multi-column 3 or 4
content main to be read first by search engine and text readers
side 1 -left side
side 2 -far right side
top logo and bar
footer bottom
*/ 

body {
	margin: 0;
	padding: 0;
}
#top{
margin:20px;
padding:50px;
height:125px;
}


#side1{
position: absolute;

left:10px;
top:75px;
width:200px;
text-align:left;
}
#content{
margin-left:220px;
margin-right:220px;
margin-top:50px;
}
#side2{
position: absolute;
right:10px;
width:175px;
top:75px;
text-align:right;
}




.glossary{ 
  font-size: small; 
  color: #008080;
  font-weight: bold;
  text-decoration: none;
}


p.left {text-align: left}
p.right {text-align: right}
p.center {text-align: center}

/*From www.pc-ask.com */
/*Created by Mike Holthuysen */
