@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background-color: #E6FAFC;
	color:#000;
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:14px;
}
h2, h3
{color:#CE42AD;
text-align:center;
padding-left:5px;}

h1{font-size:16px;}

a:link{color:#000; text-decoration:none;}
a:visited{color:#000; text-decoration:none;}
a:active{color:#CC0000;text-decoration:none;}
a:hover{color:#CC0000;text-decoration:none;}

#header_bg{
	width:100%;
	background-image:url(/images/bg-head.jpg);
background-repeat:repeat-x;}

div.header{
margin:0px auto;
height:173px;
width:707px;
}
div.header img{
	display:block;
	margin:0px auto;}




.content{
	width:100%;
	}

#toplist{
clear:both;
overflow:hidden;
}

ul.spisok_2{
list-style-type: none;
text-align:left;
margin-left:5px;
}

div.column
{float:left;
margin:15px;
width:180px;
font-size:14px;}	

ul.text_a{
clear:both;
overflow:hidden;
list-style-type: none;
text-align:left;
padding-left:10px;
}

div.text_li{
float:left;
margin:5px;
width:460px;}

#footer_bg{

	background-image:url(/images/bg-footer.jpg);
	background-repeat:repeat-x;}
.footer{
	clear:both;
	overflow: hidden;
	width:324px;
	height:94px;
	font-size:12px;
	color:#000;
	margin:0 auto;
	
	}


.footer-text{ 
width:100%;
margin:0 auto;
text-align:center;
clear:both;
overflow: hidden;
}
	
/*for pictures.html*/
.pictures{
width: 100%;}

.pictures img{
border:1;
border-color:#FF0000;
margin:2px;
width:180px;
height:240px;}

.clear { clear: both; background: none; }

