/* Left Content */

#contentLeft {
    float: left;
    width: 174px;
}

/* Center Content */

#pageWrapper #main h1 {
	background: url(/res/img/library/header.jpg) no-repeat left top;
}

#intro {
	background-image: url(/res/img/library/middle-box-bottom.png);
}

#intro .inner {
	background-image: url(/res/img/library/middle-box-top.png);
}

#intro h2 {
	position: relative;
	z-index: 20;
}

#intro .description {
	height: 142px;
	padding: 20px 320px 0 0;
	background: url(/res/img/library/various_children.jpg) no-repeat right top;
	position: relative;
	top: -10px;
	z-index: 10;
	margin: 0;
}

#intro .column {
	width: 100px;
	margin: 0 5px 5px 0;
}

#quotable {
	background: url(/res/img/library/quote_bubble.png) no-repeat 0 3px;
	height: 22px;
	padding: 2px 0 0 30px;
}

/* Search box */

#searchbox {
	background-image: url(/res/img/library/right-searchbox-bottom.png);
}

#searchbox .inner {
	background-image: url( /res/img/library/right-searchbox-top2.png );
	background-color: #98ca64;
	padding-bottom: 10px;
}

#searchbox h3 {
	color: #fff;
}

#searchbox input {
	vertical-align: middle;
}

#searchbox #search_go {
    margin: 0 0 0 3px;
}

#searchbox .text {
	width: 225px;
	font-size: 16px;
	color: #333;
}

/* Tag cloud */

#tagcloud {
	background-image: url(/res/img/library/right-box3-bottom.png);
	padding-bottom: 16px;
}

#tagcloud .inner {
	background-image: url(/res/img/library/right-box3-top.png);
	padding: 7px 0 0;
}

#tagcloud .wrapper {
	background: #f9fdfd url(/res/img/library/right-box3-bg.png) repeat-x 0 top;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	min-height: 140px;
	height: auto !important;
	height: 140px;
	padding: 1px 10px 0;
}

.tags {
    text-align:justify;
}

.tags a {
	padding: 0 1px;
}

.tags .size1 {
	font-size: 13px;
}

.tags .size2 {
	font-size: 15px;
}

.tags .size3 {
	font-size: 18px;
}

#AboveFold_300x250 {
    border-top:none;
    margin-top:0;
}