body {
	background-color: #fff;
	background-image: url(../images/blog/blog-bg.jpg);
}

div#bg {
	background: #fff;
}

div#label {
	width: 515px;
	float: left;
	position: absolute;
	margin-left: -150px;
	top: 35px;
	left: 50%;
	z-index: 100;
}

div#top, div#middle, div#bottom {
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
}

div#top {
	background-image: url(/images/blog/bg-top.png);
	height: 10px;
}

div#middle {
	background-image: url(/images/blog/bg-middle.png);
	background-repeat: repeat-y;
	padding: 20px 0 1px 0;
}

div#bottom {
	background-image: url(/images/blog/bg-bottom.png);
	height: 10px;
}

div.content {
	padding: 0 46px 0 35px;
	color: #555;
}

div.content p {
	color: #555;
	font-size: 98% !important;
}

div#topcontent {
/*	margin: 0 86px 0 55px; */
	min-height: inherit !important;
	height: inherit !important;
	margin-bottom: 1.5em !important;
}

div#topcontent h2 {
	font-size: 70%;
	color: #999;
	margin-top: -1em;
	font-weight: normal;
}

div#bottomcontent {
	min-height: inherit !important;
	height: auto !important;
	padding-bottom: inherit !important;
}

a#archive {
	float: right;
	margin-top: -1em;
	font-size: 90%;
	color: #999;
}



a#home {
	display: block;
	position: absolute;
	top: 100px;
	left: 40px;
}

a#home img {
	border: none;
}

div.bar {
	border-top: 1px solid #999;
	margin: 10px 0 3px 0;
}

div#bottomcontent, p {
	font-size: 90% !important;
}

.info {
	font-size: 80% !important;
}

.info p {
	text-align: right;
}


div#footer {
	background: none;
	text-align: center;
	width: auto;
	color: #333;
	font-size: 80%;
	padding: inherit;
	clear: both;
	margin-top: 2em !important;
}

div#footer a {
	color: #600;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}
