body
	{
	background: url('../images/background.png');
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #4a4a4a;
	}
	
div.borders
	{
		background: #fff;
		width: 768px;
		margin: 0px auto;
		overflow: auto;
		text-align: center;
	}
	
div#container
	{
	background: white;
	width: 766px;
	margin: 0px 1px;
	text-align: left;
	}
		
div#logo
	{
	background: white;
	width: 225px;
	height: 107px;
	float: left;
	}
div#head_menu
	{
	background: white;
	height: 74px;
	width: 535px;
	float: left;
	text-align: right;
	
	}
div#header
	{
	background: blue;
	background: url('../images/background_header.png');
	float: right;
	height: 34px;
	width: 539px;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
	}
	
	
div#title
	{
	clear: both;
	width: 100%;
	height: 279px;
	background: url('../images/background_title.png') repeat-x;
	}
	
	
div#container_main
	{
	overflow: auto;
	margin: 0px auto;
	background: white;
	width: 766px;
	text-align: left;
	}
	
div#mainmenu
	{
	background: #f6f6f6;
	width: 224px;
	float: left;
	padding-bottom: 1.5em;
	}
div#main
	{
	width: 542px;
	float: left;
	padding-bottom: 25px;
	background: white;
	}
	
div#copy
	{
	clear: both;
	height: 50px;
	background: url('../images/background_copy.png');
	float: left;
	padding-top: 5px;
	color: #25485A;
	width: 100%;
	text-align: right;
	font-size: 9px;
	padding-top: 15px;
	width: 766px;
	}
div#bottom{
  display: none;
	height: 15px;
	clear: both;
	float: left;
	width: 90%;
	text-align: center;
	font-size: 9px;
}
div#body{
	width: 767px;
	clear: both;
	margin: 0px auto;
	overflow: auto;
}