
/* Containers Layout & Styling
-------------------------------------------------------------------- */

.middle_container
	{
	width				: 100%;
	position				: absolute;
	top				: 0px;
	left				: 0px;

	/*margin-left			: -389px;*/
	padding				: 0px;

	color				: #000000;

	background-color			: none;
	/*background-image		: url(middle_container.gif);*/
	/*background-position		: 50%;*/

	}

.header_container
	{
	margin				: 0px;
	padding				: 0px;
	color				: #000000;

	background-color			: none;
	/*background-image		: url(header_container.gif);*/
	/*background-position		: 50%;*/

	border				: none;
	}

.header_content
	{
	position				: relative;
	left				: 50%;
	width				: 760px;
	height				: 250px;

	margin-left			: -380px;

	padding				: 0px;

	color				: #000000;

	background-color			: none;
	background-image			: url(header_content.jpg);
	background-position		: 0 0;

	border				: none;
	}

.main_container
	{
	margin				: 0px;
	padding				: 0px;
	color				: #000000;

	background-color			: none;
	/*background-image		: url(header_container.gif);*/
	/*background-position		: 50%;*/

	}

.main_content
	{
	position				: relative;
	left				: 50%;
	width				: 760px;
	/*height				: 250px;*/

	margin-left			: -380px;

	padding				: 10px;

	color				: #000000;

	background-color			: none;
	/*background-image		: url(header_content.jpg);*/
	/*background-position		: 0 0;*/

	border-bottom			: 1px solid #999999;
	}



.columns_container
	{
	position: relative;
	left				: 50%;
	width				: 760px;
	float				: left;
	
	padding				: 0px;
	margin-left			: -380px;

	/*background-color			: none;*/
	background-image			: url(columns_container.jpg);
	background-position		: 0 0;

	}

.columns_sub_container_left
	{
	float				: left;
	width				: 580px;

	margin				: 0px;
	padding				: 0px;
	background-color			: none;
	}

.column_left_container
	{
	width				: 180px;
	float				: left;

	margin-left			: 0px;
	margin-right			: 0px;
	margin-top			: 0px;
	margin-bottom			: 0px;

	padding				: 0px;


	background-color			: none;
	background-image			: url(column_left_container.gif);
	background-position		: 0 0;

	}

.column_left_content
	{
	height				: 320px;

	margin-left			: 5px;
	margin-right			: 5px;
	margin-top			: 5px;
	margin-bottom			: 5px;

	padding				: 0px;

	background-color			: none;
	/*background-image		: url(column_left_content.gif);*/
	/*background-position		: 0 0;*/

	border				: none;
	}

.column_middle_container
	{
	width				: 400px;
	float				: right;

	margin-left			: 0px;
	margin-right			: 0px;
	margin-top			: 0px;
	margin-bottom			: 0px;

	padding				: 0px;

	background-color			: #F7F7F7;

	}

.column_middle_content
	{
	height				: 320px;

	margin-left			: 5px;
	margin-right			: 5px;
	margin-top			: 5px;
	margin-bottom			: 5px;

	padding				: 0px;

	background-color			: none;

	border				: none;
	}

.column_right_container
	{
	width				: 180px;
	float				: right;

	margin-left			: 0px;
	margin-right			: 0px;
	margin-top			: 0px;
	margin-bottom			: 0px;

	padding-top			: 0px;

	background-color			: none;
	background-image			: url(column_right_container.gif);
	background-position		: 0 0;

	}

.column_right_content
	{
	height				: 320px;

	margin-left			: 5px;
	margin-right			: 5px;
	margin-top			: 5px;
	margin-bottom			: 5px;

	padding				: 0px;

	background-color			: none;
	border				: none;
	}

.footer_container
	{
	margin				: 0px;
	padding				: 0px;
	color				: #000000;

	background-color			: none;
	/*background-image		: url(footer_container.gif);*/
	/*background-position		: 50%;*/

	border				: none;
	clear				: both;
	}

.footer_content
	{
	position				: relative;
	left				: 50%;
	width				: 760px;
	height				: 40px;
		
	margin-left			: -380px;	

	padding-top			: 10px;
	padding-left			: 5px;

	color				: #000000;

	background-color			: none;
	background-image			: url(footer_content.gif);
	background-position		: 50%;

	border				: none;
	clear				: both;
	}

.picture
	{
	width				: 170px;
	border				: none;
	margin-top			: 5px;
	margin-btm			: 5px;
	}

.picture_middle
	{
	width				: 390px;
	border				: none;
	margin-top			: 5px;
	margin-btm			: 5px;
	}


/* Html Defualt Tags Stying
-------------------------------------------------------------------- */
@font-face
	{
	font-family			: "MyFont"; 
	src				: url(http://www.myfont.co.il/ORENHAN0.eot)	
	}

body
	{
	margin				: 0;
	padding				: 0px;
	font-family			: arial;
	font-size			: 12px;

	background-color			: #FFFFFF;
	background-image			: url(body.gif);
	background-position		: 50% 0;

	color				: #333333;
	}
div
	{
	margin				: 0px;
	padding				: 0px;
	}
h1
	{
	font-family			: arial;
	font-size				: 12px;
	text-align				: left;
	color				: #333333;
	height				: 20px;

	margin				: 0px;
	padding				: 2px;

	/*background-color			:#FF6600;*/
	background-image			: url(h1_top.gif);
	background-position		: 0 0;
	}
h2
	{
	font-family			: arial;
	font-size				: 1px;
	text-align				: left;
	color				: #333333;
	height				: 5px;

	margin-top			: 0px;
	padding				: 0px;

	/*background-color			:#FF6600;*/
	background-image			: url(h1_btm.gif);
	background-position		: 0 0;
	}
p
	{
	margin				: 5px;
	text-align				: justify;
	}

p.left_column
	{
	height				: 180px;
	}

p.middle_column
	{
	height				: 180px;
	}

p.right_column
	{
	height				: 180px;
	}

table
	{
	font-family			: arial;
	font-size			: 12px;
	}

a:link	
	{
	color				: #333333;
	font-weight			: normal;
	text-decoration			: underline;
	}
a:visited
	{
	color				: #333333;
	font-weight			: normal;
	text-decoration			: underline;
	}
a:hover
	{
	color				: #333333;
	font-weight			: normal;
	text-decoration			: none;
	}

a.footer:link	
	{
	color				: #CCCCCC;
	font-size				: 10px;
	font-weight			: normal;
	text-decoration			: none;
	}
a.footer:visited
	{
	color				: #CCCCCC;
	font-size				: 10px;
	font-weight			: normal;
	text-decoration			: none;
	}
a.footer:hover
	{
	color				: #333333;
	font-size				: 10px;
	font-weight			: normal;
	text-decoration			: underline;
	}

.tn
	{
	position:absolute;
	top: 200px;
	left: 0; 
	width: 100px;
	font-size	: 1px;
	color	: #FFFFFF;
	}




