		a:link {
		    color:#333333;
		    
		    text-decoration:none;		    
		}

		a:visited {
		    color:#333333;
		  
		    text-decoration:none;		    
		}

		a:hover {
		    color:#0099CC;
		  
		    text-decoration:underline;
		   
		}

		a:active {
		    color:#333333;
		   
		    text-decoration:none;
		}

		#page {
		   
		   position: absolute;
		   left: 50px;
		  
		   
		   margin: 0 auto;
		   width: 300px;
		 
		   
		}


	/* element rules */

		#header, #footer {
		   
		   position: absolute;
		   display: block;
	      /*   background-color: #3399CC;  */
		   margin: 0 auto;
		   top: 400px;
		   width: 720px;
		   height: 100px;
		   
		}


		#column1 {
		   
		 /*  background-color: #000000; */  
		   float: left;
		   width: 320px;
		   height: 400px;
		   
		}


		#column2 {
		   
		 /*  background-color: #000000; */
		   float: left;
		   width: 400px;
		   height: 400px;
		   
		}

		#menu {
		   
		 /*  background-color: #000000; */  
		  position: relative;
		  left: 360px;
		  top: 10px;  
		   
		}



	/* text rules */


		#logo {
		   
		   color:#333333;
		   position: absolute;
		   left: 0px;
		   top: 95px;
		   font-family: Georgia, Times, Serif;
		   font-size: 1.2em;
		      
		}


		#pageTitle {
		   
		   color: #666666;
		   font-size: 24px
		   
		}



		#headline {
		   
		   color:#333333;
		   
		}
		

		#auth {
		   
		   
		   font-family: arial,helvetica,geneva,
		   sans-serif;
		   font-weight: bold;
		   font-size: 13px;
		   
		}
 

		#body {
		  
		   position: relative;
		   color: #666666;
		   background-color: #eeeeee;
		   padding: 50px;
		   font-family: Georgia, Times, Serif;
		   top: -15px;
		   left: -50px;
		   width: 250px;
		   height: 100%;
		   font-size: 13px;
		}

		#body1 {
		  
		   position: relative;
		   color: #666666;
		   font-family: Georgia, Times, Serif;
		   top: 20px;
		   width: 200px;
		   font-size: 13px;
		}

 
		
		#img1 {
		/*   border: solid;
		   border-width: 1px
		   border-color: #666666; */
		   z-index: 50;
		   position: relative;
		   top: 30px;
		}
