body {
	background-color: #546e84;
	margin: 0px;
	font: 12px  Tahoma, Arial, sans-serif;
      }

img {margin: 0px; padding: 0px; border: 0px;}

#container { 
	background: url(/images/butterfly-img/bodybg.gif);
	width: 800px;
	margin: 0 auto;
	
	}

#banner {
	height: 145px;
	width: 762px;
	background: url(/images/butterfly-img/header.jpg);
	padding: 0;
	margin: 0 auto;
	}

#content {
      width: 540px; 
	padding: 0 0 0 25px;
	margin: 0;
	background-color: transparent;
      float: left;
	}

#sidebar {
	float: left;
	width: 181px;
	margin: 0;
	padding: 0 0 0 10px;
	}

#navtop {
	width:181px;
	background: url(/images/butterfly-img/navtop.jpg) no-repeat;
	height: 53px;
	margin-left: 10px;
	}

#newtop {
	width:181px;
	background: url(/images/butterfly-img/newtop.jpg) no-repeat;
	height: 53px;
	margin-left: 8px;
	}

#googletop {
	width:181px;
	background: url(/images/butterfly-img/googletop.jpg) no-repeat;
	height: 53px;
	margin-left: 8px;
	}

.nav {
	width: 181px;
	background: url(/images/butterfly-img/navbg.jpg) repeat-y;
	margin-left: 27px;
	}

.links {
	text-align: left;
      padding: 10px;
	}

.links a {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.links a:hover {
color: #B13E0F;
font-weight: bold;
}
		
.navbottom {
	width: 181px;
	background: url(/images/butterfly-img/navbottom.jpg) no-repeat;
	height: 22px;
	margin-left: 27px;
	}

a {
color: #000000;
text-decoration: none;
}

a:hover {
color: #B13E0F;
}

#search a {
color: black;
font: bold 12px Tahoma, Arial, sans-serif;
}
#search a:hover {
color: #369;
font: bold 12px Tahoma, Arial, sans-serif;
}

#stats a {
color: White;
font: bold 11px Tahoma, Arial, sans-serif;
}
#stats a:hover {
color: orange;
font: bold 11px Tahoma, Arial, sans-serif;
}
		
#footer {
	clear: both;
	padding: 0 10px 0 10px;
	margin: 0 27px 0 27px;
	text-align: center;
	background-color: #fff;
      color: #ccc;
      font: 10px tahoma;
	}

#footer a {
color: #ccc;
}

.table {
	margin-top: 10px;
	background: transparent;
	width: 100%;
	border: 1px solid #77B31F; 
	}
.table a {
	color: white;
	}

.table a:hover {
	color: orange;
	}

.table1 {
	margin-top: 10px;
	background: transparent;
	width: 100%;
	border: 1px solid #77B31F; 
	}

.table1 a {
	color: black;
	}

.table1 a:hover {
	color: orange;
	}

.darkbg {
  background-color: #8E6B23;
  color: #fff;
}

.mediumbg {
  background-color: #77B31F;
  color: #fff;
}

.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}

.otherbg {
background-color: #f0f0f0;
color: #000;
}

.lighterbg {
background-color: #f0f0f0;
color: #000;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
