*, html{
  margin: 0;
  padding: 0;
}
body {
  background: #ECECE7 ;
  font-family: 'Steinem', Georgia, serif;
  font: normal 14px/20px;
	color: #666;
}
#container{
  margin: 0 auto;
  width: 940px;
}
.header, .footer, #header, #footer{	
	float: left;
	width: 100%;
}
#header{
  margin: 20px auto;
  border-bottom: 3px double #E2DAD7; 
  position: relative;
}
#header .contacts{
  position: absolute;
  bottom: 20px;
  right: 0;
}
#header .contacts a{
	color: #c00;
	text-shadow: 1px 1px 1px #ccc;
	text-decoration: none;
	margin :  0 0 0 10px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 350ms;
  -webkit-transition-timing-function: ease-in-out;	
  transition-property: all;
  transition-duration: 350ms;
  transition-timing-function: ease-in-out;  
}
#header .contacts a:hover{
  color: #000;
}
h1,h2,h3,h4{ 
  font-family: 'Komika Axis';
  line-height: 140%;
}
#header h1 a{	
  font-size: 1.6em;
	color: #914239;
	text-shadow: 0px 2px 1px #fff;
	margin: 10px 0;
	float: left;
	text-decoration:none;
}

#footer {
	font-size: 11px;
	margin: 40px 0;
	line-height: 60px;
	text-align: center;
  border-top: 3px double rgba(200, 200, 200, .7);
}


#puff{
  float: left;  
  width: 100%;
  margin: 20px 0 60px 0;
}

#puff h2{
  color: #336;
}

#puff .slogan{
  font-size: 1.4em;
  margin: 20px 0;
  line-height: 40px;
  color: #555;
  text-align: center;
}

#puff .slogan span{
  font-size: 1.2em;
  background: rgba(220, 150, 150, 0.4);
  border-radius: 5px;
  padding: 6px;
}

#puff #computer{
  float: right;
  margin: 30px 0 0 0;
}

.col{
  float: left;
  width: 300px;
  padding-right: 20px;
}
.twocol{
  float: right;
  width: 620px;
}

.col h3, .twocol h3{
  margin-bottom: 10px;
  padding-bottom: 5px; 
  border-bottom: 2px solid rgba(200, 200, 200, .5);
  color: #B54C5E;
  font-size: 0.8em;
}

.twocol img{
  float: left;
  margin: 0 20px 0 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 294px;
}


#content p{
  margin-bottom: 20px;
}

.project{
  float: left;
  width: 100%;
  padding-bottom : 40px;
  margin-bottom : 37px;
}

.project:last-child{
  border-bottom: 0;
}

.project img{
  width: 590px;   
  border : 5px solid rgba(200, 200, 200, .5);
  float: left;
  margin-right: 20px;
}

.project h3 span{
  color: #ccc;
  margin-left: 10px;
}

.project ul{
  margin-left: 20px;
  font-size: 0.9em;
}
