@charset "utf-8";
/* CSS Document */

@import 'style.css';

html, * {
	margin: 0;
	padding: 0;
}
body {
	/*background: url(../images/background.gif);*/
  	background: url(../images/tapeta.jpg);	

	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#curl {
	position:fixed;
	_position:absolute; 

	top:0;
	right: -1px;
	z-index: 6;
}

#line {
	width: 100%;
	height: 31px;
	margin-top: 193px;
	background: url(../images/line.gif) repeat-x;
	position: absolute;
	z-index: 5;
	text-align:left;
}
#wrapper {
	font-size: 1em;

}
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: url(../images/wrapper_background.jpg) repeat-y left -35px;
	
}
#logo {
	padding-left: 27px;	
	margin-top: 147px;	
	position: relative;
	z-index: 6;
	
}
#left {
	background: url(../images/left_image.jpg) no-repeat left top;
	width: 205px;

	margin: 0 26px  0 6px;
	float: left;
}
	#left_content {
		margin: 330px 0 150px;
		color: #fff;
		text-align: center;
	}
	#left_content h3 {
		border: none;	
	}
#right {
	width: 735px;
	float: left;	
}
#banner {
	height: 85px;	
}
#menu {
	height: 117px;

	background: url(../images/menu_image.jpg) no-repeat left top;
}
#menu, #footer {
	width: 705px;
	padding: 0 15px;	
	margin-left: 1px;
}
	#menu ul {
		list-style: none;
	}
	#menu li {
		float: left;

	}
	#menu li:last-child a {
		background: none;	
	}
	#menu a{
		display: block;
		height: 117px;
		width: 70px;
		line-height: 117px;
		vertical-align: middle;
		padding: 0 20px;
		text-align: center;
		background:url(../images/menu_delimiter.gif) no-repeat right bottom;
		color: #c08e66;
		text-decoration: none;
	}
	#menu .active a, #menu a:hover {
		color: #fff;	
		text-decoration: none;
	}

	#search {
		display:block;
		float: right;
		height: 117px;
		width: 3px;

	}	
#content {
	background:  url(../images/content_background.jpg) repeat-y left top;
	width: 655px;

	padding: 60px 40px 40px;
	clear: both;
	text-align: left;
}
#footer {
	height: 120px;
	background:url(../images/footer.jpg) no-repeat left top;
	margin-bottom: 50px;
}

.clear { clear: both;}

