﻿body {
	height: 100%;
	background-color: #f8f8f8;
	color: #5f5f5f;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	font-size: 11pt;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
html {
	height: 95%;
}
.main_table {
	width: 100%;
	height: 100%;
}
a, div {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px black solid;
}
.container {
	position: relative;
	width: 795px;
	border: 0px black solid;
}
.top {
	height: 110px;
	position: relative;
}
.bottom {
	height: 9px;
	background-image: url(img/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
}
.content {
	padding: 50px;
	text-align: left;
	background-image: url(img/center_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
.content img {
	margin: 7px;
}
.menu {
	position: absolute;
	bottom: 0px;
	right: 20px;
	padding-bottom: 7px;
}
.header_flags {
	position: absolute;
	top: 15px;
	right: 15px;
}
.menu a {
	text-decoration: none;
	height: 30px;
	color: #5d5d5d;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
.menu a:visited {
	color: #5d5d5d;
}
.menu a:hover {
	border-bottom: 4px #3b4e65 solid;
}
.span 
{
    font-size: 11pt;
	font-family: Arial, Verdana, sans-serif;
}
#banners {
			float: right;
			margin-right: 10px;
			
			}
	
#banners h4 {
			font-size: 10pt;
			font-family: "Segoe UI", Tahoma, Geneva, Verdana;
			margin-bottom: 3px;
			}
