/* --------- generic styles */
body {
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background:url(http://www.BigSteamyPile.com/images/composting_bg.jpg);
	background-repeat: x-repeat;
	background-position: top;
	
	background-color: #eff6fd;
	background-attachment: fixed;
	
	/* Edwardson Tan's Simplified Box Model Hack (SBMH) */
	font-size: medium;
}

* html body {
	font-size: small; /* for IE5/Win */
	f\ont-size: medium; /* for other IE versions */
}

/* ---------- masthead styles */

#masthead {
	height: 156px;
	width: 760;
	padding-top: 10px;
	
	margin-bottom: -20px;
	background-color: transparent;
	position: relative;
}



/* ---------- navlink styles */

#nav {
	margin-top:1em;
	background-color: #f8f8f8;
	border: 1px solid #d2d2d2;
	padding: 0 0.5em 3em 1em;
	position: relative;
	float: none;
	width: 670px;
	margin: 1em 0 1em 1em;
	font-weight:none;
}

#nav .column1{
	background-color: #f8f8f8;
	margin: 1em 0 0 2em;
	padding:0 5em 0 1em;
	float:left;
}
#nav .column2{
	margin:2em 0 0 0;
	padding:0 0 0 17px;
	float:none;
}

#nav ol {
	margin-left: 0;
	padding-left: 0;
	line-height: 145%;
	float: none;
}

#nav a {
	text-decoration: none;
}

#nav a:link { 
	color: #2d9a02; 
}

#nav a:visited { 
	color: #eab603; 
}

#nav a:hover {
	text-decoration: underline;
	color: #eab603;
}

#nav a:active {
	color: blue;
}

#scraper {
	float: left;
	width: 130px;
	border-right: 1px solid #eab603;
	padding-left: 1em;
	padding-right: 2em;
	clear: both;
}


/* ---------- heading styles */

h1 {
	color: #B52C07;
	font: 120% georgia, times, "tahoma", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 {}

h3 {
	color: gray;
}

h3 b {
	color: #df3a01;
	font: 106% "tahoma";
	font-weight: bold;
	margin-top: 0;
}

/* ---------- text column styles */

#super_container {
	margin: 0em auto;
	width: 780px;
	text-align: left;
	background-color: #fff;
	border: 1px solid 000;
}

#container {
	margin: 0em auto;
	width: 760px;
	text-align: left;
	background:url(http://www.BigSteamyPile.com/images/content_bg.jpg);
	border: 1px solid 000;
}

#contents { 
	margin: 0 20px 40px 200px; 
	line-height: 165%; 
	clear: none;
}

#contents a:hover {
	background-color: ;
}

#contents img {
	margin: 1em 1em 1em 0;
	border: 1px solid black;
}
#contents img.cat_art, img.cnc {
	float: left;
}

#contents img.gate_art {
	float: right;
}

#contents img.cnc{
	float: left;
}


#text ul
{
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

#text li
{
	display: inline;
	padding: 0 0 0 7px;
}

#text { 
	border-bottom: 1px solid #006600; 
}

a img {
	border: 0;
	
}

/* ---------- footer styles */

#footer
{
	background:url(http://www.BigSteamyPile.com/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 35px;
	font-size: 90%;
	font-weight: bold;
	clear: both;
	color: yellow;
	text-align:center;
}



#flinks li{
	display:inline-block;
	border-right: 1px blue solid;
	padding-right: .3em;
}

#flinks li.last {
	border-right: none;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ---------- comment styles */


#comm_div {
	
	margin: 0 auto;
	width: 600px;
	padding: 1em;
	background-color:
}