#container
{position: absolute;
  height: 800px;
  background-color: white;
  text-align: center;
  width: 100%;
}
 
#titlerow
{position: absolute;
  left:10px;
  background-color: #eeeeee;
  width: 900px;
  height: 40px;
  align: center;
}
#menubar
{position: absolute;
  top: 100px;
  left: 10px;
  background-color: #240FFE;
  width: 900px;
  height: 30px;
}
 
#maincontent
{position: absolute;
  top: 40px;
  left: 10px;
/*  background-color: cyan; */
  width: 900px;
  height: 640px;
  background-image: url(../images/parchment.jpg);
  border-left-width: 15px;
  border-bottom-width: 15px;
  border-top-width: 15px;
  border-right-width: 15px;
	text-align: left;
}

#leftcol 
{position: absolute;
 top: 0px; 
/*  left: 0px; */
/*  background-color: #1402F0; */
  width: 60%;
  height: 640px;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
  border-left-width: 15px;
  border-bottom-width: 15px;
  border-top-width: 15px;
  border-right-width: 15px;
}

 
#rightcol 
{position: absolute;
  top: 0px; 
  left: 60%; 
/*  background-color: #220099; */
  width: 40%;
  height: 640px;
}

 
#imageframe
{position: relative;
  
	 
}
#copyrightrow
{position: absolute;
  top: 770px;
  left: 10px;
  background-color: #240FFE;
  width: 800px;
  height: 30px;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 10px;
  border-left-width: 15px;
  border-bottom-width: 15px;
  border-top-width: 15px;
  border-right-width: 15px;
}
 
h1
{
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 10px 10px 10px 10px;
}

h2
{
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 10px 10px 10px 10px;
}

img.noborderleft
{
  border: 0px;
  
	margin-left: 10px;
}

img.noborderright
{
  border: 0px;
   
	margin-left: -5px;
}

p.coltext
{
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: left;
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  margin: 10px 10px 10px 10px;
}

