*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
   min-width: 1000px;
	background: #fff;
	font-family: sans-serif;
	font-size: 11px;
}

a {
     text-decoration: none;
     color: #376223;
}
a:hover {
     text-decoration: underline;
	  color: #000;
}
table {
     border-collapse: collapse;
     border: none;
}
table td {

     vertical-align: top;
     padding: 5px;
     border: none;
}
table.visible td {
     border: 1px solid #7f7f7f;
}
p {
     padding-bottom: 5px;
}
ul {
     list-style: none;
}

ul ul {
     padding-left: 10px;
}

ul, ol {
     list-style-position: inside;
     padding-bottom: 10px;
     padding-top: 5px;
}
ul li, ol li {
     background: url(/@/img/arr.gif);
	  background-position: left;
	  background-repeat: no-repeat;
	  padding-left: 5px;
     padding-bottom: 4px;
}

hr{
	color:#ccc;
}


h1, h2, h3, h4{
   font-family: sans-serif;
	padding-bottom: 10px;
	font-weight: normal;
	color:#000;
}

h4{
	font-size: 16px;
	font-weight: bold;
}


#wrapper {
	height: 100%;
	width: 100%;
	min-width: 1000px;
}

#clear{
	clear: both;
}

.line{
   border-top: 1px solid #ccc;
	height: 5px;
	clear:both;

}





/*---------------------- head -------------------------*/

#head{
	height: 100px;
   background: #FFF8DE;	
}

       #logo{
       	padding: 25px 20px;
			float: left;
       }
		 
		 .boxhead{
		 	padding: 40px 30px;
			font-size: 18px;
			width: 600px;
		 }


/*---------------------- conteiner -------------------------*/

#container{
 	float:left;
	width:100%;
	margin:0 -200px 0 0;
	border-top: 1px solid #ccc;
	}
			#out{
			     margin:0 200px 0 0;
				  }
			#in{
			    width:100%;
				 }

			#center{
			    float:right;
				 width:100%;
				 margin:0 0 0 -202px;
				 border-right: 1px solid #ccc;
				 font-size: 12px;
				 }
				 
						#center .content{
						      margin:0 0 0 200px;
								padding:10px;
								}
								
																
									#boxtext{
										padding: 2px 30px;
									}
									
											#boxtext #text{
												padding-bottom: 15px;
												padding-top: 10px;
											}
									
													#boxtext #text span{
															padding-right: 50px;
													}
									
									.h4{
										padding-left: 0px;
									}
									/*
									.news{
										padding-bottom: 12px;
									   
									}
																								
									
									*/
									.news{
										clear: both;
									}
									
									.date{
										float: left;
									}
									.box2{
										margin-left: 40px;
										float: left;
										padding-bottom: 10px;
									}
								

			#left{
				float:left;
				width:200px;
				background: #FFF8DE;
				border-right: 1px solid #ccc;
				}
						#left .content{
									padding:10px;
									}

			#right{
			   border-top: 1px solid #ccc;
				float:right;
				width:200px;
				background: #FFF8DE;
				}
						#right .content{
									padding:10px;
									}

/*---------------------- footer -------------------------*/									
									
#footer{
	height:100px;
	width: 100%;
   border-top: 1px solid #ccc;
}


			#footer .content{
				padding:10px;
			}
			
#promo3{
	padding-bottom: 15px;
}