body {
    font-family: Arial, Helvetica, sans-serif;
    background: #8f8275;
    font-size: 11px;
	width: 800px;
	margin-top: 25px;
    margin-left: auto; 
    margin-right: auto; 
	margin-bottom: 420px;
}

.header {
	width: 800px;
	height: 218px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

.txt_name {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.txt_header {
	width: 200px;
	height: 90px;
	margin-top: 117px;
	margin-left: 186px;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.txt_title {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.txt_info {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.txt_info_color {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #191853;
}

.txt_skills {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #191853;
}

.txt_skills_off {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: ##969696;
}

.school {
	width: 800px;
	height: 148px;
	background-image: url(../images/bg_infos.jpg);
	background-repeat: no-repeat;
}	

.works {
	width: 800px;
	height: 248px;
	background-image: url(../images/bg_work.jpg);
	background-repeat: no-repeat;
}	

.skills {
	width: 800px;
	height: 176px;
	background-image: url(../images/bg_skills.jpg);
	background-repeat: no-repeat;
}

.portfolio_left {
	float:left;
	width: 26px;
	height: 298px;
	background-image: url(../images/bg_portfolio_left.jpg);
	background-repeat: no-repeat;
}

.portfolio_right {
	float:left;
	width: 324px;
	height: 298px;
	background-image: url(../images/bg_hobbies.jpg);
	background-repeat: no-repeat;
}

.portfolio_bottom {
	float:left;
	width: 800px;
	height: 89px;
	background-image: url(../images/bg_portfolio_bott.jpg);
	background-repeat: no-repeat;
}


/* ------ mobilyslider
-----------------------------------------------*/

#content {

width:800px;
/*margin:-298px 26px 0;*/
}

.slider {
float:left;
width:450px;
height:298px;
position:relative;
/*padding-bottom:26px;*/
}

.sliderContent {
float:left;
width:450px;
height:298px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:88%;
margin-top:-11px;
}

.prev {
background-position:0 0;
left:5px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:5px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:450px;
height:298px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}
