body {
	background-color:#fff;
	color:#000;
	font-family:Georgia;
	text-align:left;
	background: #DDD url(images/bg_beggars.jpg) repeat;
}
a {
	color:#000;
	text-decoration:underline;
}
#header {
	height:130px;
	text-align:center;
	margin-left:10px;
}
#content_container {
	margin:0px auto;
	width:650px;
	font-size:14px;
	line-height:20px;
}
#navigation {
	margin:25px 15px 40px 0px;
}
#navigation ul {
	list-style:none;
	margin:0px;
	text-align:center;
}
#navigation ul li {
	display:inline;
	position:relative;
	margin-right:18px;
	font-size:15px;
	font-weight:normal;
	color:#000;
}
#navigation ul li a.tumblr {
	cursor:pointer;
}
#navigation ul li a.active {text-decoration:underline;}
#navigation ul li ul {
	display:none;
	list-style:none;
	position:absolute;
	top:1.35em;
	right:-12px;
    background-color:#e4eff1;
	z-index:0;
    width:60px;	
}
#navigation ul li ul li {
    width:60px;	
    text-align:left;
	float:left;
    z-index:0;
}
#navigation ul li a {
	color:#000;
}
.post {
	margin:20px auto;
	width:650px;
	padding-bottom:35px;
}
.post h2 {
	text-transform:uppercase;
	font-size:18px;
	padding-left:20px;
	color:#000;
}
.post h2 a {
	color:#000;
	text-decoration:none;
}
.post h2 a:hover, .post h3 a:hover {
	text-decoration:underline;
}
.post h3 {
	font-size:12px;
	padding-left:20px;
	line-height:0px;
	color:#333;
	font-weight:normal;
	margin-bottom:15px;
	font-style:italic;
}
.post h3 a {
	color:#333;
	text-decoration:none;
	padding:0px 2px 0px 2px;
}
.post_content {
	border-top:1px solid #999;
	padding:0px 20px 10px 20px;
}
.post_content a {
	color:#000;
	text-decoration:underline;
}
.post_content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div#comments {
	margin:20px auto;
	width:650px;
	padding-bottom:35px;
}
div#comments h3 {
	font-size:18px;
	padding-left:20px;
	color:#333;
}
div#comment_form {
	margin-left:20px;
	border-top:1px solid #999;
}
#navigation ul li a {
	text-decoration:none;
}
#navigation ul li a:hover {
	text-decoration:underline;
}
