@charset "utf-8";
/*-----------------------------------TAG DEFINITIONS-------------------------------------------*/

body{
	background: #FFFFFF;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif; font-size:0.9em;color: #425a7c;
	line-height: 1.5;
}

h1{ font-size:1.4em;}
h2{ font-size:1.2em;}

a:link 	{ color: #bb2320; text-decoration: underline;	}
a:visited { color:  #8ca702; text-decoration: none;  }
a:hover { color:  #bb2320; text-decoration: none;}

img{border:0; vertical-align:middle;}

/*-----------------------------------ID DEFINITIONS-------------------------------------------*/

#container{
	width:727px;
	margin: 0 auto;
	background:url(../images/icd_page_layout/container-bg.gif) repeat-y right;
}
#logo_tel_aviv_wrapper{position:relative; width:600px; margin: 0 20px 0 0;}
#logo_tel_aviv { position:absolute;}

#content{ width:600px; margin: 0 20px 0 0;}

h1.page_title{ text-align:center;}

#sidebarLeft{
	width:88px; 
	float:left;
	padding:0 0 0 3px;
}

#print{ float:right; clear:both; margin: 0 20px 0 0;}
#about{ margin: 40px 2px 0 0px;}
#bottom{
	clear:both;
	text-align:center;
	padding:20px 0 0 0 ;
	background:url(../images/icd_page_layout/bottom-bg.gif);
}


