@charset "UTF-8";
/* CSS Document */


/* ---------- basic styling ---------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #808080;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#wrapper {
	position:relative;
	width: 780px;
	margin: 0 0;
	text-align:left;
	background-color:#808080;
	}
	
#wrapper img {
	border:0;
	}
a:link {
	color:#000000;
	}
a:visited {
	color:#333333;
	}
a:hover {
	color:#ececec;
	}
a:active {
	color:#ececec;
	}
#thumbnailarrows a, #lastthumbnailarrows a 	{
	text-decoration:none;
	}
#header h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:47px;
	font-weight:100;
	letter-spacing:3px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 0;
	padding-bottom: 0;
	}
.GlenDenny {
	color:#ececec;
	}
	
#sidebar h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	line-height:1em;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 0;
	padding-bottom: 0;
	width:230px;
	}
#clear {
	clear: both;
	}

/* ------- position containder elements ---------*/
#header{
	position:relative;
	background: #808080;
	height: 72px;
	}
#dihedral {
	position:absolute; left:440px; top:100px;
	}
#nabivy {
	position:absolute; left:75px; top:310px;
	}
	
/* -------#contact_content {
	position:absolute; left:280px; top:350px;
	text-align:right;
	}}---------*/
#contact_content {
	position:absolute; left:220px; top:350px;
	text-align:right;
	}
	
/* -------#contact_image {
	position:absolute; left:510px; top:140px;
	}---------*/
#contact_image {
	position:absolute; left:440px; top:100px;
	}
	
#thumbnails {
	position:absolute; left:180px; top:130px;
	text-align:center;
	}
#thumbnails table {
	text-align:center;
	vertical-align:bottom;
	font-size:.7em;
	}
#thumbnails td, #thumbnails tr {
	vertical-align:bottom;
	text-align:center;
	}
#thumbnails img {
	padding: 1px; 1px; 1px; 1px;
	border:0;
	}
#thumbnails p {
	font-size:.7em;
	}
#thumbnail_info {
	position:absolute; left:25px; top:500px;
	font-size:.7em;
	font: bolder;
	}
#thumbnailarrows {
	position:absolute; left:50px; top:528px;
	}
#lastthumbnailarrows {
	position:absolute; left:50px; top:410px;
	}
#sidebar {
	float:left;
	width: 215px;
	}
#navbar {
	padding-top:60px;
	padding-left:25px;
	padding-right:0;
	padding-bottom:0;
	}
#navbar ul {
	list-style:none;
	line-height: 1.5em;
	}
#imagenumbers {
	position:absolute; left:100px; top:234px;
	color:#ececec;
	font-size:.7em;
	}
#footer {
	margin-top:.8em;
	position: absolute; top:575px;
	font-size:.6em;
	color:#333333;
	text-align:center;
	padding-left:17px;
	}
	
