﻿/*
css for GSD
*/
#gscpos {
	position:absolute;
	left:440px;
	top:10px;
	}
#header1 {
	position:absolute;
	left:340px;
      top:100px;	
      }
#header2 {
	position:absolute;
	left:200px;
      top:150px;	
      }
#navigation {
	position:absolute;
	left:10px;
      top:160px;	
     }
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 125%;
  padding:  15px;
}
#navigation {
	background-color: gray;
	color: white;
	font-weight: bold;
	width: 160px;
	height: 320px; }
a:link {
	color: black;
}
a:visited {
	color: orange;
}
a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}
a:active {
	color: aqua;
	background-color: navy;
}
#picpos {
	position:absolute;
	left:350px;
	top:190px;
	}

#textstart {
	position:absolute;
	left:200px;
	top:180px;
	}
#textstart2 {
	position:absolute;
	left:200px;
	top:730px;
	}
#skinnersstart {
	position:relative;
	left:500px;
		}

	
