body, html {
	width:100%;
	height:100%;
}

h1 {
	font-size:20px;
	color:#999;
	padding-left:55px;
	padding-top:17px;
	padding-bottom:15px;
	background:url('../images/sms.png') no-repeat;
}

h2.twitter-title {
	font-size:20px;
	color:#999;
	padding-left:55px;
	padding-top:10px;
	background:url('../images/tweet.png') no-repeat;
}

h2.photo-title {
	margin-top:30px;
	font-size:20px;
	color:#999;
	padding-left:103px;
	padding-top:5px;
	background:url('../images/flickr.gif') no-repeat;
}

#page {
	width:800px;
	margin:auto;
	margin-top:30px;
}

#logo {
	width:291px;
	height:73px;
	background-image:url(../images/logo.gif);
}

#top-left {
	border-right:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	padding-right:30px;
	padding-bottom:30px;
	width:50%; height:250px;
}

#top-right {
	border-bottom:1px dashed #ccc;
	padding-left:30px;
	padding-bottom:30px;
	width:50%;
}

#bottom-left {
	border-right:1px dashed #ccc;
	padding-right:30px; height:250px;
	padding-top:30px;
}
	#bottom-left img {
		display:block;
		margin-bottom:10px;
	}
	
#bottom-right {
	padding-left:30px;
	padding-top:20px;
	
}

#main {
	padding:5px;
	margin-left:62px;
}

#notice {
	border:1px solid #e2c822;
	background:#fff9d7;
	padding:15px;
	margin-top:30px;
}

a {
	color:#0f7db4;
	text-decoration:none;
}
a:hover {
	color:#8cc63e;
}

p {
	margin-bottom:2px;
	position:relative;
}

center {
}

center img {
	display:block;
	margin-bottom:10px;
}

#contact-iphone {
	padding-right:55px;
	text-align:right;
	height:55px;
	background:url('../images/contact-iphone.png') right no-repeat;
}

#contact-vcard {
	padding-right:55px;
	padding-top:10px;
	margin-top:25px;
	text-align:right;
	background:url('../images/contact-vcard.png') right no-repeat;
}
	#contact-vcard a { font-size:18px; }

#twitter_div {
	
}
	#twitter_div ul { list-style-image: url(../images/li.gif); margin-top:-10px; margin-left:15px; }
	#twitter_div ul li { line-height:normal; }
	/*#twitter_div ul li a { display:block; }*/
	
.daily-photo-thumb {
	border:1px solid #666;
	margin:3px;
}

#main_photo {
	margin-bottom:10px;
}
	#main_photo img { border:1px solid #666; padding:3px; }
	
#photo_div {
	/* margin-left:-3px; */
}

.sidebar {
	padding-left:25px;
}
