* {
	margin: 0px;
	padding: 0px;
}
img { border: none; }
body {
	background-color: #E6E0C8;
	/* background: transparent url(images/background.gif) no-repeat top right; E6E0C8; */
	font: normal 94% Arial, Tahoma, Verdana;
	margin: 5px 5px 20px 5px;
	color: #000000;
}
table {
	font: normal 96% Arial, Tahoma, Verdana;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}		
h1 { 
	font-size: 110%; 
}
h2 { 
	font-size: 105%;
}
h3 { 
	font-size: 100%;
}
h4 { 
	font-size: 95%;
}
a { text-decoration: none; font-family: arial; }
a:link { color: #504F21; }
a:visited { color: #504F21; }
a:hover { color: black; text-decoration: underline; }
a:active { color: #504F21; }
li {
	margin-left: 10px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position: outside;
}
pre {
	font-size: 11px;
	font-family: monospace;
}

.heading, .big { 
	font-size: 110%;
	font-weight: bold;
}
.mini {
	font-size: 85%;
	color: #333333;
}
.mini2 {
	font-size: 80%;
	color: #777;
}
	
/* Body */
#main_body {
	border-left: 1px solid #605F31;
	border-right: 1px solid #605F31;
	border-bottom: 1px solid #605F31;
	padding: 4px 5px 4px 10px;
	background-color: white;
}
#logo_body {
	border-left: 1px solid #605F31;
	border-top: 1px solid #605F31;
	background-color: white;
}
#ad_body {
	background-color: white;
	border-right: 1px solid #605F31;
	border-top: 1px solid #605F31;
	height: 70px;
}

#left_body {
	color: #111111;
	padding: 4px 5px 4px 5px;
	border-top: 1px solid #605F31;
}

#google_ad {
	background-color: white;
	/* opacity: 0.5; */
	/* filter: alpha(opacity=50); */
	border-right: 1px solid #605F31;
	border-left: 1px solid #605F31;
	padding-bottom: 3px;
	font-size: 90%;
}
#top_nav {
	background-color: white;
	border-right: 1px solid #605F31;
	border-left: 1px solid #605F31;
	padding-bottom: 3px;
	font-size: 90%;
}
#top_nav a { text-decoration: underline; font-family: arial; }
#top_nav a:link { color: #504F21; }
#top_nav a:visited { color: #504F21; }
#top_nav a:hover { color: black; text-decoration: underline; }
#top_nav a:active { color: #504F21; }


/* nav Blocks */
.nav_blk {
	background: #EBE6D4 url(fade_bg.gif) repeat-x top left;
	width: 150px;
	margin: 0px 0px 4px 0px;
}
.nav_blk H1 {
	padding: 3px 2px 0px 8px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	background: transparent url(box_top.gif) no-repeat top left;
	font-size: 85%;
	font-weight: normal;
	color: white;
	height: 23px;
}
.nav_blk .content {
	padding: 0px 2px 2px 8px;
	font-size: 90%;
}

.divide {
	clear: left;
	width: 99%;
	padding: 4px 2px 3px 2px;
	border-top: 1px solid #ddd;
	font-size: 5px;
}

.typ {
	font-family: Times;
	font-weight: bold;
	font-size: 90%;
	color: #555;
	padding-right: 4px;
}

.quote {
	font-size: 90%;
	padding-left: 20px;
	border-left: 1px solid #777;
	color: #555;
	font-family: Tahoma;
}

.cmts {
	background: #EBE6D4 url(fade_bg.gif) repeat-x top left;
	padding: 10px 10px 5px 10px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #555;
	font-size: 80%;
	overflow: hidden;
}

.tumblr_photo {width:125px;}

#tumblr_div { overflow:hidden; }


