/* css document */ /* For All and mobile phones: */
body{
	color: #555877;
	font: 1em Arial, sans-serif;
}
header{margin:0 auto;border-bottom:2px dotted #ccc;vertical-align:middle } 
section,footer{max-width:600px; margin:0 auto;}
footer{border-top:1px #eee solid;}
h1{
	font-family: Verdana, sans-serif;
	color: #8D5264;
}
h3{color:#666;margin:0;padding:0;}
h2{
	color: #CFC1BE;
	letter-spacing: -1px;
}
p{line-height:1.5em}
img{width:100%;max-width:448px;}
h1.title{
	color: #89A1AB
}
/* For desktop: */
@media screen and (min-width:601px){
header{width:100%;width:80%;min-height:150px;}
.left{display:block;float:left}
.right{display:block;float:right}
h2{letter-spacing:1px;
}}
