#nav a{
	color: #c02e2e;
}
#nav a:hover {
	color: #000;
}

#content h1 {
	color: #C02e2e;
}

#content h2 {
	color:#c02e2e;
	}

#sidebar_left_contain {
height: 354px;
background: #fff;
display:none;

}


#sidebar_right_contain {
height: 354px;
display: none;
}

#content_block_top { text-align: left;}
#content_block_left {
 width: 78%;

}

#content_block_right {
 float: left;
 width: 18%
}