
/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
  background-color: #f4f4f4; 
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left; 
 margin:0 auto; 
} 

#header {
float: left;
width: 960px;
height: 30px;
padding-top: 80px;
border-bottom: 1px solid #ccc;
margin-bottom: 40px;
}

.head_text {
line-height: 60px;
padding-top: 30px;
font: 14px arial, Helvetica, sans-serif; 
color: #acacac;
}


#maincol{
 position: relative; 
 }

#polaroid {
margin-bottom: 60px;
width: 450px;
height: 240px;
background: #fff;
float: left;
-webkit-box-shadow:0 0 4px #ccc; 
-moz-box-shadow: 0 0 4px #ccc;
box-shadow:0 0 4px #ccc;
}

img {
position: relative;
top: 5px;
left: 5px;
float: left;
}

.margin {
margin-right: 60px;
}

.name {
width: 430px;
float: left;
margin-top: 15px;
text-align: center;
color: #999;
font: 14px arial, Helvetica, sans-serif; 
}
 
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

