/* style sheet for Erhard Pfeiffer's webgallery
written by Eric Dan ericdan@ucla.edu*/

/*first set everything to zero, then redefine*/
body,div,p,img,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

/*some general elements needed redefined*/
body {
	text-align: center;
	margin-top: 3em;
	background-color: #000;
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", "Bitstream Vera", sans-serif;
}

td {
	text-align: center;
	background-color:#000;
}

table {
	width:228px;
	border:0px;
	padding:0px;
}

/*title of the site and link back to "home"*/
#logo {
	margin: 0 auto;
	text-align: center;
	font-size: 2.7em;
	font-variant:small-caps;
	margin-bottom: 0.4em;
	letter-spacing: 0.3em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	color: #ccc;
}

/* Menu on the top */
.menu_text {  
	margin: 1em;
	text-align: center;
	color: #ccc; 
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", "Bitstream Vera", sans-serif;
	font-size: 1em;
	margin-bottom: 0.5em;
	font-weight:bold;
	text-decoration: none;
	font-variant:small-caps;
}   

.menu_text a:link, #menu a:visited {
	color: #ccc;
	text-decoration: none;
}
   
    
.menu_text a:hover, #menu a:active {
	color: #898989;
	text-decoration: none;
}


/*needed to make ie6 :active state work the first time*/
a, a:visited {color:#ccc;}

/*big container main image and thumbs*/
#scroller {
	width:1110px;
        height:648px;	
	position:relative;
	background:#000;
	margin:1em auto;
}

#scroller span {
	display:block; 
	width:864px; 
	height:648px; 
	position:absolute; 
	top:0; 
	left:0; 
	border:1px solid #ccc;
	border-width:1px 0px 1px 1px;
}

#scroller span b#copyright {
	display:block;
	font-size:10px; 
	color:#ccc; 
	position:absolute; 
	bottom:5px; 
	right:20px; 
	font-family:"Helvetica Neue", monaco, verdana, arial, sans-serif; 
	font-weight:normal;
}

#thumbs {
	display:block; 
	text-align:center;
	width:243px; 
	height:643px; 
	overflow:auto; 
	float:right; 
	border:1px solid #ccc; 
	border-width:1px 1px 1px 1px; 
	padding:5px 0px 0px 0px;
}

