/* 
copyright:	2005-2006 greg canavera. www.totemic.net
there's nothing really new here, but please credit me for use if you do use it.
/* --------------------------------- */
/* rev 1.0							 */
/* --------------------------------- */
/* background colors 	 			 */
/* --------------------------------- */



/*-----------------------------------*/
/* body colors.*/

body {
	background-color: black;  /*#292D38; */
}



/* this is background of contents blocks. Used for coloring. Seperated out for padding control of each set of elements*/
#col_2_3_4,
#col_3_4_up,
#col_3_4_dn,
.nav		{
	background-color: #292D38; /*#5C5A5C; */
}

/* container is the bucket for the content bucket*/

#container	{
	background-color: #292D38;
	background-position: left 125px;
	background-image:  url("../images/home_dark.jpg"); 
	background-repeat: repeat-x; 
}



/*-----------------------------------*/
/* transparency for text boxes when used. Currently only on front page  */

.trans_5, .trans_30, .trans_20, .trans_10 {
  margin-bottom: 1px;
  padding: 5px; 
  min-height: 80px;
  _height: 80px;
  width: 100%;
 }
 
.trans_30 {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='common/images/bg_30.png');
}
   
 .trans_30[class] {
  background-image:url("../images/bg_30.png");
}

.trans_20 {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='common/images/bg_20.png');
}
  
 .trans_20[class] {
  background-image:url("../images/bg_20.png");
}

.trans_10 {
	background-color: #292D38;
	padding: 0px 0 0 10px;
}
/*
.trans_10 {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='common/images/bg_70.png');
}
  
 .trans_10[class] {
  background-image:url("../images/bg_70.png");
}
*/

.trans_5 {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='common/images/bg_70.png');
}

.trans_5[class] {
  background-image:url("../images/bg_70.png");
}

