@import url("lib/reset.css");
@import url("lib/typography.css");    
@import url("lib/nav.css"); 

html, body
{
	height: 100%; 
	margin: 0;
	padding: 0;
}   
     
body
{
      
}   

a img {border: 0;}   
 
#wrap
{         
	position: relative;
	height: auto;    
	
	min-height: 100%;   
}                   

* html #wrap {height: 100%;}

#title
{
	text-indent: -9999px;
	background: #fff url("lib/img/danahzohar.jpg") 0 35px no-repeat;
	width: 600px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 235px;  
	z-index: 999;
	
}    

#content
{
    position: relative;
	width: 465px;
	top: 0;
	left: 235px;
	padding: 120px 25px 25px 0;       
    border-right: 1px solid #ccc;
}
 
#tq
{      
position: absolute;
top: 480px;
left: 30px;
width: 175px;
height: 400px;  
z-index: 999;
}     
  
#quotes
{
	position: absolute;
	left: 718px;    
	top: 120px;
	padding: 0 0 0 25px;
	width: 170px; 
	text-align: left;
    color: #555;
	
}   
 
#quotes p
{
	text-align: left;
}   

.special
{
	background: #F2E5EE;
	padding: 10px;  
	margin: 0 0 2em 0;
}
           
.video
{
	
} 

.vid
{
  position: relative;
	margin: 0  0 5px 0;
	height: 75px;
	background: #fff;
}         
 
.vid .play
{    
	width: 94px;
	height: 75px; 
	display: block;
	position: absolute;
} 
   
.vid .play span
{
	display: block;
  position: absolute;  
	width: 28px;
	height: 15px; 
  margin: 6px 0 0 6px;
	text-indent: -9000px;  
	background-color: transparent;
	background-image: url("lib/img/play.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.vid .img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 94px;
	height: 75px;
	background: #fff;
}                 

.vid .desc
{            
	position: absolute; 
	top: 0;
	left: 95px;
	font-size: 10px; 
	height: 75px;
	margin: 0 0 0 1px;
	padding: 0 5px; 
	line-height: 16px;
	width: 355px;
	background: #eee;
}

.art
{
	margin: 12px 0 25px 0;  
	clear: both; 
}

.art img,
.art .ltitle
{
  float: left;  
  margin: 0 12px 0 0; 
display: inline;
}                
     

.art p,
.art ul
{
	margin: 0 0 12px 120px;
} 

.cal p,
.cal ul
{
	margin: 0 0 12px 80px;   
	text-align: left;
}

.art p img
{
   float: none;
}

#footer
{
	font-size: 9px;
	position: absolute;
	bottom: 0px;
	left: 235px;   
	height: 30px;
	margin: 80px 0 0 0;
	color: #aaa;        

	
}
#footer  a
{
	color: #aaa;
}              

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }