/* CSS Document */

/* Layout */

body {  background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#greywrap {background-color: #EEEEEE;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	float: none;
	height: auto;
}

#wrapper {
	text-align: left;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0px;
	float: none;
	font-size: 10pt;
	font-family: Helvetica, Verdana, sans-serif;
	height: 570px;
}

#header {
	width: 100%;
	height: 75px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	font-size: 110%;
	background-image: url(../images/tobyhopper.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#left {
	width: 39%;
	float: left;
	text-align: justify;
	overflow: auto;
	height: 475px;
}

.about {
	width: 236px;
	text-align: justify;
	overflow: auto;
	height: 475px;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

#right {
	width: 59%;
	float: right;
	overflow: auto;
}

#thumbnails {
	width: 100%;
	float: left;
	text-align: justify;
	height: 475px;
}

.thumb {
	float: left;
	height: 100px;
	width: 100px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 2px solid #000000;
	clear: none;
  }
  
.links {
	float: left;
	height: 475px;
	width: 180px;
	overflow: auto;
}

#footer {
	width: 100%;
	clear: both;
	text-align: right;
	font-size: 90%;
	font-color: #FFFFFF;
	color: #666666;
	padding: 0px;
	margin: 0px;
	height: auto;
}
	
#left img, #right img {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	margin-bottom: 5px;
	display: block;
}
	
/* Menu */
   
#header ul
 {
	color: #000000;
	float: right;
	width: 60%;
	font-size: 100%;
	padding-top: 20px;
 }

 #header ul li {
	display: inline;
	color: #666666;
	text-decoration: none;
	float: right;
	padding-left: 15px;
 }

		
/* fonts */
	
alph {
	font-weight: bold;
	line-height: 1.6em;
	visibility: visible;
}

/* links */

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: line-through;
}

.links a {
}

/* lightbox */

