@charset "UTF-8";
body {
	font-family: 'Open Sans', normal;
	font-size: 14px;
	color: #000;
	background-color: #666363;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
}
#wrap {
	width: 1070px;
	background-image: url(../img/books_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 737px;
}
a#home {
	display: block;
	height: 60px;
	width: 250px;
	background-repeat: no-repeat;
	background-position: left top;
}
#services {
	height: 600px;
	width: 275px;
	float: left;
	margin-top: 5px;
	display: block;
	padding-left: 30px;
	padding-top: 60px;
	font-size: 14px;
	color: #90a697;
	padding-right: 40px;
}
#services ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#services ul li {
	display: block;
	margin-bottom: 5px;
}
#services ul li a {
	text-decoration: none;
	color: #000;
}
#services ul li a:hover {
	color: #F2D281;
}
#content {
	display: block;
	float: left;
	width: 670px;
	height: 640px;
	margin-top: 5px;
	padding-bottom: 20px;
	text-align: justify;
	padding-left: 15px;
}
#content #desk {
	padding-left: 25px;
	padding-right: 50px;
	display: block;
	width: 595px;
	padding-top: 10px;
	float: left;
}
#menu {
	display: block;
	height: 34px;
	width: 659px;
	float: left;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#languages {
	display: block;
	height: 90px;
	width: 30px;
	float: left;
	margin-top: 45px;
}
a#bg-languages {
	display: block;
	height: 165px;
	width: 30px;
	float: left;
	margin-top: 45px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a#en-languages {
	display: block;
	height: 165px;
	width: 30px;
	float: left;
	margin-top: 45px;
	background-image: url(../img/en.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#Copyright {
	text-align: center;
	width: 910px;
	color: #B5AE6D;
	clear: both;
	font-size: 11px;
	display: block;
	padding-bottom: 25px;
}
#Copyright a {
	color: #B5AE6D;
	text-decoration: none;
}
#Copyright a:hover {
	color: #CCC;
}
h1 {
	font-size: 24px;
	padding: 0em;
	clear: both;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
