@charset "UTF-8";
/* CSS Document */

div#logo	{
	background:url(../images/obolenskys_home.png) no-repeat left;
	height:195px;
	width:313px;
	float:left;
	}
	
div#main_box	{
	clear:both;
	border:#032D69 1px solid;
	margin:0 5px 10px 5px;
	height:1240px;
	}	

div#text	{
	width:500px;
	}

div#content	{
	float:left;
	width:540px;
	font-size:1.6em;
	padding:30px 10px 10px 10px;
	}

.highlight	{
	font-style: italic; 
	font-weight: bold;
	}
	
.light_blue {
color: blue;
}

.red {
color: red;
font-style: italic; 
font-weight: bold;
}