/*******************************************************************/
/* Main Layout containers */

	body {
		background:#000f2d;
		font-family:Arial, Helvetica, Sans-serif;
		font-size:12px;
	}
	
	#container {
		background:#ffffff;
		padding:22px 20px 26px 22px;
		width:940px;
		margin:0px auto 0 auto;
		position:relative; 
	}

/*******************************************************************/
/* Header part */

	#header {
		padding-bottom:35px;
	}
	
	#logo	{
		float:left; 
		margin-right:20px;
	}	
	
	#mainHeaderBlock {
		float:left; 
		width:700px;
		padding:26px 0 0 0px;
	}
	
/*******************************************************************/
/* Content part */

	#leftContentPart {
		width:160px;
		float:left;
	}

	#rightContentPart {
		width:780px;
		float:left;
	}
	
	#content {
		font-size:12px;
		color:#666666;
		line-height:20px;
		padding:0px 0 30px 0;
		position:relative; 
	}

	#homePageImagesBlock {
		margin-bottom:35px;
	}
	
	#ADblock {
		text-align:center;
		font-size:11px;
		margin-right:20px;
		color:#000f2d;
	}
	#ADblock img {
		margin-bottom:5px;
	}
		
	#leftPart {
		width:540px;
		float:left;
	}
	#leftPart.bands {
		width:460px;
	}
	#rightPart {
		width:220px;
		float:right;
	}	
	#rightPart.bands {
		width:300px;
		text-align:right;
	}
	#rightPart img{
		margin-bottom:20px;
	}
	#rightPart.bands img {
		margin-bottom:13px;
	}
	
/*******************************************************************/
/* Footer part */

	#footer {
		background:#000f2d;
		padding:8px 10px 15px 0px;
		width:970px;
		margin:0px auto 0 auto;
		
	}
	#footer * {
		font-size:11px;
		color:#c8c8c8;
	}
	#footer a, #footer a:visited {
		color:#c8c8c8;
		margin:0 5px;
		font-size:11px;
		text-decoration:none;
	}
	#footer a:hover {
		color:#c8c8c8;
		font-size:11px;
		text-decoration:underline;
	}
	#footer a.last {
		margin-right:0px !important;
	}
