@charset "UTF-8";
/* CSS Document */



body {
	background-image: url(/template/images/BG_pattern3.png);
	background-repeat: repeat;
	}
.Container	{
			margin: 0px auto;
			padding: 10px;
			border:none;
			position:relative;
			width:990px;
			background-color:  #505050;
			
			}
#tatoo 		{
			background:url(images/tatoo.png);
			}
			
#Header 	{background:url(images/BG_header.png) repeat-x;
			width:988px;
			height: 178px;
			border-right: 2px solid rgb(148,194,225);
			}
			
#logo		{
			padding: 5px 0px 0px 5px;
			left: 0px;
			border:none;

			}
#button_bar	{position:absolute;
			padding: 0px;
			width: 990px;
			}	
			
#button		{
			
			Height:45px;
			}				
			
#copyright	{
			clear:both;
			height:auto;
			background: url(images/copyright.png) repeat-x rgb(222,242,255);
			padding:-10px -10px -10px -10px;
			color: #4D4D4D;
			text-align:right;
			font: Verdana, Arial, Helvetica, sans-serif 14px 700;
			font-style:italic
			}
			
.content	{
			width:860px;
			height:auto;
			padding:0px;
			margin-left:65px;
			float:left;
			display: inline;
			z-index:1;
			
			}
			
.tatoo_l	{
			background:url(images/tatoo_L.png) repeat-y;
			width:60px;
			height:100px;
			float:left;
			
			
			}
			
.tatoo_r	{
			background:url(images/tatoo_R.png) repeat-y;
			width:60px;
			height:565px;
			float: right;
			}
#flashcontent {
			height: 100%;
			}
.content div, p{ color: white; text-align:center; font-family:Geneva, Arial, Helvetica, sans-serif;}

#text {padding:5px; Margin:20px; background: #7ba1ba; text-indent:20px}
#contact	{
			width: 350px;
			float:right;
			padding-top:50px;
			padding-right:20px;
			}
			
#map 		{float:left;
			padding-left:20px;
			margin-top:50px;
			padding-bottom:20px;}

