body{
	margin:0;
	padding:0;
	background: #fff 
	

}
/*layout*/
 #content_main {
	width: 1000px;
	margin: 0 auto;
  }
 .fl_left{
	 float: left;}
 	  .fl_right{
	 float: right;
	 }
	 #lang {
 
	 margin-top: 30px;
	 display:none
 	 
	 } 
 #header {
	 height:158px} 
	 
 #content_in {
	height:474px }  
	 #menu {
		 float: left;
		 width: 280px;
		 margin-top: 60px;
		 margin-left: 10px
	 }  
	  #menu img {
		  display:block}
	
#text {
	float: left;
	margin-left:90px;
	position: relative;
	width:591px;
	height:444px;
	background:url(../images/popup.png) no-repeat top right}
	
	#text p {
		font-size: 24px;
		font-style:italic;
		line-height: 28px}
#close {
 
	position: absolute;
	z-index: 100;
	top: 5px;
	right: 25px;
	
	 }
	 
.title	 {
	margin: 15px 0 5px 30px;
	display:block}
.title_2 {	margin: 5px 0 5px 30px;
}

.blog_1 {
	margin: 5px 0;
	border-bottom:1px solid #d0c9b7;
	padding: 10px 0;
	
 	 }
	 
.line_1 {
	border-bottom:1px solid #d0c9b7}
	
.blog_2 {
	margin: 15px 0;}	
	
	
	.pic_2 {
		float: left;
		margin-right: 10px}
		
		.col1{
			float: left;
			width: 125px;}
			.col2 {
				float: left;
				width: 350px}
				.col2 p{
					margin:0;
					padding:0;}
					.soc {
						width: 300px; 
						margin-top: 8px;
						float: right
						}
					.copy {
						margin-top:115px;
						padding-right: 55px;
						text-align:right}
		 #footer {
	 }  
.clear {
clear:both;
}
  
	#content-container {	float: left;
 	width: 100%;
}
	 
	 #content {
		 margin: 0 auto;
		 width:1152px}
		 

input, select {
width:170px;
height: 26px;
border: 1px solid #d2d6d9;
background: white url(../images/form_background.png) repeat-x top;

   color: #444343;
   line-height:20px;
 margin: 4px 0 10px 0;
 vertical-align:middle;
 padding-left: 4px;

}

form{
	
	margin : 0px;
	padding : 0px;
}

textarea {

width: 270px;
border: 1px solid #d2d6d9;
background: white url(../images/form_background.png) repeat-x top;
 color: #444343;
line-height:16px;
margin: 4px 0 4px 0;
overflow:auto;
padding: 4px;
}

  
input:hover, textarea:hover,
input:focus, textarea:focus {
-moz-box-shadow:0 0 12px #3caede;
	-webkit-box-shadow:0 0 12px #3caede;
	box-shadow:0 0 12px #3caede;
} 
  