/* CSS for Tomahawk  - HOMEPAGE only*/
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
  .clearfix, .givelayout {
}



/* Positioning
-----------------------------------------------------------------
#leftCol{
	width: 60px;
	height:450px;
	float: left;
}
#container{
	float: right;
	width: 635px;
}
#rightCol{
	width: 60px;
	float: right;
	height:450px;
}*/
#midCol{
	float: left;
	width: 770px;
	height: 568px;
	margin:20px 0 0 0;
	background-image:url(images/gaslight.jpg);
	background-position: center;
	background-repeat: no-repeat;
}






/* Left Col
-----------------------------------------------------------------*/
#leftCol{
	/*background-image: url(images/home_img2_bw.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	margin:40px 0 0 0;
}
#leftCol h1{
	background-image: url(images/ibsen_title.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin:190px 0 0 0;
	text-indent: -1500px;
}
#leftCol h2, #rightCol h2{
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin:5px 0 0 0;
}

/* Right Col
-----------------------------------------------------------------*/
#rightCol{
	/*background-image: url(images/home_img3_bw.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	margin:20px 0 0 0;
}
#rightCol h1{
	background-image: url(images/shakespeare_title.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin:210px 0 0 0;
	text-indent: -1500px;
}

/* Misc
-----------------------------------------------------------------*/
.book{
	width: 135px;
	margin:13px 0 0 25px;
	text-align:center;
}