body {
	background-image: url(/images/blog/blog-background.jpg);
	background-repeat: repeat;
}


h1, h2 {
	color: #fff;
}


div#blog {
	width: 543px;
	margin: 0 0 2em 200px;
}

div#blog div {
	margin: 0;
}

div#blog div#blog_top {
	background: url(/images/blog/blog-top.png) top left no-repeat;
	height: 10px;
}

div#blog div#blog_mid {
	background: url(/images/blog/blog-middle.png) top left repeat-y;
	padding: 1px 30px 10px 30px;
}

div#blog div#blog_bot {
	background: url(/images/blog/blog-bottom.png) top left no-repeat;
	height: 15px;
}


.archive {
	float: right;
	text-align: right;
	margin: -1.3em 0 0 0;
	
}


div#blog a {
	color: #600;
	text-decoration: none;
}

div#blog a:hover {
	color: #600 !important;
	text-decoration: underline;
}

div#blog a img {
	border-width: 0;
}

div#blog h5 {
	font-size: 60%;
	color: #fff;
	font-weight: normal;
	margin-top: -1em;
}



.style1 {
	color: #fff;
	font-size: medium;
}

.style2 {
	color: #fff
}

.style3 {
	color: #900;
	font-size: small;
}

.style4 {
	font-size: x-small;
}
