@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(library_book_2.jpg);
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.thrColFix #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar1 {
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 55px; 
	padding-top:25px;
}

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFix #mainContent { 
	width:300px;
	height:200px;
	margin-left:505px; 
	margin-top:-180px;
	opacity:0.7;
}


h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:1em;
	margin-bottom:0px;
}

h2	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13.1px;
	font-weight:200;
	line-height:1.3em;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:900;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:602;
	line-height:1.4em;
}

hr {
	border-style:dotted;
	margin-top:10px;
	} 

a:link, a:visited, a:active  {
	color: #000000;
	text-decoration:none;
	}
a:hover {color: #C88E3E}