

body {
	background: #FFF;
	color:#FFF;

}

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }



#main{
  	width:1026px;
	margin:auto;
}

#header{
	width:1026px;
	height:161px;
	background:url(../images/header_bg.jpg) no-repeat;
}

#contents{
	width:1026px;
	position:relative;
	background:url(../images/contents_bg.jpg) repeat-y;
}

#left_side{
	float:left;
	width:671px;
}

#logo{
	background:url(../images/logo.jpg) no-repeat;
	width:501px;
	height:38px;
	padding:90px 20px 0 150px;
}

#video{
	background:url(../images/video.jpg) no-repeat;
	width:506px;
	height:275px;
	padding:15px 0 0 165px;
}

#video_service{
	background:url(../images/text.jpg)no-repeat;
	width:501px;
	height:350px;
	padding:15px 20px 0 150px;
}

#text{
	background:url(../images/left_side_repeat.jpg) repeat-y;
	width:501px;
	padding:10px 20px 0 150px;
}

#right_side{
	float:right;
	width:355px;
}

#right_projects{
	background:url(../images/right_bar_projects.jpg) top no-repeat;
	float:right;
	width:355px;
	height:475px;
}

#right_services{
	background:url(../images/right_bar_services.jpg) top no-repeat;
	float:right;
	width:355px;
	height:475px;
}


#main_nav{
	width:355px;
	height:233px;
	background:url(../images/main_nav_bg.jpg) no-repeat;
}

#right_nav{

	clear:right;

	width:150px;
	height:200px;
	margin-top:5px;
	margin-right:147px;
	margin-bottom:20px;
	float:right;
	text-align:center;
}

#project_nav{

	width:220px;
	height:200px;
	margin-top:5px;
	margin-right:129px;
	float:right;
	text-align:left;

}


#cell_link{
background:url(../images/project_labels/cell.jpg) no-repeat;
height:35px;
padding:5px 0 0 15px;
}

#kirill_link{
background:url(../images/project_labels/kirill.jpg) no-repeat;
height:35px;
padding:5px 0 0 15px;
}

#gap_link{
background:url(../images/project_labels/gap.jpg) no-repeat;
height:35px;
padding:5px 0 0 15px;
}

#development_link{
background:url(../images/project_labels/development.jpg) no-repeat;
height:35px;
padding:5px 0 0 15px;
}


#writing_link{
background:url(../images/project_labels/writing.jpg) no-repeat;
height:35px;
padding:5px 0 0 15px;
}

#producing_link{
background:url(../images/project_labels/producing.jpg) no-repeat;
height:35px;
padding:5px 0 0 15px;
}

#consultancy_link{
background:url(../images/project_labels/consultancy.jpg) no-repeat;
height:35px;
padding:5px 0 0 15px;
}

#training_link{
background:url(../images/project_labels/training.jpg) no-repeat;
height:35px;
padding:5px 0 0 15px;
}

#footer{
	background: #FFF url(../images/footer.jpg) center top no-repeat;
	margin:auto;
	padding:65px 175px 20px 0;
	width:851px;
	height:2px;
	text-align:right;
	clear:both;