@charset "UTF-8";

/*
 * @version $Id: structure.css 54 2008-08-26 13:25:35Z postnikova $
 */

body {
	background: white url('../gfx/body_bg.gif') 0 208px repeat-x;
}

#mainNavigation {
	float: left;
	background: transparent url('../gfx/mainNavigation_bg.gif') 564px 42px no-repeat;
	width: 628px;
	height: 97px;
}

#mainContainer {
	clear: left;
	/*padding-top: 166px;*/
	padding-top: 104px;
	float: left;
	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 628px;
}

#mainContentContainer {
	margin: 0 0 0 83px;
	width: 515px;
}

#mainContentHeader {
	border-bottom: 1px solid #6789aa;
	background: transparent url('../gfx/mainContentHeader_bg.gif') 0 0 no-repeat;
	height: 20px;
}

#printLink {
	margin: 4px 5px 0 5px;
	float: right;
	display: block;
	background: transparent url('../gfx/icons/icon_printer.gif') 0 0 no-repeat;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
}


#mainContent {
	background: white;
	padding: 13px 13px 15px 13px;
	height: 150px;
}
html>body #mainContent {
	height: auto;
	min-height: 150px;
}

#footerNavigation {
	clear: both;
	border-top: 1px solid #6789aa;
	background: white;
	height: 30px;
}

#flashHeader {
	margin-left: 628px;
	width: 385px;
	height: 208px;
}

#newsContainer {
	padding-left: 37px;
	background: transparent url('../gfx/newsContainer_bg.gif') left bottom no-repeat;
	border-left: 2px solid white;
	overflow: hidden;
	width: 385px;
	height: 161px;
}

#newsContainer .newsContainerDate {
	padding: 23px 0 2px 0;
}

#subContentContainer {
	margin-left: 628px;
	background: transparent url('../gfx/subContent_bg.gif') 30px 182px no-repeat;
	width: 385px;
}

#subContent {
	padding: 17px 13px 10px 37px;
	height: 50px;
}
html>body #subContent {
	height: auto;
	min-height: 50px;
}

#footer {
	clear: both;
}

#printToolbar {
	margin: -.5cm -.5cm 15px -.5cm;
	padding: 7px .5cm 0 .5cm;
	border-bottom: 1px solid #ccc;
	background: #f0f0f0;
	height: 20px;
}

#printToolbar a {
	text-decoration: underline;
}

#printPrintLink {
	float: left;
}

#printCloseLink {
	float: right;
}