

	#page {
		   

		   
		 background-color: #555555;
		   margin: 0 auto;
		   width: 880px;
		  
		   
		  } 
		   

	selected {
		 
		 
		color: #006699;
		   
		}



	/* element rules */
	
	
	
	
      #side-bar {
		  position: relative;
		   float: left;
		   margin: 0 auto;
		   width: 110px;
		   height: 600px;
		   
		}


		#footer {
		   
		  /*  background-color: #000000; */
		   float: left;
		   width: 650px;
		   height: 100px;
		   position: relative;
		   font-family: Georgia, Times, Serif;
		   font-size: 13px;
		   
		   
		   
		}
		
		
		#footer-menu {
		   
		   
		   position: relative;
		  
		   top: 62px;
		   left: 360px;
		   color: #000000;
		   font-family: Georgia, Times, Serif;
		   font-size: 13px; 
		   
		   
		   
		   
		}  
		
		#header {
		   
		   
		   background-color: #ffffff;
		   float: left;
		   position: relative;
		   width: 700px;
		   height: 20px;
		   top: 10px;
		   left: -20px;
		   color: #333333;
		   font-family: Georgia, Times, Serif;
		   font-size: 13px;
		   
		}



		#column1 {
		   
		 /*  background-color: #000000; */  
		   float: left;
		   width: 450px;
		   height: 400px;
		   
		   
		}


		#column2 {
		   
		 /*  background-color: #000000; */
		   float: left;
		   width: 250px;
		   height: 400px;
		   
		}
		
		


	/* text rules */


		#logo {
		   
		   color:#000000;
		   position: relative;
		   left: -20px;
		   top: 80px;
		   font-family: Georgia, Times, Serif;
		   font-size: 18px;
		      
		}


		#pageTitle {
		   
		   position: relative;
		   color: #999999;
		   font-size: 20px;
		   top: -15px;
		   
		}



		#headline {
		   
		   color:#333333;
		   
		}

		
 

		

		#body1 {
		  
		   position: relative;
		   color: #333333;
		   font-family: Georgia, Times, Serif;
		   top: 0px;
		   left: -20px;
		   height: 400;
		   width: 600px;
		   font-size: 29px;
		   line-height: 34px;
		}
		