body, td{
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
}

img {
	margin: 0px;
}

a, a:visited {
 text-decoration: none;
 color: #000;
}
a:hover {
	text-decoration: underline; 
	}
h1 {
	display: block; font-size: 20px; padding: 0px; margin: 5px 0 10px;
}
h2 {
	display: block; font-size: 18px; padding: 0px; margin: 5px 0 10px;
}
h3 {
	display: block; font-size: 16px; padding: 0px; margin:  5px 0 10px;
}
h4 {
	display: block; font-size: 14px; padding: 0px; margin:  5px 0 10px;
}
p {
	margin-bottom: 10px;
}
.line {
 margin-bottom: 15px; padding-left: 15px; color: #c30;
}


/* Main container */

#main {
	width: 100%;
	min-width: 900px;
}

/* Header */
#header {
	width: 100%;
	height: 72px;
	color: #000;
	background-color: #fff;
	padding: 5px 0;
}
.boldstep_logo {
	float: left;
	margin-right: 5px;
	position: relative;
	left: 3%;

}
.topline {
	float: right;
	height: 60px;
	margin-top: 6px;
	position: relative;
	right: 4%;
}

#description {
	font-size: 12px;
	float: left;
}

/* Fast menu */
#fast_menu {
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	color: #000;
/*	background-color: #D5B66E; */
	background-color: #e2d2ab;
}
#fast_menu #fast_menu_content {
	position: relative;
	left: 3%;
	float: left;
	margin-top: 7px;

}

/* Middle section */

#middle {
	float: left;
	display: block;
	width: 100%;
	min-height: 500px;
	margin: 20px 0 10px 0;
}

#left_column {
	float: left;
	display: block;
	width: 20%;
	position: relative;
	left: 3%;
	overflow: hidden;
}
#center_column {
	float: left;
	display: block;
	width: 50%;
	position: relative;
	left: 5%;
	overflow: hidden;
}
#right_column {
	float: left;
	display: block;
	width: 20%;
	position: relative;
	left: 7%;
	overflow: hidden;
}


#footer {
	clear: both;
	float: left;
	width: 100%;
	color: #666;
	font-size: 12px;
	height: 100px;
	border-top: solid 1px #eee;
}
#footer a, #footer a:visited {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #c30;
}

#footer #footer_content {
	float: left;
	margin: 10px 15px 10px 30px;
}
#footer #footer_content p {
	margin-bottom: 3px;
}
#counters {
	clear: both;
	float: left;
	margin-left: 30px;
}

/* Blocks */
.block {
	float: left;
	display: block;
	width: 90%;
	padding: 7px 3%;
	overflow: hidden;
	color: #333;
	margin-bottom: 10px;
	
	background-color: #fff;
	border: solid 1px #eee;
}
.block_header h4{
	font-size: 16px; font-weight: bold; color: #c30; margin-bottom: 7px;
}
.block_content{
 font-size: 12px;
}
.block a, .block a:visited {
	color: #000;
	text-decoration: underline;
}
.block a:hover {
	color: #c30;
	text-decoration: underline;
}

.as_is {
	clear: both;
}




/* Content */
.content {
	float: left;
	display: block;
	width: 90%;
	padding: 7px 3%;
	background-color: #fff;
	overflow: hidden;
}

.content a, .content a:visited {
  text-decoration: underline;
}

.content a:hover {
	color: #c30;
}
.content p {
	text-align: justify;
}


.announce {
	float:left;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 7px;
}
.date {
	font-size: 12px;
	color: #aaa;
	margin-top: 5px;
	margin-bottom: 5px;
}
.rubric_link {

	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
}

.announce_photo {
	float: left;
	background: #000;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 1px;
}

.article_photo_wrap {
	float: left;
	background: #fff;
	margin-right: 20px;	
}

.article_photo {
	float: left; 
	background: #000;
	margin-bottom: 10px;
	padding: 1px;
}

.article_advert {
	clear: both;
	width: 130px;
	margin-bottom: 10px;
}

/* #CCCCCC */
.page_links {
	clear: both;
	font-size: 16px;
	background: #fff;
	width: 100%;
	padding: 5px 0 5px;
}

.page_link {
 display: block; font-size: 16px; font-weight: bold; background: #fff; float: left; border: 1px solid; border-color: #ccc; padding: 7px; margin: 0 3px 3px;
}
a.page_link, a:visited.page_link {
 color: #c30;
}

.read_also {
	float: left;
	width: 100%;
	padding: 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

.prev_next_article {
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ddf;
}

.red {
	color: #c30;
}

.subscribe_rss {
	float: left;
	width: 100%;
	padding: 10px;
	
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #e2d2ab;
	margin-bottom: 10px;
}

.fix {
	clear: both;
}

#info {
	background-color: #e2d2ab;
}



/* Äëÿ IE */
<!--[if IE]>


<![endif]-->
