@charset "utf-8";
/* CSS Document */

.container {
		width: 960px;
		height: 620px;
		}
.lenta p {
		float: left;
		padding-left: 20px;
		}
.lenta a {
		color: #000;
		}
.new {
		margin-left: 50px;
		
		}		
.index_left {
		float: left;
		width: 215px;
		margin-top: 20px;
		}	














.project_box {
		float: left;
		background-image: url(../images/projects_box.jpg);
		background-repeat: no-repeat;
		width: 211px;
		height: 431px;
		margin-top:20px;
		clear: both;
		}		
.project_box img {
		margin: 15px;
		}
.project_box a{
		background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 15px;
		margin-left: 10px;
		display:block;
		width:13px;
		height:17px;
		white-space:nowrap;
		color: #666;
		}			
.project_box h4, p , h3{
		padding-left: 10px;
		padding-right: 10px;
		}	
.project_box h3{
		padding-top: 20px;
		padding-bottom: 10px;
		}
.project_box h4{
		padding-top: 10px;
		padding-bottom: 5px;
		text-decoration: underline;
		}						
.index_mid {
		float: left;
		width: 500px;

		margin-top: 20px;
		}		
.project_list {
		margin-top: 20px;
		margin-right: 20px;
		}	
.index_mid a {
		margin-left: 40px;
		color: #000;
		text-decoration: none;
		background-image: url(../images/arrow.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 15px;
		display:block;
		}
	
.index_mid a:hover {
		text-decoration: underline;
		}		
	
.index_mid h4 {
		padding: 0px 40px 0px 40px;
		}
			
