/* style sheet for non gallery sections of the website
written by Eric Dan ericdan@ucla.edu*/
body,div,p,img,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
/*general elements*/
body {
	text-align: center;
	margin-top: 3em;
	background-color: #000;
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", "Bitstream Vera", sans-serif;
}

/*logo on top that links 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 man box with grey border around it*/
#content {
	background-image: url("opening/cover.jpg"); 
	width:1110px;
        height:648px;	
	margin:1em auto;
	border:1px solid #ccc;
	border-width:1px 1px 1px 1px;
}

#middle {
background: #fff; 
opacity: .80; 
filter: Alpha(opacity=80); 
width:700px;
height:628px;
margin:1em auto;
margin-top:10px;
margin-bottom:10px; overflow:auto;
padding:0px 50px 0px 50px;
}

#middle p {
color:#000;
text-align:left;
margin-left:2em;
margin-right:2em;
font-size: 14px;
}

#middle h1 {
font-size: 16px;
font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
font-variant:small-caps;
margin-top: 2em;
margin-bottom: 1em;
color:#000 ;
}

#middle li {
color:#000;
text-align:left;
margin-left:2em;
margin-right:2em;
font-size: 14px;
}

#middle h3 {
font-size: 12px;
font-family:Helvetica, "Trebuchet MS", "Bitstream Vera", sans-serif;
margin-top: 2em;
margin-bottom: 1em;
color:#000 ;
}

/* link colors */
#middle a:link {
color:#000;
text-decoration:none;
}

#middle a:hover, #middle a:active {
color: #898989;
}



