body{
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma;
	font-size: 13px;
	color: #fff;
	background: #54768b url(../images/background3.jpg) top center repeat-y;
	border: solid 1px green;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:hover, a:visited{
	text-decoration: none;
	color: #fff;
}
.clear{
	clear: both;
}
#warp{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg) top center no-repeat;
}
#subwarp{
	width: 1004px;
	height: auto;
	margin: 0 auto;
}
	#header{
		width: 809px;
		margin: 0 auto 0 auto;
		height: 56px;
		padding: 10px 0px;
		background: url(../images/title.png) no-repeat;
	}
	#headerMenu1{
		width: 809px;
		margin: 0px auto 0px auto;
		height: 30px;
		
	}
	#headerMenu2{
		width: 809px;
		margin: 0px auto 10px auto;
		height: 40px;
		
	}
	#headImg{
		width: 817px;
		height: 275px;
		padding-bottom: 15px;
		margin: 0 auto;
	}
		#langs{
			width: 205px;
			height: 20px;
			position: relative;
			left: 572px;
			top: 269px;
			background: #fff;
			color: #343f46;
			line-height: 20px;
			padding-left: 20px;
			padding-right: 20px;
		}
		#langs a, #langs a:hover, #langs a:visited{
			color: #343f46;
		}
	#content{
		width: 817px;
		height: auto;
		margin: 0 auto;
	}
		#ulLeft{
			width: 189px;
			text-align: right;
			float: left;
		}
		.menuLeft{
			/*letter-spacing: 3px;*/
			line-height: 23px;
			padding: 5px 0px;
		}
	.separator{
		width: 1px;
		height: 150px;
		background: url(../images/dots.jpg) top center repeat-y;
		margin-left: 15px;
		margin-right: 15px;
		float: left;
	}
	#info{
		width: 415px;
		padding-top: 7px;
		line-height: 25px;
		float: left;
	}
		.title{
			line-height: 20px;
			text-transform: uppercase;
		}
			.line1{
				font-weight: bold;
				font-family: Trebuchet MS, Georgia;
				font-size: 20px;
			}
			.line2{
				font-weight: normal;
				font-family: Trebuchet MS, Georgia;
				font-size: 20px;
			}
		.text{
			width: 415px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
			#pics{
				width: 150px;
				height: auto;
				margin-right: 1em;
				float: left;
			}
				#pics img{
					margin-bottom: 5px;
				}
			#extras{
				padding-left: 15px;
			}
				#extras li{
					list-style: circle;
				}
	#contacts{
		width: 150px;
		padding-top: 7px;
		line-height: 25px;
		float: left;
	}	
#footer{
	clear: both;
	width: 100%;
	height: 150px;
	background: #55758c; 
}
	#innerFooter{
		width: 960px;
		height: 90px;
		margin: 0 auto;
		margin-top: 5px;
		position:absolut;
		
	}
	
		#ulDown{
			width: 520px;
			padding-top: 10px;
			padding-left: 225px;
			margin: 0 auto 0 60px;
			
		}
		.menuDown{	
			text-transform: uppercase;
			padding-left: 1em;
			padding-right: 1em;
			display: inline;
			border-right: 1px solid #FFF;
			float: left;
		}
		#copyrights{
			width: 400px;
			padding-top: 0px;
			padding-right: 98px;
			text-transform: uppercase;
			text-align: right;
			float: right;
		}
		.logo{position:absolut;
		      float:left;
			  left:44px;
			  }
	    .photo{position:absolut;
		      float:right;
			  }
.headerButton{
	padding: 5px;
	border-bottom: 2px solid #BC181F;
	float: left;
	margin-right: 13px;
}
.headerButton:hover{
	padding: 5px;
	border-bottom: 2px solid #FFF;
	float: left;
	margin-right: 13px;
}
.headerButton2{
	padding: 5px;
	border-top: 2px solid #CD7B25;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}
.headerButton2:hover{
	padding: 5px;
	border-top: 2px solid #FFF;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}