/* core */
body
{
	background-color: white;
	margin: 0px;
	margin-bottom: 130px;
	padding:0px;
	font-family: Tahoma, Arial, sans-serif;
	color: #494949;
	font-size: 80%;
}

table
{
	border-collapse: collapse;
	width:100%;
}
td
{
	vertical-align: top;
	margin:0px;
	padding:0px;
}

/* Header */

#tableHeader
{
	height: 130px;
}

#tdHeader01
{
 vertical-align: middle;
}

#tdHeader02 {
	width:586px;
}
#banner
{
	width:586px;
	position:relative;
	top:-110px;
}

#banner img {
    position: relative;
    left:-30px;
}

#tdHeader03 {
	width: 270px;
	vertical-align: bottom;
}

#mapTopRight {

	background: url('i/map_top_r_corner.jpg') left bottom no-repeat;
	position: relative;
	top:0px;
	left:553px;
	bottom:auto;
	right:auto;
	width: 182px;
	height: 100%;
	vertical-align: bottom;
}

#iconBoard {
	width:130px;
	height:18px;
	background-color: #ff0000;
	position: relative;
	left: 32px;
	top: 100px;
	border:1px;
}

#iconBoard td {
	width:25%;
	vertical-align: middle;
}

/* Content */

#tableContent 
{
	vertical-align: top;
}

#tableContent div
{
	/*padding: 0px 0px 2em 10px;*/
}

#tableContentLeftCell
{
	background: url('i/map_russia_left_part.jpg') top right no-repeat;
}

#leftCell
{
	height: 500px;
	position:relative;
}

#leftImage 
{
	height:100%;
	width:70%;
	position: absolute;
}

#leftImageFixed
{
	height:100%;
	width:10px;
	position: relative;
}

#leftCell img{
	position:absolute;
	bottom:-10px;
}


#rightCell
{
	height: 500px;
	position:relative;
}

#rightImage 
{
	height:100%;
	width:50%;
	position: absolute;
}
#rightCell img{
	position:absolute;
	bottom:10px;
}

#slogan{
	width:100%;
	position:relative;
	padding-right:10px;
}
#slogan span {
	position:absolute;
	left: 30px;
	bottom: -170px;
	text-transform: uppercase;
	font-size: 80%;
	color: #A6A6A6;

}

#bishopBox {
	position: absolute;
	width: 200px;
	background-color: #f3fff2;
	border: 1px solid #24bf20;
}

#flagBox {
	width: 10px;
	height:100%;
	position:absolute;
}

#flagW {
	height: 10em;
	width: 0.4em;
	background-color: #ffffff;
	margin-bottom:0.5em;	
	position: relative;
	left:-3px;
}

#flagB {
	height: 10em;
	width: 0.4em;
	background-color: Blue;
	margin-bottom:0.5em;	
	position: relative;
	left:-3px;
}

#flagR {
	height: 10em;
	width: 0.4em;
	background-color: #ff0000;
	position: relative;
	left:-3px;
}

#tableContentLeftMinSize
{
	width:240px;
	height:100%;
}

#tableContentCell02
{	
	width:624px;
	background: url('i/map_russia_center.jpg') left top no-repeat;
}

#tableContentFullText
{
	width:894px;
	background: url('i/map_russia_cr.jpg') top left no-repeat;
}

#textBox
{
	padding-left:1em;
	padding-right: 2em;
	padding-top:1em;
}

#textBox table
{
	width: auto;
}

#tableContentMinSize
{
	width:623px;
	height: 1em;
}


#tableContentRightCell
{
   width:270px;
	vertical-align: top;
	background: url('i/map_russia_right_part.jpg') top left no-repeat;
}

/* footer */

#copyRight
{
	padding-top: 5em;
	padding-right: 1em;
	font-size: 60%;
	color: #676767;
}
#copyRight a
{
	font-size:100%;
}