@charset "utf-8";
/* CSS Document */

.container {
		width: 960px;
		height: 620px;
		}
.lenta p {
		float: left;
		padding-left: 20px;
		}
.lenta a {
		color: #000;
		}
.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;
		}	

.index_mid h4 {
		margin: 40px 0px 0px 20px;
		}		
.index_mid p{
		padding: 10px 20px 0px 20px;
		text-align: justify;
		}	
.index_mid li {
		float: left;
		}			
.backbtn {
		background-image: url(../images/btn.jpg);
		background-repeat: no-repeat;
		width: 99px;
		height: 31px;
		display:block;
		text-decoration: none;
		color: #000;
		padding: 4px 0px 0px 20px;
		margin: 20px;
		}
				
