@charset "utf-8";
/* CSS Document */

* { 
	margin: 0; 
	padding: 0;
}

html, body {
	margin: 0; 
	padding: 0;
	background: url('images/bg.jpg');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333; 
}

.wrap {
	width: 800px;
	height: 639px;
	margin: 0 auto;
}

.wrapleft {
	width: 579px;
	height: 521px;
	float: left;	
}

.wrapright {
	width: 221px;
	height: 521px;
	float: left;
}

.header {
	width: 579px;
	height: 156px;
}

.bgleft {
	width: 86px;
	height: 365px;
	overflow: hidden;
	float: left;
}

.main {
	width: 493px;
	height: 365px;
	float: left;
	background: url(images/bg_main.jpg) bottom center no-repeat;
}

.menu {
	width: 493px;
	height: 68px;
}

.content {
	width: 493px;
	height: 297px;
	overflow: auto;
}

.portret {
	width: 221px;
	height: 317px;
	overflow: hidden;
}

.portret a {
	width: 221px;
	height: 317px;
	background: url(images/portret.png) top left no-repeat;
	display: block;
}

.portret a:hover {
	background-position: bottom left;
}

.bgright {
	width: 221px;
	height: 204px;
	overflow: hidden;
}

.footer {
	width: 800px;
	height: 118px;
}




/* Menu
================================ */

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 493px;
	height: 68px;
	background: url(images/menubg.png) top center no-repeat;
	position: relative;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	border: none;
}

#menu a:hover { 
	background-position: left bottom; 
}

#menu a:hover span { display: block; }

#menu .home {
	width: 129px;
	height: 56px;
	background: url(images/menu_home.png) no-repeat;
	left: 109px;
	top: 0px;
}

#menu .portfolio {
	width: 121px;
	height: 56px;
	background: url(images/menu_portfolio.png) no-repeat;
	right: 133px;
	top: 0px;
}

#menu .contact {
	width: 133px;
	height: 56px;
	background: url(images/menu_contact.png) no-repeat;
	right: 0px;
	top: 0px;
}