/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(../../cv_section/images/mainbg.jpg) 0 0 repeat-x #fff;
	color:#707070;
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div, p, ul, h2, h3, img{padding:0px; margin:0px;}
ul{list-style-type:none;}

/*----cv body----*/
#cvbody{width:100%; background:#fff; color:#8D8D8D; float:left; padding:42px 0 0; clear:both;}

#columns{
	width:156px;
	position:relative;
	margin:0 auto 0 auto;
	background:#fff;
	color:#8D8D8D;
}
/*---left column----*/
#leftcolumn{
	width:156px;
	float:left;
}
#leftcolumn p{padding:0 0 20px 0;}
#leftcolumn p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:32px 0 0;}
#leftcolumn p.blacktext{background:#fff; color:#000; padding:0 0 12px 0;}
#leftcolumn p.dotline{
	width:156px;
	padding:0 0 12px 0;
	background-image: url(../images/cv_resume_images/dot.line.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#leftcolumn p.more{margin:0 0 40px 0px; padding:0px;}
#leftcolumn p.more a{display:block;width:79px; height:28px; background:url(../../cv_section/images/redbutton.gif) 0 0 no-repeat #fff; color:#111; font-size:15px; line-height:28px; text-decoration:none; padding:0 0 0 10px;}
#leftcolumn p.more a:hover{background: url(../../cv_section/images/bluebutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#leftcolumn ul{width:156px; padding:0 0 20px 0;}
#leftcolumn ul li{width:156px; height:20px;}
#leftcolumn ul li a{width:140px; height:20px; background:url(../../cv_section/images/arrow1.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#leftcolumn ul li a:hover{background:url(../../cv_section/images/arrow2.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}


#leftcolumn ul.block{width:156px; height:151px; display:block; padding:0px;}
#leftcolumn ul.block li{width:156px; height:151px;}
#leftcolumn ul.block li a{
	width:146px;
	height:145px;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 0 0 10px;
	background-color: #FCFCFC;
	background-image: url(../images/copyright_icons/copyright_normal.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#leftcolumn ul.block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #FCFCFC;
	background-image: url(../images/copyright_icons/copyright_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/*---/left column----*/


/*---right column----*/
#rightcolumn{
	width:156px;
	float:right;
}
#rightcolumn p{padding:0 0 20px 0;}
#rightcolumn p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:32px 0 0;}
#rightcolumn p.blacktext{background:#fff; color:#000; padding:0 0 12px 0;}
#rightcolumn p.dotline{
	width:156px;
	padding:0 0 12px 0;
	background-image: url(../images/cv_resume_images/dot.line.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#rightcolumn p.more{margin:0 0 40px 0px; padding:0px;}
#rightcolumn p.more a{display:block;width:79px; height:28px; background:url(../../cv_section/images/bluebutton.gif) 0 0 no-repeat #fff; color:#111; font-size:15px; line-height:28px; text-decoration:none; padding:0 0 0 10px;}
#rightcolumn p.more a:hover{background: url(../../cv_section/images/redbutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#rightcolumn ul{width:156px; padding:0 0 20px 0;}
#rightcolumn ul li{width:156px; height:20px;}
#rightcolumn ul li a{width:140px; height:20px; background:url(../../cv_section/images/arrow1.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#rightcolumn ul li a:hover{background:url(../../cv_section/images/arrow2.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}

#rightcolumn ul.block{width:156px; height:151px; padding:0px;}
#rightcolumn ul.block li{width:156px; height:151px;}
#rightcolumn ul.block li a{
	width:126px;
	height:145px;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FCFCFC;
	background-image: url(../images/cv_icons/cvhebrew_normal.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightcolumn ul.block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #FCFCFC;
	background-image: url(../images/cv_icons/cvhebrew_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*---/right column----*/
