body {
background-color:#333;
}

#page {
background-color:#fff;
margin-top:10px;
padding:10px;
}

#header h1 {
height:180px;
background:no-repeat top right url('http://waterandsky.com/images/logo.jpg');
font-size:0;
}

#header h1 a {
display:none;
}

#pic {
display:none;
}

.post {
border:1px solid #ccc;
margin-bottom:30px;
width:540px;
padding:15px;
}

#sidebar {
float:right;
}

#content_box,#page {
width:810px;
}