body {
	background: #fc6;
}
#logo {
	background: url('sidebar-top.png') top left no-repeat;
}
#sidebarinner {
	background: url('sidebar-bottom.png') bottom left no-repeat;
}
#content a {
	color: #fc6;
	text-decoration: underline;
}
#content a:hover {
	color: #55f;
	background: #fff;
	text-decoration: none;
}
#content {
	background: url('center.png') top left repeat-y;
	color: #fff;
}
#content #contentinner {
	background: url('bottom.png') bottom left no-repeat;
}
#content #template {
	background: #fc6 url('top.png') top left no-repeat;
}
#content .post h2 a {
	color: #fc0;
	text-decoration: underline;
}
#content .post h2 a:hover {
	color: #55f;
	text-decoration: none;
}
#content .entry a {
	color: #0c9;
}
#content .entry a:hover {
	color: #55f;
}
#content .comments a {
	color: #f90;
}
#content .comments a:hover {
	color: #f00;
}