@charset "utf-8";
body {
	background-image: url(../images/sierra.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
}
  #maindiv {
	background-image: url('../images/blue.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	width: 955px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  }
  #headdiv {
	width: 955px;
	height: 150px;
	/*background-color: white; /*(This color used only for testing.)*/
  }
  #logodiv {
	width: 150px;
	height: 150px;
	float: left;
  }
   #logo {
	position: relative;
	bottom: 15px;
   }
  #namediv {
	width: 805px;
	height: 150px;
	float: right;
	position: relative;
	left: 150px;
  }
   h1 {
	position: relative;
	top: 75px;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
   }
  #navbardiv {
	width: 955px;
	height: 3em;
	/*background-color: black; /*(This color used only for testing.)*/
	color: black;
	text-align: center;
  }
   #navbardiv p {
	position: relative;
	top: .75em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
   }
   #navbardiv a:link {
	color: blue;
	text-decoration: underline;
   }
   #navbardiv a:visited {
	color: blue;
	text-decoration: none;
   }
   #navbardiv a:hover {
	color: black;
	text-decoration: underline;
   }
  #bodycopydiv {
	width: 935px;  
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  }
   #pic1 { /* Overview Page */
	float: left;
	margin: 5px;
   }
   #pic2 { /* Overview Page */
	float: right;
	margin: 5px;
   }
   #pic3 { /* Degrees Page */
	float: right;
	margin: 5px;
   }
   .instructorleft { /* Instructors Page */
    float: left;
	padding: 5px;
   }
   .instructorright { /* Instructors Page */
    float: right;
	padding: 5px;
   }
   .biography { /* Instructors Page Biological Information */
    font-size: small;
   }
   table {
    width: 945px;
	/* border-width: 1px; 
	border-style: solid; /* Borders are for testing only */
   }
   .smallcell { /* For Testing Only */
    width: 315px;
	text-align: center;
	font-weight: bold;
    /* border-width: 1px;
	border-style: solid; /* Borders are for testing only */
   }
  #gallerydiv {
	width: 935px;  
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	text-align: center;
  }
   #gallerypreviews {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
   }
   #gallerypopup {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
   }
    #image {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
	}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}