body {margin: 0px;
      padding: 0px;
	  height: 100%;
	  background: #000000;
	  text-align: center;
	  font-family: times;
}

#homecontainer { 
	width: 880px;
	height: 600px;
	position: relative;
	margin-left: auto; 
    margin-right: auto;
	background-image: url("graphics/homebackground.jpg");

	}


#container { 
	width: 880px;
	height: 600px;
	position: relative;
	margin-left: auto; 
    margin-right: auto;
	background-image: url("graphics/doubletextbackground.jpg");

	}
							 
			  
#homeupdateinfo { position: absolute;
               left:25px;
		       top:331px;
		       width:420px;
			   text-align: right;
	           font-size: 12pt;
		       color: #000000;
			  }
			  
#leftpanel {  position: absolute;
              left:50px;
		      top:130px;
		      width:389px;
			  height:350px;
			  text-align: left;
			  font-size: 10pt;
			  			  
}
#leftpanel a:link { color: #ffffff; }
#leftpanel a:active { color: #000000;}
#leftpanel a:visited { color: #ffffff;}
#leftpanel a:hover { color: #000000;}

#menu { position: absolute;
          left:25px;
		  top:512px;
		  height:30px;
		  width:431px;
	      text-align: center;
	      font-size: 14pt;
		  color: #ffffff;
		  font-style: italic;		  
}
#menu a:link { color: #ffffff;text-decoration:none;}
#menu a:active { color: #000000;}
#menu a:visited { color: #ffffff;text-decoration:none;}
#menu a:hover { color: #000000;}

#homerightpanel {   position: absolute;
              left:489px;
		      top:40px;
		      width:391px;
			  height:526px;			  			  
}

#rightpanel {  position: absolute;
              left:525px;
		      top:130px;
		      width:315px;
			  height:350px;
              text-align: left;
			  font-size: 10pt;
              color: #ffffff;			  			  
}

#rightpanel a:link { color: #ffffcc;}
#rightpanel a:active { color: #ffffff;}
#rightpanel a:visited { color: #ffffcc;}
#rightpanel a:hover { color: #ffffff;}

#gallerypicinfo { position: absolute;
               left:489px;
		       top:570px;
		       width:391px;
			   text-align: center;
	           font-size: 8pt;
		       color: #9c9b96;
			  }

.heading {font-weight: bold;color: #ffffff;}

#copyright {  position: absolute;
              left:25px;
		      top:570px;
		      width:439px;
			  color: #9c9b96;
			  font-size: 8pt;
			  text-align: center;
}
