/*exhibit style sheet for Scanning China Project*/

a 			{ color: red; text-decoration: none; font-style: italic; 		font-weight:normal;} 
a:hover		{ color: black; text-decoration: none; }
.userAlert{
	float:right;}
	

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
	


	
body {
	margin: 0px;
	padding: 0px;
	background: #f6f7f7;
	height: 100%;
	width: 100%;
	font-family: 'Neue Helvetica', 'lucida grande', 'Bitstream Vera Sans', 'myriad web', helvetica, arial, verdana, sans-serif; 
	}

#PageWrapper { 
	width: 792px; 
	margin: 0 auto; 
	padding-top:4%
	
}
	
#title {
	width: 100%;
	height: 100px;
	background: #f6f7f7;
	color: black; 
	font-family: Verdana, sans-serif;
	letter-spacing: .1em;
	text-align: left; 
	top: 0%;
	margin-left: -20%;
	margin-right: auto;
	position: fixed;
	
	
	}
	
#title h1 {
	font-size: 1em;
	margin-left: 10%;
	}
	
#title h2 {
	font-size: 1.5em;
	margin-left: 10%;
	
	}

	
#viewarea  {
	
	position: relative;
	top: 110px;
	left: auto;	
	width: 90%
	
	}

#viewarea p {
	width: 300px;
	top: 800px;
	margin-right: auto;
	margin-left: 60%;
	color: black; 
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;

}

#viewarea a {color: black; text-decoration: none; font-style: italic;}
#viewarea a:hover {color: red;}

#thumbs  {
	display: block;
	position: relative; top: -110px; left: -10%; width:35%;
	color: gray;

}	

#thumbs a img.big {
	height: 0; width: 0; border-width: 0
	
} 

	
#thumbs a:hover img.big {
	position:absolute; 
	top: 0; 
	left:130%; 
	height:450px;
	width:600px; 
	border:none
	
} 


#thumbs a span {
	display:none;
	
}
	
#thumbs a:hover span {
	display: block;
	position: absolute; top: 90px; left:120px; width:1000px;
	padding: 5px;
	color: gray; background: black;
	font: 14px Verdana, sans-serif; text-align: left;
	}
	
	
	
#content {
	margin-top: 10%;
	padding-bottom: 200px;
	}
	
#content h1 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	color: #5d523f;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font: bold 1.1em Georgia, Times, serif;
	text-align: center;
	}
	
#content h2 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	color: #a92040;
	font: italic .8em Verdana sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	}

#content p {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: black; 
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;

}	
	
div#bottompage    {

	background: #f6f7f7;
    width: 65%;
    height: 250px;
	color: gray; 
	font: 10px Verdana, sans-serif;
	letter-spacing: .1em;
	text-align: center; 
	position: fixed; 
	top: 650px;
	z-index: 4;
	
	}
    
div#bottompage a {color: gray; text-decoration: none; font-style: normal;}
div#bottompage a:hover {color: red;}

