#mainImage {
	position: absolute;	
	left: 253px;
	top: 87px;
	z-index:20;
}
#colorBand {
	position:absolute;
	left: 233px;
	top: 67px;
	z-index:10;
}
#blackCorner {
	position:absolute;
	left: 130px;
	top: 213px;
	z-index:30;
}

.bottomNavBox
{
	top: 310px;
	left: 20px;
	z-index: 100;
}
.copyrightNavText 
{
	top: 450px;
}

#dailyQuestionNav 
{
	position: absolute;
	top: 208px;
	left: 400px;
	width: 344px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 100;
}
.dailyQuestionLink 
{
	width: 56px;
	margin: 0 0 0 20px;
	padding: 0;
	float: right;
}

/* LEFT COLUMN */
#leftContainer {
	position: absolute;
	top: 238px;
	left: 176px;
	width: 180px;
	z-index: 40;
	padding: 0;
	margin: 0;
}

#librarianCorner 
{
	margin: 0;
	padding: 10px 10px;
	line-height: 180%;
	background: #CEEBF7;
}


/* RIGHT COLUMN */
#rightContainer {
	position: absolute;
	top: 310px;
	left: 399px;
	width: 400px;
	line-height: 180%;
	z-index: 40;
}

/* GENERAL */

p 
{
	margin-top: 10px;
	margin-bottom: 4px;
}

img.heading {
	display: block;
	margin-bottom: 10px;
}
div.BlockSep 
{
	margin-bottom: 20px;
	clear: both;
}
div.BlockDivider 
{
	clear: both;
	padding: 5px 0;
	border-top: solid 1px #FB805F;
}
div.welcomeBlock {
	margin-bottom: 0px;
	margin-top: 0px;
}
div.welcomeBlock h2 {
	color: #809CC9;
	border-bottom: solid 2px #809CC9;
	margin-bottom: 0px;
}
div.welcomeBlock h2 small 
{
	font-size: 70%;
	padding: 0 0 0 5px;
}
#leftContainer h2 {
	margin-bottom:5px;
}

div.welcomeBlock h3 {
	margin: 0 0 3px 0;
	line-height: 100%;
}

/* SPECIFICS */
.resourceItem, .reviewItem, .article 
{
	position: relative;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
#rightContainer .logo, #rightContainer .thumb 
{
	width: 66px;
	height: 66px;
	float:left;
}
#rightContainer h3, #rightContainer .teaser, .reviewItem .reviewedby, .reviewItem .infoReviewDate, .article .desc
{
	margin: 0 0 0 10px;
	float: left;
	width: 310px;
}
.reviewItem h3 span.author
{
	display: block;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 0;
}
.reviewItem .reviewedby, .reviewItem .infoReviewDate
{
	margin-top: 2px;
	font-style: italic;
	text-align: right;
}

.reviewItem .more, .article .info 
{
	width: 384px;
	float: left;
	margin: 0;
	text-align: right;
}
DIV.info
{
	font-size: 80%;
	color: #FB805F;
	text-align: right;
}
DIV.info a
{
	margin: 0px 4px;
	border-bottom: dashed 1px #19338F;
}
#rightContainer .more 
{
	clear: both;
	width: 100%;
	text-align: right;
}
#rightContainer p
{
	margin: 3px 0;
	line-height: 110%;

