body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.skritiy {display:none}

#big_img {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}

* {
     margin: 0px;
     padding: 0px;
}

/* Main advertising block. All advertisings placed here in their own blocks */
.dao_block{
/*	height: 400px; /* Block maximum height */
	width: 500px; /* Block maximum width */
	background-color:#FFFFFF; /* Block background color */
	border-width: 1px; /* Block border width */
	border-color: #000000; /* Block border color */
	border-style: solid; /* Block border style: dashed, dotted, double, groove, inset, solid */
   	padding: 8px 12px 0px 12px; /* Block inner space */
	overflow: hidden; 
}

/* Advertisings blocks */
.dao_block li {
/*	float: left; /* Uncomment this for horizontal blocks arangement. */
	text-align:  left; /* Block text aligns: left, center, right */
/*	width: 200px; /* Fixed length. Uncomment for horizontal block arrangement*/
}

/* Title style */
.dao_title a:link, 
.dao_title a:visited {
   	display: block;
   	font-family: Verdana; /* Title font family */
   	color: #0000cc; /* Title font color */
   	font-size: 20px; /* Title font size */
   	font-weight: bold; /* Title font weight: bold, bolder, normal, lighter, 100-900 */
   	text-decoration: none; /* Title text decoration: blink, line-through, none, overline, underline */
   	padding: 0px 0px 0px 0px; /* Title spacing (top, right, bottom, left) */
}
.dao_title a:hover {
   	text-decoration: underline; /* hovered link underline */
}

/* Description style, all like title properties*/
.dao_description a:link, 
.dao_description a:visited {
   	display: block;
   	font-family: Arial; 
   	color: #000000; 
   	font-size: 16px;  
   	font-weight: normal; 
   	text-decoration: none; 
   	padding:0px 0px 0px 0px; 
}
.dao_description a:hover {
   	text-decoration: none; 
}

/* Url styles */
.dao_url a:link, 
.dao_url a:visited {
   	display:block;
   	font-family: Arial; 
   	color: #025ABC; 
   	font-size: 10px; 
   	font-weight: normal;  
   	text-decoration: underline; 
	padding:0px 0px 12px 0px; 
}
.dao_url a:hover {
   	text-decoration: none; 
}

.dao_block ul {
	list-style: none;
}