/**************************main contents pages*************************/

#imagelibrary h2
{
	margin: 0;
	padding: 0;
	font-weight: bolder;
	font-size: 115%;
	padding-bottom: 0;
	padding-top: 0;
}


#imagelibrary {
	width: 95%;
}

#content  #imagelibrary img {
	margin: 0.6em;
	vertical-align: middle;
	border: none;

}

#imagelibrary  ul {
	margin: 0;
	padding: 0;
}

#imagelibrary  li {
	display: block;
	float: left;
	width: 15em;
	font-size: 80%;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	list-style-type: none;
}


#content  #imagelibrary  a, #content  #imagelibrary  a:link {
	text-decoration: none;
	display: block;
	width: 15em;
	margin: -5px;
	padding: 5px;
}

#content  #imagelibrary  a.nobox, #content  #imagelibrary  a:link.nobox {
	height: 0;
	margin: 0;
	padding: 0;
	width: 0;
}

#content  #imagelibrary  a.normallink, #content  #imagelibrary a.normallink:link  {
	text-decoration: none;
	display: inline;
}


#imagelibraryfour  li, #content  #imagelibraryfour  a, #content  #imagelibraryfour  a:link {
	height: 18em;
}


#imagelibrarythree  li, #content  #imagelibrarythree  a, #content  #imagelibrarythree  a:link {
	height: 16.5em;
}

#imagelibraryindex  li {
	height: 15em;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	list-style-type: none;
}

#content  #imagelibraryindex  a, #content  #imagelibraryindex  a:link {
	text-decoration: none;
	display: block;
	width: 15em;
	height: 15em;
	margin: -5px;
	padding: 5px;
}

#imagelibrary  a:hover {
	background: #fdf7d7;
}


/**************************image pages*************************/

body.libraryPage {
	background-color: #f5f5f5;
}
body #librarypage {
	background-color: #fff;
	border: 3px solid #ccc;
	width: 650px;
	margin: 1em;
	padding: 0;
}

#il_header {
	height: 3.5em;
}

#il_header h1 {
	float: left;
	margin-bottom: 1em;
	padding-top: 0.7em;
	padding-left: 1em;
}

#il_header .close {
	float: right;
	padding-top: 1.5em;
	margin-bottom: 1em;
	padding-right: 1em;
}

#il_header .close a:hover, #il_header .close a:focus {
	background-color: #f0f0f0;
}

#il_content {
	text-align: center;
}

#il_content h2 {
	padding-top: 0;
	padding-left: 1em;
	padding-right: 1em;
	text-transform: uppercase;
	font-size: 125%;
}

#il_detail {
	background-color: #eeedea;
	margin-top: 1em;
	padding: 1em;
	border-top: 3px solid #ccc;
}

#il_detail .peo p{
	margin-bottom: 1em;
}

#il_detail h3 {
	margin-top: 1em;
	margin-bottom: 0.8em;
}

#il_detail p {
	margin-bottom: 0.8em;
}

#il_detail ul {
	margin-bottom: 0.8em;
	margin-top: 0.5em;
}

