body {
background-color:#F0F2F2;
overflow:auto;
margin:0px;


}


div{
font-family:verdana,arial; 
color:gray;
}

h1{
font-family:verdana,arial; 
font-size:9px;
color:gray;

}

#header{
position:relative;
height:140px;

background-color:#000;

background-image:url(../img/elements/top.jpg);
background-repeat:no-repeat;
background-position:0 40px;
border-bottom:1px solid gray;
border-top:3px solid gray;
}


#content{
position:relative;
}



.about,
.social,
.cv{
position:absolute;
    filter:alpha(opacity=1); 
    -moz-opacity:0.7; opacity:0.7;
    -khtml-opacity: 0.7; ); 
		-moz-border-radius:4px;
	  -webkit-border-radius:4px;
	  border-radius:4px;
    
    padding:9px;
    font-size:13px;
background-color:#fff;
}

.linkerEmail{
color:#fff;
text-decoration:none;
}
.linkerLinks{
color:#000;
text-decoration:none;

}


.about{
left:200px;
top:40px;
background-color:#fff;
height:340px;
width:515px;

}
.social{
left:200px;
top:40px;

height:340px;
width:220px;

}

.cv{
left:480px;
top:40px;

height:340px;
width:220px;
}


.boxTopInfo{
float:left;
width:440px;
}
.boxTopInfoInner{
float:right;

margin-top:16px;

font-size:10px;
font-family:verdana;
font-weight:700;
}



.boxTopMenu{
float:right;
margin-top:16px;
width:470px;
margin-right:54px;
}



.cellTopMenu{
float:right;
text-align:center;
margin-right:4px;
padding-left:8px;
padding-right:8px;
height:14px;
background-color:#C37B75;
color:#fff;
font-size:10px;
font-family:verdana;
font-weight:700;
letter-spacing:3.5px;

}


.boxLeft{

float:left;

width:1000px;



}

.boxRight{

float:left;

width:200px;

overflow:hidden;
}




.boxHeader{
overflow:hidden;
width:300px;
height:14px;
letter-spacing:2px;
background-color:#C00000;
font-size:9px;
color:#fff;

}

