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

*{
margin:0;
padding:0;
}

img{
border:0;
}

body  {
	font: 97% Georgia, "Times New Roman", Times, serif;
	background: #fff;
	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 */
}

p{
    font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding:5px 0px 5px 0px;
	color:#333;
}

p.post-footer{
    font: 9px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding:5px 0px 5px 0px;
	color:#333;
}

h1{
font:bold 25px Georgia, Trebuchet MS, Tahoma;
color: #f99;
letter-spacing:-1px;
border-bottom:1px dotted #ffe8e8;
margin-bottom:5px;
text-align:center;
}

h2{
font: 16px Georgia, Trebuchet MS, Tahoma;
color: #666;
letter-spacing:-1px;
border-bottom:1px dotted #fcc;
}

a:link{
color:#333;
text-decoration:none;
}

a:visited{ 
color:#666;
text-decoration:none;
}

a:hover{ 
color:#fcc;
text-decoration:underline;
}
a:active{ 
color:#f00;
text-decoration:none;
}

.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #header { 
	height: auto; 
	background:#eee; 
	padding:0px;
} 

#navigate{
background: url(images/nav_bg.gif) bottom center no-repeat #fff;
text-align:center;
width:800px;
height:36px;
margin: 0;
}

.thrColAbsHdr #sidebar1 {
position: absolute;
left: 0;
width: 150px; 
background:transparent; 
padding: 0px; 
padding-top:40px;
}

.thrColAbsHdr #sidebar2 {
position: absolute;
right: 0;
width: 150px; 
background:transparent; 
padding:0px; 
}

.thrColAbsHdr form {
background: url(images/contact_us_footer.gif)transparent bottom no-repeat;
width: 150px;  
margin-top:35px;
padding-bottom:5px;
text-align:center;
font: 11px Verdana, Arial, Helvetica, sans-serif;
letter-spacing:-1px;
color:#666;
}
.thrColAbsHdr form input{
margin:4px;
}

.thrColAbsHdr #mainContent { 
margin: 0 150px; 
padding: 0px; 
}

.thrColAbsHdr #footer { 
	padding: 40px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
} 

.thrColAbsHdr #footer p {
    font: 10px Arial, Helvetica, sans-serif;
	color:#f99;
    text-align:center;
	border-top:1px dotted #ffe8e8;
	margin-top:10px;
	padding:0px; 
}

.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.thrColAbsHdr #left-book {
width:250px;
float:left;
background:transparent;
text-align:center;
margin: 0; 
padding: 0; 
}
.thrColAbsHdr #right-book {
width:250px;
float:right;
background:transparent;
text-align:center;
margin: 0; 
padding: 0; 
}

/* Horizontal Rule */
div.hr {
height: 3px;
margin:0;
padding:15px 0 15px 0;
background:url(images/hr.gif) repeat-x center;
}

div.hr hr {
display: none;
} 

<!-- Nav -->

ul#minitabs{
list-style: none;
margin:2px;
padding:5px;
text-align: center;
}

ul#minitabs li{
display: inline;
font: 13px "Times New Roman", Times, serif;
margin:0px 10px 0px 10px;
}

ul#minitabs a{
text-decoration: none;
color:#333;
  }
  
ul#minitabs a#current{
color: #06F;
}

ul#minitabs a:hover{
color: #666;
text-decoration:overline;
color:#ccc;
}
<!-- /Nav -->

/* More Sidebar Content
----------------------------------------------- */
.sidebar2-title {
  margin:2em 0 .75em;
  padding-bottom:.35em;
  border-bottom:1px dotted #9b9;
  font:90%/1.4em Georgia,Serif;
  text-transform:uppercase;
  color:#663;
  }
#sidebar2 p {
  font:11px Georgia, "Times New Roman", Times, serif;
  margin:0;
  line-height:1.5em;
  letter-spacing:-.5px;
  }
#sidebar2 ul {
  list-style:none;
  line-height:1.5em;
  }
#sidebar2 ul li {
  margin:0;
  padding:0;
  }
#sidebar2 p {
  margin:0;
  }
  
.date-header {
  margin:0;
  padding-bottom:5px;
  padding-top:20px;
  border-bottom:1px dotted #9b9;
  font:9px Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#663;
  }
  
#blog-title {
  margin:0;
  font:.9em Georgia,Serif;
  color:#353;
  }
#blog-title a {
  color:#353;
  text-decoration:none;
  }
#description {
  margin:0;
  color:#996;
  }