body  { color: black; font-size: 10px; font-family: Verdana; background-color: white; margins: 0 }

table {  color: black; font-size: 10px; font-family: Verdana; background-color: white }

a:link  { color: #336699; font-weight: bold; text-decoration: none }

a:visited  { color: #336699; font-weight: bold; text-decoration: none }
		
a:hover { text-decoration: none;
	    font-weight: bold;
	    color: #262f2f }

.vert_line { position: absolute;
		 left: 340px;
		 top: 20px;
		 height: 500px;
		 border-left: solid 1px #333333;
		 padding: 0px;
		 margins: 0px }

.horiz_line { position: absolute;
		  left: 50px;
		  top: 260px;
		  width: 550px;
		  border-top: solid 1px #333333;
		  padding: 0px;
		  margins: 0px }

.logo { position: absolute;
	  left: 30px;
	  top: 280px;
	  padding-right: 20px;
	  padding-bottom: 20px }

.photo { position: absolute;
	   left: 350px;
	   top: 20px;
	   padding-left: 0px;
	   padding-bottom: 20px }

.descrip { position: absolute;
	     left: 10px;
	     top: 20px;
		width: 315px;
		font-family: Verdana;
		font-size: 10px;
		color: #333333;
		text-align: right;
		margins: 0px }

.descrip2 { position: absolute;
		left: 355px;
		top: 280px;
		width: 270px;
		font-family: Verdana;
		font-size: 10px;
		color: #333333;
		text-align: left;
		margins: 0px }
		
.navigation { position: absolute; 
		left: 430px; 
		top: 230px; 
		font-family: Verdana; 
		font-size: 10px; 
		color: #336699; 
		text-align: right; 
		padding: 0px; 
		margins: 0px }
