* {
    margin:0;
    padding:0;
}
img{
    border:none;
}
body {
    background:white;
    color:#666666;
    text-align: justify;
    font-family: "Conduit ITC", Arial, Helvetica, sans-serif;
    font-size:11px;
}
.hiddenPic {display:none;}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #777777;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#wrap{
    text-align:justify;
}

/*CV*/
#cv_top{
    width:800px;
    margin-bottom:20px;
}
#cv_left{
    width:390px;
    display:inline;
    float:left;
}
#cv_right{
    width:390px;
    margin-left:20px;
    float:left;
}
/*CV SLUT*/

#p_wrap{

}
#p_left{
    width:400px;
    display:inline;
    float:left;
}
#p_right{
    width:400px;
    text-align:right;
    float:left;
}
#p_right_text{
    width:400px;
    text-align:justify;
    float:left;
}
#clear{
    clear:both;
}







