body  {
	font: 75% "Trebuchet MS",Verdana,Arial,Sans-serif;
	background: #CC3300;
	margin: 10px 0px 10px 0px; /* 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 */
	color: #000000;
}
a:link, a:visited, a:active { color:#993300;} 
a:hover { color:#FA7900;}
.wrapper #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #header { 
	padding: 0;  /* 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. */
	
} 
.wrapper #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin-top:20px;
}
.wrapper #mainContent { 
	margin: 20px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.wrapper #footer { 
	padding: 0.3em; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.wrapper #header div.navigation {
	background: url(/images/navigation_bg.jpg) repeat-y;
	font-family : Georgia,"Times New Roman", Times, serif;
	font-size: 14pt;
	color:#993300;
	font-weight:normal;
	padding-left:240px;
	padding-top:2.4em;
	width:780px;
	height:50px;
}
.navigation a {padding-left:0.6em; padding-right:0.6em;}
.navigation a:link, .navigation a:visited, .navigation a:active, .navigation a:hover {
	text-decoration:none;
}
.wrapper #header div.breadcrumbs {
	width:768px;
	background: url(/images/breadcrumbs_bg.jpg) no-repeat;
	padding-left:1em;
    color: #FFFFFF;
    font-weight:bold;
	border-top:#982800 5px solid;

	font-size:9pt;
}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color:#FFFFFF;
}
.breadcrumbs a:hover { text-decoration:none; }

h1,h2,h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-weight: normal;
}
h1 {font-size:14pt;}
h3 {
	border-bottom : thin solid #FF9900;
	margin-top:0;
}
h4 {margin:0;font-weight:normal;font-size:10pt;}
h4 em {font-weight:bold;font-style:normal;}
h5 {margin:0; font-size:75%;	font-weight:normal;}

.books h3 {background:url(/images/book.gif) left no-repeat;padding-left:1.4em;}
.books img{	margin-right: 0.5em;margin-bottom:1em;}

.contact img {padding-right:0.5em;}
a.aim {text-decoration:none;}

/* Main Boxes */
.t1 {background: #FFF;}
#sidebar1 .t1 {background: #FBDBAA;}
#sidebar1 .contact .t1 {background: #FFA830;}

.bl1 {background: url(/images/bl_cnr_trans.gif) 0 100% no-repeat;}
.br1 {background: url(/images/br_cnr_trans.gif) 100% 100% no-repeat;}
.tl1 {background: url(/images/tl_cnr_trans.gif) 0 0 no-repeat;}
.tr1 {background: url(/images/tr_cnr_trans.gif) 100% 0 no-repeat; padding:1em;margin-bottom:1em;} 


#mainContent div.books {clear:left;margin-top:1.5em;margin-bottom:1.5em;}
#mainContent div.books img {border:#000000 1px solid;}




/* Blogger Styles
----------------------------------------------- */
#blog-title {
  margin:0;
  padding:10px 0px 5px 0px;
  font-size:200%;
  line-height:1.2em;
  }
#description {
  margin:0;
  padding:5px 0px 10px;
  font-size:94%;
  line-height:1.5em;
  }
.date-header {
margin:0;
font-size:85%;
line-height:2em;
text-transform:uppercase;
letter-spacing:.2em;
color:#993300;
padding-left:10px;
}

.post {
  margin:.3em 0 25px;
  padding:0 13px;
  border:1px dotted #ff9900;
  border-width:1px 0;
  }
.post-title {
  margin:0;
  font-size:135%;
  line-height:1.5em;
  background:url("/images/icon_orange_arrow.gif") no-repeat 10px .5em;
  padding:2px 14px 2px 29px;
}
img {
border: 0px;
}
.post-body div { clear: none !important; }







