body
{
    margin: 0px;
    background: #2c2c2c;
}

img
{
	border: 0px;
}

table
{
    border-collapse: collapse;
    padding: 0px;
    border: 0px;
	margin: 0px;
}

td
{
    padding: 0px;
	vertical-align: top;
	font-family: tahoma;
	font-size: 12px;
	color: #2c2c2c;
}

table.Main
{
	width: 100%;	
}

	td.MainTop
	{
		width: 100%;
		height: 337px;
		background: #f2f2f2 url(lay_bg_top.jpg) repeat-x;
	}
	
	td.MainMiddle
	{
		width: 100%;
		background: #f2f2f2 url(lay_bg_middle.jpg) ;
		padding: 0px;
		margin: 0px;
	}
	
	td.MainBottom
	{
		width: 100%;
		height: 86px;
		background: #f2f2f2 url(lay_bg_bottom.jpg) ;
	}
	
div.Logo
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 316px;
	height: 91px;
}

div.subLogo
{
	position: absolute;
	top: 119px;
	left: 50%;
	margin-left: -454px;
	width: 907px;
	height: 218px;
}

div.MenuContainer
{
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -450px;
}
	div.MenuSep
	{
		float: right;
		width: 2px;
		height: 91px;
		background: url(lay_menu_sep.jpg) top no-repeat;
	}
	
	div.MenuBlock
	{
		display: block;
		float: right;
		width: 110px;
		height: 51px;
		_height: 91px;
		padding-top: 40px;
		font-family: tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: url(lay_menu_active.gif) bottom no-repeat;
	}
	
		div.MenuBlock a
		{
			text-decoration: none;
			color: #fff;
		}
		
		div.MenuBlockHover
		{
			display: block;
			float: right;
			width: 110px;
			height: 51px;
			_height: 91px;
			padding-top: 40px;
			font-family: tahoma;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
					
			background: url(lay_menu_active.gif) top no-repeat;
			color: red;
			text-decoration: none;
			cursor: pointer;
		}
		
		div.MenuBlockHover a
		{
			color: red;
			text-decoration: none;
		}
	
div.Flags
{
	position: absolute;
	top: 91px;
	left: 50%;
	margin-left: -454px;
	width: 907px;
}

table.Middle
{
	width: 907px;
	text-align: center;
	vertical-align: middle;
}

	td.MiddleMain
	{
		padding: 0px;
		margin: 0px;
		width: 883px;
		text-align: center;
		background-color: white;
	}
	
	td.MiddleMain_left
	{
		width: 14px;
		background: url(lay_middle_bg.jpg) left repeat-y;
	}
	
	td.MiddleMain_right
	{
		width: 14px;
		background: url(lay_middle_bg.jpg) right repeat-y;
	}
	
	td.MiddleBottom
	{
		width: 907px;
		height: 21px;
		background: url(lay_middle_bg2.jpg) no-repeat;
	}
	

td.BoxBorderTop
{
	height: 6px;
	background: url(box_line.jpg) top repeat-x;
}
	td.BoxBorderBottom
	{
		height: 6px;
		background: url(box_line.jpg) bottom repeat-x;
	}
	
	td.BoxBorderLeft
	{
		width: 6px;
		background: url(box_line.jpg) left repeat-y;
	}
	
	td.BoxBorderRight
	{
		width: 6px;
		background: url(box_line.jpg) right repeat-y;
	}
	
	td.BoxCornerLeftTop
	{
		width: 6px;
		height: 6px;
		background: url(box_corners.jpg) top left no-repeat;
	}
	
	td.BoxCornerRightTop
	{
		width: 6px;
		height: 6px;
		background: url(box_corners.jpg) top right no-repeat;
	}
	td.BoxCornerLeftBottom
	{
		width: 6px;
		height: 6px;
		background: url(box_corners.jpg) bottom left no-repeat;
	}
	
	td.BoxCornerRightBottom
	{
		width: 6px;
		height: 6px;
		background: url(box_corners.jpg) bottom right no-repeat;
	}
	
	td.BoxText
	{
		font-family: tahoma;
		font-size: 12px;
		color: #2c2c2c;
	}
		
		td.BoxText a
		{
			color: #2c2c2c;
			text-decoration: none;
		}
		
		td.BoxText a:hover
		{
			color: red;
			text-decoration: underline;
		}
	
td.Box2BorderTop
{
	height: 6px;
	background: url(box2_line.gif) top repeat-x;
}
	td.Box2BorderBottom
	{
		height: 6px;
		background: url(box2_line.gif) bottom repeat-x;
	}
	
	td.Box2BorderLeft
	{
		width: 6px;
		background: url(box2_line.gif) left repeat-y;
	}
	
	td.Box2BorderRight
	{
		width: 6px;
		background: url(box2_line.gif) right repeat-y;
	}
	
	td.Box2CornerLeftTop
	{
		width: 6px;
		height: 6px;
		background: url(box2_corners.gif) top left no-repeat;
	}
	
	td.Box2CornerRightTop
	{
		width: 6px;
		height: 6px;
		background: url(box2_corners.gif) top right no-repeat;
	}
	td.Box2CornerLeftBottom
	{
		width: 6px;
		height: 6px;
		background: url(box2_corners.gif) bottom left no-repeat;
	}
	
	td.Box2CornerRightBottom
	{
		width: 6px;
		height: 6px;
		background: url(box2_corners.gif) bottom right no-repeat;
	}
	
	td.Box2Text
	{
		font-family: tahoma;
		font-size: 10px;
		color: #b0b0b0;
	}
		
		td.Box2Text a
		{
			color: #b0b0b0;
			text-decoration: none;
		}
		
		td.Box2Text a:hover
		{
			color: red;
			text-decoration: underline;
		}
	
	span.fl
	{
		color: red;
		font-weight: bold;
		text-align: justify;
	}
	
	td.s11
	{
		font-size: 11px;
	}
	
	td.s10
	{
		font-size: 10px;
	}
	
	td.icon
	{
		vertical-align: middle; 
		width: 90px; 
		text-align: center;
	}
	
	td.box_text
	{
		vertical-align: middle; 
	}
	
	td.box
	{
		height: 100px;
		vertical-align: middle; 
		text-align: justify;
	}
	
	div.MenuRight
	{
		width: 241px;
		_width: 271px;		
		font-family: tahoma;
		font-size: 12px;
		color: #2c2c2c;
		padding-left: 30px;
		padding-top: 6px;
		vertical-align: top;
		background: url(menu_bg1.jpg) left top no-repeat;
	}
	
		div.MenuRight a
		{
			color: #2c2c2c;
			text-decoration: none;
		}
		
		div.MenuRight a:hover
		{
			color: red;
			text-decoration: underline;
		}
		
		
div.Box_linki
{
	width: 286px;
	height: 126px;
	margin-bottom: 10px;
}

	div.Box_linkiBorder
	{
		width: 286px;
		height: 126px;
		cursor: pointer;
		background: url(Box_linki_bg.gif) no-repeat;
		text-align: left;
	}
	
	div.Box_linkiTitleBg
	{
		position: absolute;
		width: 286px;
		padding-top: 60px;
		float: left;
	}
	
	div.Box_linkiTitle
	{
		position: absolute;
		width: 286px;
		bottom: 0px;
		left: 0px;
	}
	
	td.Box_linkiTxt
	{
		height: 49px;
		vertical-align: middle;
		font-family: tahoma;
		font-size: 12px;
		color: red;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
	}
