/* css document */ /* For All and mobile phones: */
body{color:#336; 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:#0e5753;}
h3{color:#666;margin:0;padding:0;}
h2{color:#946247;letter-spacing:-1px;}
p{line-height:1.5em}
img{width:100%;max-width:500px;}
h1.title{color:#8B90A4}
/* 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}}


