/* standard settings begin */
.date {
	color: #000;
	/*color: #8D8D8D;*/
	font-size: 11px;
}

.more, .back {
	color: #000;
	font-size: 11px;
	padding: 0 12px 0 0; 
	background: url(../images/more_back.gif) 100% 6px no-repeat;	
	text-decoration: none;
}

.more:hover, .back:hover {
	background-position: 100% -26px;
	text-decoration: underline;
}

.back {
	padding-right: 0;
	padding-left: 12px;
	background-position: 0 -62px;	
}

.back:hover {
	background-position: 0 -94px;		
}

.more-holder {
	margin: 6px 0;	
}

.back-holder {
	float: left;
	margin: -12px 0 12px 0;	
}

.align-left {
	float: left;	
}

.align-right {
	float: right;	
}

.hidden {
	display: none;	
}

/* standard settings end */

/* content elements base settings begin */
.ce-base {
	display: inline;
	float: left;
	margin: 0 0 12px 0;	
}

.ce-text {
}

.ce-image {
	display: block;
}

.ce-image-left {
	float: left;
	margin: 0 20px 15px 0;
}

.ce-image-right {
	float: right;
	margin: 0 0 15px 20px;
}

a .ce-image {
	cursor: pointer;	
}
/* content elements base settings end */

.header-content {
	width: 1005px;
	margin: 0 auto;
}
