body	{
	background:#857657 url(http://sigramler.com/images/bg.jpg) top center repeat;
	font:80% Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
}

#container	{
	width: 800px;
	margin-top: 15px;
	padding: 5px;
	background-color: #efefef;
	text-align: left;
}

#banner	h1	{
	font-family: Papyrus;
	font-size: 2.0em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#banner	h2	{
	font-family: Monospace;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;	
}

#banner h3	{
	font-size: 1.0em;
}

#banner a	{
	padding: 5px;
	border: solid medium maroon;
	text-decoration: none;
	color: black;
	background-color: white;
	font-weight: bold;
	margin-right: 5px;
}

#banner a:hover	{
	background-color: #e1d8bb;
}

#banner a.urhere	{
	background-color: #e1d8bb;
}

#content	{
	padding: 15px;
}

#news	{
	float:left;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#news a, #news a:visited	{
	color: maroon;
}

#footer	{
	clear: both;
	background: black url(bg_footer.gif);
	background-position: 100%;
	color: white;
	margin-top: 15px;
	text-align: center;
	height: 5px;
}

#footer	a, #footer a:visited	{
	color: white;
}

#bottomnav	{
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
}

#bottomnav a, #bottomnav a:visited	{
	color: maroon;
}

#about td	{
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

#about a	{
	/*text-decoration: none;*/
	color: black;
}

#about a:hover	{
	color: maroon;
}

#aboutnav	{
	padding: 15px;
}

#aboutnav a	{
	margin-right: 10px;
	color: black;
	
}

#aboutnav a:hover	{
	color: maroon;
}

.excerpt	{
	background-color: white;
	padding: 10px;
	border: thin solid black;

}

.forums {
	width: 95%;
	margin-left: 4%;
  	line-height: 1.5em;
	background: #cccccc;
  	}
.forums table {
  	width: 99%;
  	position: relative;
  	top: -5px;
  	left: -1px;	
  	border-left: 1px solid #c8c8c8;
  	background: #fff; 
  	}
.forums table caption {
  	margin: 0;
  	padding: 3px 20px;
  	text-align: left;
/* 	border: 1px solid #999;   */
 	background: #e1d8bb;
  	border-bottom: none;
	font-weight:bold;
	color:#000;
	font-size:14px;
  	}
.forums table th, table td {
  	margin: 0;
  	padding: 0px 10px;
  	text-align: left;
  	}
.forums table th {
  	color: #999;
  	}
.forums table .name {
  	text-align: left;
  	}
.forums table tr {
/*  	background: #fff280; #ffd980; */
  	}
.forums table tr.alt {
/*  	background: #ffecbf; */
  	}
.forums table td a {
  	display: block;
  	font-weight: bold;
  	}

/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
.imagecontainer{
	float:left;
	clear:left;
/*	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right; */
	margin: 20px 0 10px 10px !important;
	margin: 20px 0 10px 5px;
	}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	}	
.imagecontainer1 {				  
     float:left;
	 clear:left;
	 background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	 background: url(images/shadow.gif) no-repeat bottom right;
	 margin: 10px 0 10px 10px !important;
	 margin: 10px 0 10px 5px;
}



