
#custom-doc { 
    margin:auto;text-align:left; /* leave unchanged */ 
    width:73.85em;
	min-width:960px; 
} 

#hd{
	margin-top: 4em;
	text-align: center;
}


#hd input{
	margin-top: 1em;
	margin-bottom: 2em;
}


#results_container{
	text-align: center;
	border: 1px solid #D3D3D3;
	padding-bottom: 1.2em;
}

#results_container h3{
  margin: 0;
  background-color: #708090;
  color: white;
  font-size: 136%;
  padding: .2em;
}


#results{
	text-align: center;
	padding-top: .5em;
	padding-left: 1.3em;
	padding-right: 1.3em;
}

#results h4{
  margin: 0;
  color: #009933;
  font-weight: bold;
  font-size: 122%;
  padding: .2em;
}

#clip_results{
	text-align: center;
	padding-top: .5em;
	padding-left: .5em;
	padding-right: .5em;
}

#clipboard{
	text-align: center;
	border: 1px solid #D3D3D3;
	padding-bottom: 1.2em;
	min-height: 275px;
}

#clipboard h3{
  margin: 0;
  background-color: #708090;
  color: white;
  font-size: 136%;
  padding: .2em;
}

h1{
	font-size: 189%;
}
h2{
	font-size: 152%;
}
h3{
	font-size: 136%;
}


#imagelist {
	list-style-type: none;	
	padding: 0;
	margin: 0;
    text-align: center;
	vertical-align: middle;
}

#imagelist_photo_li {
	border-style: solid;
	border-width: thin;
	border-color: #D3D3D3;
	display: inline;
    float: left;
	height: 200px;
	width: 165px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#imagelist_nav_li {
	display: inline;
    float: left;
	height: 60px;
	width: 165px;
	margin-bottom: 10px;
}
	
#imagelist li a img{
	border-style: none
	
}

#imagelist li form input{
	font-size: 77%;
	width: 165px;
}

#imagelist_heading_li {

/*
	border-style: solid;
	border-width: thin;
	border-color: #D3D3D3;
*/
	display: inline;
    float: left;
	height: 25px;
	width: 165px;
	padding-top: 5px;
	margin-bottom: 5px;
}


#img_ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#img_ul li { 
display: inline; 
/*padding: 1em;*/ 
font-weight: bold;
}


#img_ul li a{
text-decoration: none;

}

#nav_ul{
margin: 0;
padding: 1em;
list-style-type: none;
text-align: center;
}

#nav_ul li { 
display: inline; 
padding: .2em;
font-weight: bold;
}


#nav_ul li a{
text-decoration: underline;
color: blue;

}

