/* just digital web team */

#main {
	position:absolute;
	width:1022px;
	height:920px;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
    top: 167px;
    left: 10px;
}
	
#header {
	width:1022px;
	background-color: #000000;
	height: 152px;
}

	
#main #menu {
	position:relative;
	width:230px;
	top:10px;
	left: 0px;
	float: left;
	}

#main #body {
	position:relative;
	width:792px;
	left: 0px;
	float: left;
	top: 10px;
	}
	
body {
	background-color: #000000;
}

.footer_text {
color: #CC0000;
font-weight:800;
font-family:"Times New Roman", Times, serif
}

.table_text {
color: #000000;
font-family:"Times New Roman", Times, serif;
font-size:14px;

}
.table_header_text {
color: #FF0000;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
font-size:16px;
}

.right_click {
color: #003366;

}
