/* BrosmanBooks.com CSS Document */

* {padding: 0;
	margin: 0
	}
	
body {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: .8em;
	background-image: url(ActiveImages/GrayWoodBG.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
	}

div#mainwrap {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 20px;
	background-color: #e8e8e8;
	}

	
	
div#contentarea {
	width: 734px;
	color: #000;
	background-color: #e8e8e8;
	height: auto;
	font-size: 1.5em;
	line-height: 1.3;
	margin-left: 20px;
	}


div#toc {
	text-align: center;
	width: 774px;
	background-color:#3c3030;
	
	}	

	
div#footer {
	left: auto;
}
	
	
h2,h3 {text-align: center;
     word-spacing: .4em;
	 letter-spacing: .25em;
	 color: #000000;
	 background-color:transparent;
	 
     }

div#W1-TimePieceDescription {
	font-size: .6em;
}


div#W2-TimePieceDescription {
	font-size: .6em;
}
	

/* IE and MAC hacks */	
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {display: inline-block;}

* html .clearfix {height: 1%}

clearfix {display: block;}

* html a {display:block;}
/* end hacks */	




 