body
{
}
.bg-left
{
	background-image: url(../media/templates/home/backgrounds/bg-left.jpg);
}
.bg-right
{
	background-image: url(../media/templates/home/backgrounds/bg-right.jpg);
}
.inner-wrapper
{
	background-image: url(../media/templates/home/backgrounds/bg-middle-00.jpg);
}
.content
{
	height: 348px;
	width: 760px;
	padding-top: 1px;
	background-image: url(../media/templates/home/bg-content.gif);
	background-repeat: repeat-x;
}
.banner-top
{
	height: 303px;
}
.banner-bottom
{
	background-position: 12px top;
	background-repeat: no-repeat;
	height: 170px;
}
.menu-top
{
	height: 41px;
}
.menu-left
{
	display: none;
}
.trail-top
{
	display: none;
}
.left-column
{
	position: relative;
	float: left;
	width: 264px;
	height: 323px;
	background-image: url(../media/templates/home/titles/title_weblog.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 25px 7px 0px 7px;
}
.right-column
{
	position: relative;
	float: right;
	width: 150px;
	height: 328px;
	margin-right: 12px;
	padding-top: 10px;
	border-right: 1px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;
	font-size: 3px;
}

.right-column br
{
	display: none;
}

.middle-column
{
	position: relative;
	margin-left: 287px;
	width: 271px;
	height: 323px;
	padding: 25px 7px 0px 7px;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
}

.slideshow {
	padding-top : 9px;
	padding-bottom: 5px;
}

/* WEBLOG SPECIFIC TAGS */
.weblog-item
{
	height: 110px;
	min-height: 110px;
}

.weblog-item .title
{
	position: absolute;
	font-size: 11px;
	width: 190px;
}
.weblog-item .left
{
	position: absolute;
	margin-top: 0px;
	width: 100%;
	text-align: right;
	padding-right: 0px;
}
.weblog-item .icon
{
	position: relative;
	padding: 0px 0px 0px 0px;
}
.weblog-item .statistics
{
	display: none;
}
.weblog-item .text
{
	position: absolute;
	clear: both;
	margin-left: 0px;
	margin-top: 26px;
	width: 180px;
	height: auto !important;
}
.weblog-item .read-more
{
	position: absolute;
	width: 100%;
	text-align: right;
	padding-top: 82px;
}
.weblog-item .horizontal-spacer
{
	display: none;
}

