
/* Background image */
#bg {
	background: url(../images/Background.jpg) no-repeat;
	background-color:#FFFFFF; 
	}

#bg_home {
	background: url(../images/Background_Home.jpg) no-repeat;
	background-color:#FFFFFF; 
	}

/* Main row */
	
#left_column_transbox {
	background-color:#786f6a; 
	filter: alpha(opacity=50); 
	opacity: 0.5; 
	-moz-opacity:0.5; 
	}

#nav_column_transbox {
	background-color:#211d1b; 
	filter: alpha(opacity=90); 
	opacity: 0.9; 
	-moz-opacity:0.9;
	position	:relative;
	}

#nav_column {
	background-color:#211d1b; 
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position:relative;
	}

#right_column_transbox {
	background-color:#786f6a; 
	filter: alpha(opacity=50); 
	opacity: 0.5; 
	-moz-opacity:0.5; 
	}


/* Top mini row */

#tm_left_column_transbox {
	background-color:#0e0c0b; 
	filter: alpha(opacity=50); 
	opacity: 0.5; 
	-moz-opacity:0.5; 
	}

#tm_content_column_transbox {
	background-color:#000000; 
	filter: alpha(opacity=90); 
	opacity: 0.9; 
	-moz-opacity:0.9; 
	}


#tm_right_column_transbox {
	background-color:#0e0c0b; 
	filter: alpha(opacity=50); 
	opacity: 0.5; 
	-moz-opacity:0.5; 
	}

/* Bottom mini row */

#bm_left_column_transbox {
	background-color:#0e0c0b; 
	filter: alpha(opacity=50); 
	opacity: 0.5; 
	-moz-opacity:0.5; 
	}

#bm_nav_column_transbox {
	height:18px;
	background-color:#0e0c0b; 
	filter: alpha(opacity=50); 
	opacity: 0.5; 
	-moz-opacity:0.5; 
	}

#bm_right_column_transbox {
	background-color:#0e0c0b; 
	filter: alpha(opacity=50); 
	opacity: 0.5; 
	-moz-opacity:0.5; 
	}

#copyright {
	font-size:10px;
	height:18px;
	padding: 0px 0px 0px 8px;
	color:#000000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
