body {
	margin:0;
	padding:0;
	font-family:'Ubuntu', sans-serif;  
	font-size:12px;
	background:url('images/left_back.gif');
}

a:link, a:visited, a:active {color:#ff6600;}
a:hover {text-decoration:underline; color:#ff4800;}

.content {
	font-family:'Ubuntu', sans-serif;
	font-size: 12px;
	color:#232323;
}
.content h1 {
	font-size:17px;
	font-weight:400;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	color:#ff4800;
}
.text {
	color: #232323;
}
.soodus {
	font-size: 13px;
	color: #EC0000;
}
.content ul {list-style-type:none; line-height:20px;}
.content ul li {padding-left:15px; background:url('images/bullet-round.png') no-repeat 0 7px;}
.content p {font-size:15px; font-weight:400;}

.images {
	width:700px;	
}
.pic {
	float:left;
	width:150px;
	margin-right: 10px;
}
.pic img {
	box-shadow: 1px 2px 3px 0px #999;
}