div#maincontents {
	width: 786px;
	margin: 0 auto;
}

div#blog_left {
	width: 545px;
	float: left;
}

div.title_category {
	width: 545px;
	height: 63px;
	background-image: url(images/title_category.jpg);
}

div.title_category h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 20px;
}

div#blog_right {
	width: 220px;
	float: right;
}

div#blog_right a:link, div#blog_right a:visited {
	color: #a42b15;
}

div#blog_right a:hover, div#blog_right a:active {
	color: red;
}

div#blog_right li {
	background: transparent url(images/arrow_category.gif) no-repeat left center;
	margin: 0 23px;
	padding: 3px 0 3px 10px;
	line-height: 1.3;
}

/* @group Categories */

div#category_top {
	height: 32px;
	background-image: url(images/box_category_top.jpg);
	background-repeat: no-repeat;
}

div#category_center {
	background-image: url(images/box_category_center.jpg);
	background-repeat: repeat-y;
}

div#category_bottom {
	height: 31px;
	background-image: url(images/box_category_bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}



/* @end */

/* @group Side Box */

div.box_top {
	height: 48px;
	background-image: url(images/box_top.jpg);
	background-repeat: no-repeat;
}

div.box_top h4 {
	color: white;
	text-align: center;
	padding: 10px;
}

div.box_center {
	background-image: url(images/box_center.jpg);
	background-repeat: repeat-y;
}

div.box_bottom {
	height: 18px;
	background-image: url(images/box_bottom.jpg);
	background-repeat: no-repeat;
}



/* @end */

/* @group Article Container */

ul#articlelist {
	margin: 0;
}

ul#articlelist li {
	margin: 20px 0 30px;
	background: transparent url(images/article_left_border.gif) repeat-y left center;
}

ul#articlelist li h2 {
	position: relative;
	width: 545px;
	height: 41px;
	overflow: hidden;
	background: #d1c0a5 url(images/title_bg.png) no-repeat;
}

ul#articlelist li h2 span.fore {
	position: absolute;
	top: 2px;
	left: 15px;
	font-size: medium;
	color: #683806;
	line-height: 35px;
	z-index: 10;
}

ul#articlelist li h2 span.shadow {
	position: absolute;
	top: 1px;
	left: 14px;
	font-size: medium;
	color: #bcad95;
	line-height: 35px;
	z-index: 1;
}

ul#articlelist li div.post {
	width: auto;
	padding: 10px 5px;
	text-align: right;
}

ul#articlelist li div.wiki {
}

/* @end */

/* @group Calendar */

div#calendarname {
	padding: 5px 0;
	text-align: center;
	color: #683806;
}

div#calendarname span {
	padding: 0 10px;
}

div#calendarname span.hidden {
	visibility: hidden;
}

table#calendar {
	margin: 4px auto 0;
}

table#calendar td {
	width: 23px;
	text-align: center;
	font-family: sans-serif;
	color: #683806;
}



/* @end */