@import "includes/header.inc.css";
@import "includes/navigation.inc.css";

/* extending existing styles */
#main_index_column_left {
	background: #d1e7f7;
}
#main_index_content {
	border: 10px solid #d1e7f7;
	width: 984px;
	padding-bottom: 20px;
}

#about_index_heading {
	float: left;
	clear: both;
	font-size: 21px;
	font-weight: normal;
	color: #333;
	margin: auto;
	width: 680px;
	padding: 40px 0px 40px 40px;	
}

.about_index_block {
	position: relative;
	float: left;
	clear: both;
	font-size: 21px;
	font-weight: normal;
	color: #333;
	margin: auto;
	width: 635px;
	padding: 15px 0px 15px 15px;
	margin: 0px 0px 20px 40px;
	border:1px solid #cccccc;
}
.about_index_block div.image {
	float:left;
	clear:none;
	border:1px solid #cccccc;
	/*width:120px;*/
	width:225px;
	height:85px;
	overflow:hidden;
}
.about_index_block div.date {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	background: url(../images/news_date.jpg) top left no-repeat;	
	border:none;
	width:47px;
	height:47px;
}
.about_index_block div.date_day {
	color:#2a9dd5;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-top:15px;
}
.about_index_block div.date_month {
	color:#9b9b9b;
	font-size:9px;
	margin-left:10px;
	margin-top:-2px;
}
.about_index_block div {
	float:left;
	clear:none;
	width:320px;
	padding:0;
	margin:0px 20px 0px 0px;
}
.about_index_block h1 {
	font-size:12px;
	font-weight:bold;
	color:#2a9dd5;
	clear:both;
	margin:0px 0px 15px 0px;
}
.about_index_block p {
	font-size:12px;
	font-weight:normal;
	color:#666666;
}
.about_index_block ul {
	margin:0;
	padding:0;
	list-style:none none;
}
.about_index_block ul li {
	margin:0;
	padding:0;
	list-style:none none;
	width:415px;
}
.about_index_block ul li span.size {
	color:#666666;
	clear:none;
	position:relative;
	left:-10px;
}
.about_index_block ul li div.icon {
	clear:none;
	width:32px;
	height:14px;
	background: url(../images/icon_file.jpg) top left no-repeat;
}
