html,body { font-family: Georgia, Tahoma, Arial;
	color: #000000;	
	margin:0px 0px 0px 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat;
}

#header {
	position: absolute;
	left: 132px;
	top: 0px;
	height: 120px;
	width: 934px;
	background-color: 414141;
}

#header_below {
	position: absolute;
	left: 132px;
	top: 120px;
	background-color: 414141;
	text-align: right;
	height: 25px;
	width: 932px;
	color: white;
}

#left_menu {
	position: absolute;
	left: 132px;
	top: 145px;
	background-color: ab9930;
	width: 185px;
	height: 100%;
}

#middle_menu {
	position: absolute;
	left: 317px;
	top: 145px;
	height: 100%;
	width: 20px;
	background-color: 414141;
}

#main {
	position: absolute;
	left: 337px;
	top: 145px;
	background-color: #FFFFFF;
	width: 727px;
	height: auto;
}

a, a:active {
		color: white;
   		text-decoration: none;
   		}
a:hover {
   		color: black;
   		}
   		
td { color: white; }

.black_big {
	color: #000000;
	font-size: 28px;
}

.black_normal {
	color: #000000;
	font-size: 15px;
}

.black_med {
	color: #000000;
	font-size: 21px;
}

.onlink {
	color: 414141;
}




	