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

div { margin:0px; display:inline-block; float:left; text-align:center; }
p { margin:2px; }
#banner { border-radius: 15px 15px 0px 0px; 
  background-image: -moz-linear-gradient(top , #88BBFF, #DDEEFF);
  background-image: -webkit-linear-gradient(top , #88BBFF, #DDEEFF);
  background-image: -ms-linear-gradient(top , #88BBFF, #DDEEFF);
  color:blue; height:100px; width:550px; font-size:60px; }
#leftNav { width:150px; }
.navItem { border:1px dotted; display:block; margin:3px; width:140px;}
.navItem img {width:80px; float:left; opacity:.5; }
.navItem img:hover { opacity:1; cursor:pointer; }
#like { float:right; margin-top:70px; margin-right:20px; }
#photo { width:400px; }