body {
	margin: 0px 0px 0px 0px;
	background: #FFB6C1 url(back-009.gif);
	font-family: Verdana, Arial, sans-serif;color: black;
}
	
.blogtitle	{font-family: Lucida Console, Verdana, Arial, sans-serif;color: white;font-size:36px;margin:2px;}
.links	{font-family: Verdana, Arial, sans-serif;color: black;font-size:11px;}
A	{color:#0069c3; text-decoration:none}
A:hover	{color:red; text-decoration:none}
A.byline {color:black; text-decoration:none}
.date	{font-family: Verdana, Arial, sans-serif;color: black;font-size:14px;font-weight:bold;}
.posts	{font-family: Verdana, Arial, sans-serif;color: black;font-size:12px;}
.byline	{font-family: Verdana, Arial, sans-serif;color: #000000;font-size:11px;}


#header {
	width: 97%;
	float: left;
	background: #D8BFD8;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-right: 15px;
	padding-bottom: 40px;
}
	
#leftcontent {
		float:left;
		width:67%;
		background:#fff;
		border-right:2px solid #000;
		border-bottom:2px solid #000;
		margin-right:15px;
		margin-bottom:30px;
		padding-bottom:20px;
		padding-left:20px;
}

#rightcontent {
	background-color: #FFB6C1;
	padding-bottom:20px;
	margin-right:3%;
}
		
p,h1,pre {
	margin:0px 30px 10px 30px;
}
		
h1 {
	font-size:15px;
	padding-top:10px;
}
	
#rightcontent p {
	font-size:12px;
	margin-left:0px;
}