@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;	
	background:url(graphics/books.jpg);
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#title {
	font-weight:bold;
	color:#FFF;
	text-align:right;
	width:270px;
	font-size:14px;
	padding-top:10px;
	
}
.content {
  padding:20px;
}

#common {
	background:url(graphics/box3.gif);
	width:300px;
	border-bottom:#000 1px;
}
#tips {
	background:url(graphics/box3.gif);
	width:300px;
}
#words {
	background:url(graphics/box3.gif);
	width:300px;
}

#person {
	background:url(graphics/box3.gif);
	width:300px;
}

#house {
	background:url(graphics/box3.gif);
	width:300px;	
}


#encyclopedia {
	background:url(graphics/box3.gif);
	width:300px;
}
#world {
	background:url(graphics/box3.gif);
	width:300px;
}

#canadiana {
	background:url(graphics/box3.gif);
	width:300px;
}

#ref {
	background:url(graphics/box3.gif);
	width:300px;
}
#search_box {
	width:300px;
	background:url(graphics/box3.gif);
	
}

#page_content {
	background:#FFF;
	border: 2px #000;
}

#left_col {
	width:320px;
	position:absolute;
	top:100px;
	left:20px;	
}
#middle_col {
	width:322px;
	position:absolute;
	top:100px;
	left:340px;
}
#right_col {
	width:320px;
	position:absolute;
	top:100px;
	left:660px;
}
