body {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-attachment: fixed; background-image: url(media/web_bg.jpg)}


/* Left Side Navigation */
.navigation_window {
	position: absolute;
	margin-top: 35px;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 20;	

}
.navi_buttons {
	position: absolute;
	margin-top: 65px;
	z-index: 50;
}
.navi_buttons td {
	text-align: center;
	
}
.navi_buttons a {
	width: 100%;
	display: block;
	line-height: 15px;
	text-align: center;
	color: #000099;
	font-size: 12pt;
	font-family: Times New Roman;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	text-decoration: none;
}
.navi_buttons a:hover {
	color: blue;
}
/* End Left Side Navigation */