* {
		margin: 0px; 
		padding: 0px;
}


html {
		margin: 0px;
		padding: 0px;
		overflow: auto;
}

body 
{

		background-repeat: repeat-x;
		background-attachment: fixed;
		background-color: #fff45f;
		font: 7pt  Arial, Sans-Serif;
		color: #777;
		text-align: center;
}

.img_keret {
	bordercolorlight: #C0C0C0;
	border-style: double; 
	border-width: 3; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1;
	width: 30%;
	height: 30%;
	cursor: pointer;
} 

.img_keret1 {
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1;
	cursor: pointer;
} 

#menu 
{
	text-align: left;
	height: 28px;
}

p {
		font-size: inherit;
		line-height: 13pt;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 2px;

}

a:link   {color: #68B3F0; text-decoration: none; font-size: 1em;}
a:visited {color: #68B3F0; text-decoration: none; font-size: 1em;}
a:active {color: #68B3F0; text-decoration:underline; font-size: 1em;}
a:hover  {color: #006BC1; text-decoration: underline; font-size: 1em;}

a:link.read_more   {color: #68B3F0; text-decoration: none; font-size: 1em; font-style: italic; margin-left: 10px}
a:visited.read_more {color: #68B3F0; text-decoration: none; font-size: 1em; font-style: italic; margin-left: 10px}
a:active.read_more {color: #68B3F0; text-decoration:underline; font-size: 1em; font-style: italic; margin-left: 10px}
a:hover.read_more  {color: #006BC1; text-decoration: underline; font-size: 1em; font-style: italic;  margin-left: 10px}

a img { border: 0px red solid; }
a:hover img {border: 0px blue solid; }
a:visited img {border: 0px green solid; }


#page {	
		margin: 0px auto 0px auto;
		width: 720px;
		text-align: center;
		background-color: White;

}

.left_content
{
		background-color:inherit;
		width: 580px;
		font-size: 1.3em;
		float: left;
		padding: 10px;
		padding-top: 5px;
		text-align: justify ;
		
}


#right_content {

		float: right;
		width: 120px;
		padding: 5px;
		height: inherit;
}

#nav {
		padding: 10px 5px 10px 10px;
		font-size: 1.6em;
		line-height: 16pt;
		color: #bbb;
		text-align: right;
		border: dotted 1px gray;
		background: #fafafa;

}

#news_box {
		padding: 5px 5px 5px 5px;
		text-align: left;
		background: #FFD42B;
		color:Black;
		font: bold 8pt  Verdana, Sans-Serif ;
		
}

#bejarat {
		padding: 5px 5px 5px 5px;
		text-align: left;
		background: #fafafa;
		border: dotted 1px;
}

#address {
		color: #888;
		padding: 30px 10px 0px 0px;
}

#map {
		padding: 10px 10px;

}

#igazgyongy {
		padding: 10px 10px;
}

#ofsted {
		padding: 40px 0px 40px 0px;
}

.clear {
		clear: both;
}

h2 span {
		display:none
	
}


