/* CSS Document */

* html #sn-navigation {
	float: left;
	height: 37px;
	position: absolute;
	bottom: 0;
	left: 21px;
	font-size: 12px;
	font-weight: bold;
}

* html #sn-search {
	float: right;
	width: 299px;
	height: 30px;
	position: absolute;
	top: 33px;
	right: 20px;
	background: url(images/bg-search.jpg) no-repeat;
}

* html #sn-rss {
	float: right;
	width: 300px;
	height: 59px;
	background: url(images/bg-rss.jpg) no-repeat;
	position: absolute;
	bottom: -1px;
	right: 19px;
}

* html #sn-content {
	margin-left: 21px;
	float: left;
	width: 938px;
	height: 600px;
	background-color: #fff;
}

* html #sn-search-form {
	margin: 4px 0 0 60px;
}

* html #sn-post-nav {
	margin-top: 20px;
}

* html #sn-logo {
	float: left;
	width: 160px;
	height: 68px;
	margin: 15px 0 0 11px;
	background: url(images/logo-hdr.jpg) top left no-repeat;
}


* html #sn-content {
	margin-left: 11px;
	float: left;
	width: 939px;
	background-color: #fff;
}

* html #sn-main-column-right {
	float: right;
	width: 388px;
}

* html .commentlist {
	float: left;
	margin-left: -15px;
	width: 378px;
}

* html .commentlist li {
	display: block;
	float: left;
	width: 388px;
	padding-left: 25px;
}