html{
	background-repeat: no-repeat;
	background-position: top right;
}

body {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	color: black;
}

a {
	color: black;
	text-decoration: none;
}

#container {
	width: 760px;
	margin: 0 auto;
}

#header {
	width: 760px;
	height: 150px;
	margin-bottom: 20px;
}

#menu {
	width: 230px;
	float: left;
}

#content {
	width: 530px;
	float: left;
}

#footer {
	width: 760px;
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 30px;
}

/* HEADER */

#header h1 {
	width: 100%;
	height: 100%;
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header h1 span {
	display: none;
}

/* MENU */

#menu li {
	width: 100%;
	height: 60px;
}

#menu a {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}

#menu a span {
	display: none;
}

#menu a.portfolio {	background-image: url('../img/portfolio-off.jpg'); }
#menu a.portfolio:hover {	background-image: url('../img/portfolio-on.jpg'); }

#menu a.books {	background-image: url('../img/books-off.jpg'); }
#menu a.books:hover {	background-image: url('../img/books-on.jpg'); }

#menu a.curriculum-vitae {	background-image: url('../img/cv-off.jpg'); }
#menu a.curriculum-vitae:hover {	background-image: url('../img/cv-on.jpg'); }

#menu a.contacts {	background-image: url('../img/contacts-off.jpg'); }
#menu a.contacts:hover {	background-image: url('../img/contacts-on.jpg'); }

#menu a.blog {	background-image: url('../img/blog-off.jpg'); }
#menu a.blog:hover {	background-image: url('../img/blog-on.jpg'); }

/* WORKS */

#works-container li {
	float: left;
	width: 70px;
	height: 70px;
	margin: 8px;
}

#works-container a {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #a00e0e;
	padding: 2px;
}

.work-content {
	display: none;
}

/* CV */

.flag {
	float: left;
	height: 100px;
}

.text {
	padding: 5px 0 5px 60px;
}

.download {
	padding-left: 60px;
}

.download a {
	color: #a00e0e;
}

.download a:hover {
	text-decoration: underline;
}

#ita {
	margin-top: 10px;
}

#ita, #eng {
	font-size: 14px;
}

/* CONTACTS */

p#contact-mail {
	margin-top: 60px;
}

p#contact-mail span {
	display: none;
}

/*
a.contact-mail {
	display: block;
	width: 100%;
	height: 61px;
	background-image: url('../img/mail.jpg');
	background-position-x: 235px;
	background-position-y: 0;
	background-repeat: no-repeat;
}

a.contact-mail span {
	display: none;
}
*/
