.poul-chickenwire {
	background-image: url(graphics/backgroundwire18.gif);
}
/* metal link fence background */

.poul-leftcol {
	float: left;
	width: 110px;
	margin-left: 25px;
	margin-right: 10px;
	height: 130px;
}

.poul-blocknopad {
	display: block;
	margin-bottom: 20px;
}

.poul-rightcol {
	float: right;
	width: 370px;
	margin-right: 25px;
	height: 130px;
}

.poul-bold {
	font-weight: bold;
}
/* bold text */




.poul-center {
	display: block;
	text-align: center;
}
/* centers text - for objects or image, use <p class="poul-center"> instead of <img class="poul-center"> */





.poul-left {
	display: block;
	float: left;
	margin-right: 10px
}
/* floats text or object to the left */




.poul-right {
	display: block;
	float: right;
	margin-left: 10px
}
/* floats text or object to the right */




.poul-block {
	display: block;
	margin: 50 20;
	height: auto;
	width: auto;
}
/* blocks text into its own object - indented 50 pixels from left with 20 pixel space at bottom */




.poul-facultypageportrait {
	float: left;
	margin-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 80px;
}
/* places portrait for faculty.html in appropriate spot - use as <img class> */




.poul-facultypageinfo {
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
}
/* places faculty description text in appropriate spot (to the right of photo) - use as <span class> */

.poul-vl-center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.poul-footer {
	text-align:  center;
	background:  #03244D;
	font:  8pt Arial;
	color:  white
}

/* Virtual Library-specific styles begin. */
#poul-vl-footer {
	height: 84px;

}

#poul-vl-footer p {
	font-size: 75%;
	text-align: center;
	width: 390px;
	margin: 0 auto 0 auto;
}
						
.poul-vl-italics {
	font-style: italic;
}

#poul-vl-leftcolumn {
	border-right: 4px solid black;
	width: 280px;	
	float: left;
}

.poul-vl-link {
	width: 281px;
	height: 100px;
}

.poul-vl-link-left {
	float: left;
	width: 87px;
	height: 100%;

	display: table;
	#position: relative;
	overflow: hidden;
}

.poul-vl-link-left > div {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

div.poul-vl-link-left > div > div {
	#position: relative;
	#top: -50%;
}

.poul-vl-link-left > div img {
	vertical-align: middle;
}

.poul-vl-link-right {
	float: left;
	width: 192px;
	height: 100px;
			
	display: table;
	#position: relative;
	overflow: hidden;		
}
			
.poul-vl-link-right > div {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	
}

.poul-vl-link-right > div > p{
	#position: relative;
	#top: -50%;
	
	margin: 0;
	vertical-align: middle;
}

#poul-vl-notice {
	font-size: 70%;
	
	clear: both;
}


#poul-vl-notice p {
	padding: 0;
	margin: 0;
	
	text-align: center;
}

#poul-vl-rightcolumn {
	float: left;
	width: 277px;
}

#poul-vl-wrapper {
	background: white url(http://www.ag.auburn.edu/poul/virtuallibrary/graphics/burlap001.gif);
	width: 564px;
				
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	margin: 0;
	padding: 0;
}

#poul-vl-wrapper img {
	border: 0;
}

#poul-vl-wrapper a {
	voice-family: none;
	border: none;
	color: black;
	text-decoration: underline;
}

div#poul-vl-wrapper h1, div#poul-vl-wrapper h2, div#poul-vl-wrapper h3, div#poul-vl-wrapper h4, div#poul-vl-wrapper h5, div#poul-vl-wrapper h6 {
	text-align: center;
	margin: 1.4em 0 0.4em 0;
	border: none;
}

div#poul-vl-wrapper h1 {
	font-size: 160%;
}

div#poul-vl-wrapper h2 {
	font-size: 105%;
	font-weight: bold;

	padding: 1em 0 .25em 0;
	
	margin-top: 2.5em;
	margin-bottom: 0;
}

div#poul-vl-wrapper h3 {
	font-size: 110%;
}

div#poul-vl-wrapper p {
	padding-left: 1em;
	padding-right: 1em;
}

.poul-vl-byline {
	font-style: italic;
	text-align: center;
	margin: 0;
}
