@charset "utf-8";
body  {
	font: 100% Verdana, Geneva, sans-serif;
	background: #e7e7e7;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-style: normal;
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
}

a.a:link {
	color:#000
}
a.a:visited {color:#999}
a.a:hover {color:#666}
a.a:active {color:#999}
a.a {
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
}

a.b {
	font: tahoma;
	font-size: 18px;
	text-align: left;
	color: #666;
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
}

a.c:link {color:#FFF}
a.c:visited {color:#999}
a.c:hover {color:#666}
a.c:active {color:#999}
a.c {
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	}
	
a.d:link {color:#FFF}
a.d:visited {color:#FFF}
a.d:hover {color:#FFF}
a.d:active {color:#FFF}
a.d {
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	}


p.one {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	position: absolute;
}
.two {
	color: #666;
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
}
.thrColFixHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	top: 50px;
	height: 553px;
	margin: auto;
	padding: 0px 0px 0px 0px;
} 
.thrColFixHdr #header {
	background: #e7e7e7;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 23px;
	font-family: Verdana, Geneva, sans-serif;
	top: 0px;
} 
.thrColFixHdr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	height: 500px;
	top: 0px;
} 
.thrColFixHdr #footer {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e7e7e7;
	height: 30px;
	top: 0px;
	text-align: left;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.index_opener {
	position: absolute;
	top: 120px;
	left: 185px;
	border-color: #999;
}
.index_opener2 {
	position: absolute;
	top: 274px;
	left: 690px;
	border-color: #999;
}
.index_opener3 {
	position: absolute;
	top: 340px;
	left: 440px;
	border-color: #999;
}
.index_opener4 {
	position: absolute;
	top: 357px;
	left: 190px;
	border-color: #999;
}
.contact_pix {
	position: absolute;
	left: 100px;
	top: 160px;
	border-color: #999;
}
.bookcover1 {
	position: absolute;
	left: 60px;
	top: 190px;
}
.bookcover2 {
	position: absolute;
	left: 266px;
	top: 190px;
}
.bookcover3 {
	position: absolute;
	left: 475px;
	top: 190px;
}
.bookcover4 {
	position: absolute;
	left: 690px;
	top: 190px;
}
#worklist {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: square;
	top: 50px;
}
.tear_single {
	position: absolute;
	top: 110px;
	left: 300px;
}
.tear_single2 {
	position: absolute;
	top: 50px;
	left: 400px;
}
.tear_single3 {
	position: absolute;
	top: 200px;
	left: 300px;
}
