body {
	margin: 0px 0px 0px 0px;
}
table {
	border: none;
}

.table {
	width: 100%;
	height: 100%;
	background-color: #c7c0c0;
	background-image: url('../img/background_header.gif');
}
.main_table {
	width: 654px;
	height: 157px;
	background-color: #430a08;
	background-image: url('../img/header.gif');
}
.content_table {
	width: 100%;
	height: 100%;
}
.menu_table {
	width: 100%;
	height: 100%;
}


.header_left {
	width: 450px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}
.header_right {
	width: 204px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.header_logo {
	height: 93px;
	padding-left: 24px;
	padding-top: 20px;
}
.header_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
a.menu_link {
	color: #ffffff;
	text-decoration: none;
}
a:hover.menu_link {
	color: #cd0016;
	text-decoration: none;
}