/* CSS Document */

body {
	background-color: #3D3028;
	background-image: url(../images/bg_home.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E2923;
	
}

#left{
	z-index:10;
	position:absolute;
	background-color:#FFFFFF;
	width:496px;
	height:600px;
}

#right{	
	z-index:10;
	position:absolute;
	background-color:#FFFFFF;
	width:487px;
	height:600px;
}

.l_out {
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
}
.l_over{
	filter:alpha(opacity=8);
	-moz-opacity:.08;
	opacity:.08;
}

a:active,a:visited,a:link {
	text-decoration:none;
	color:#9D4820;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}


#main_table{
	background-image:url(../images/bg_page.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.bg_t_content{
	background-image:url(../images/bg_t_content.gif);
	background-repeat:repeat-x;
}

