body	{
	margin:	0;
	padding:	0;
   font-family:  Calibri, 'Segoe UI', Tahoma, Verdana, sans-serif;
	font-size: small;
	color: ²#fff;
	background: url(g/bg.gif) #402514;
	}

div, p, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
   font-family:  Calibri, 'Segoe UI', Tahoma, Verdana, sans-serif;
    }

dt 	{
	font-weight: bold;
	}

ol, li, dl, dt, dd {
	line-height: 1.5em;
	}

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: 'Century Gothic', Tahoma, sans-serif; 
	margin:	1em 0 0 0;
	font-weight:normal;
	}

h1	{
	font-size:	3em;
	color: #FBB034;
	}

h2	{
	font-size:	2em;
	color: #fff;
	}

h3	{
	font-size:	1.5em;
	color: #a55e33;
	}

h4	{
	font-size:	1.25em;
	}

h5	{
	font-size:	1em;
	}

h6	{
	font-size:	0.8em;
	}

img	{
	/* turns off gaps around images */
	border:	0;
	display: block;
	}

span.dotIR-alternate {
    position: absolute;
    left: -100em;
    width: 100em;
}

.dotIR-replaced {
    visibility: visible !important;
}

/* page structure
---------------------------------------------- */

#wrap {
	width: 860px;
	margin:0;
	padding:0;
}

#content {
	float: left;
	width: 550px;
	margin: 0 25px;
	}

#sidebar {
	float: right;
	width: 220px;
	margin: 0;
	padding: 5px;
	color: #fbb034;
	}

#footer {
	clear: both;
	width: 851px;
	font-size: 10px;
	margin: 0;
	padding: 5px 5px 50px 5px;
	border-top: 1px solid #a55e33;
	background: #402514;
	color: #fff;
	}
	

#masthead {
padding-top: 2em;
background: #53301a;
border-bottom: 20px solid #a55e33;
}

#masthead h1 {
	margin:0;
	font-size: 32pt;
	height: 56px;
}

#masthead h2 {
	font-size: 21pt;
	margin:0 0 0em 0;
	height: 37px;
}

#subhead {
	border-top:1px solid #fff;
	background: #fbb034;
	border-bottom:3em solid #64391F;
	color: #53301a;
	padding:1em;
	margin:0em;
}

/* google adsense header */
#gashead {
	height:40px;
	background: #53301a;
	color: #a55e33;
	padding:0 2em;
}

#content dl {
	background : #53301A;
}
#content dt {
	background: #53301a;
	color:#fbb034;
	font-family: 'Century Gothic', Tahoma, sans-serif;
	font-weight: normal;
	font-size: 19pt;
	padding:0.1em 0 0.1em 0;
}
#content dd {
	color: #fff;
	padding:0em;
	margin:0 0 1.5em 0;
}
#content dd p, #content dd div {
	background: #64391F;
	color: #fff;
	margin: 0;
	padding: 1em;
}
#content dd p.blogger-labels {
	margin:0.5em 0 0 0;
	padding:0;
	color: #a55e33;
}
#content dd p.blogger-labels a {
	color: #B66738;
}

#content dd .details {
	padding: 0;
	color: #a55e33;
}

#content dd img {
	border: 12px solid #fff;
	background: #53301a;
	padding:1px;
	margin:1px;
	display: inline;
	vertical-align: top;
}

#sidebar h3 {
	font-size: 14pt;
}

#sidebar ul {
	background: #4E2C18;
	margin:0;
	padding:0.75em 0;
	list-style: none;
}

#sidebar li {
	margin:0;
	padding-left:1em;
	color: #fff;
}

.inline {
	/* apply to images to be shown inline */
	display: inline;
	}


a	{
	text-decoration:	none;
	font-weight:	bold;
	color: #ace;
	}

a:link	{
	color: #ace;
	background-color: transparent;
	border-bottom: none;
	}

a:visited	{
	color: #ace;
	background-color: transparent;
	border-bottom: none;
	}

a:active	{
	color: #ace;
	background-color: transparent;
	border-bottom: none;
	}

a:hover	{
	color: #fbb034;
	background-color: transparent;
	text-decoration: underline;
	}

.small	{
	font-size: 12px;
	}
	

