/*#######################################################################
Menu     #FFD700
#######################################################################*/
#keret {
    width:1000px; height:262px;
	position:relative;
	margin-left:auto; margin-right:auto;
	background-color:none;
	
}
#menu {
    position:absolute; right:15px; bottom:-5px;
	overflow:hidden;
}
#menu li {
    display:inline;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#menu a:link, a:visited {    
	padding-right:6px; padding-left:6px;
	border-right:1px solid #fff;
	font-family:"Verdana"; font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	width:250px;
}
#menu a:hover, a:active {
    color:orange;
}

/*######################################################################
Left menu
######################################################################*/

.cim {
    background-color:none;
	position:relative;
	width:220px;
    margin-left:20px; border-bottom:1px dotted #bbb; padding-bottom:3px;
	color:orange;
	font-weight:bold; font-family:"Verdana"; font-size:14px;
}
.cim1 {
    background-color:none;
	position:relative;
	width:720px;
    margin-left:20px; border-bottom:1px dotted #000; padding-bottom:3px;
	color:orange;
	font-weight:bold; font-family:"Verdana"; font-size:14px;
}
.cim2 {
    background-color:999;
	position:relative;
	width:720px;
    margin-left:20px; border-bottom:1px dotted #bbb; padding-bottom:3px;
	color:orange;
	font-weight:none; font-family:"Verdana"; font-size:24px;
}
ul {
    color:#000;
}
.left-menu ul{
    margin:0px; padding:0px;
	color:#000;
}
li.left-menu {
    display:block;
    margin:0px; padding:0px;
	color:#000;
}
a.link1:link {
    text-decoration:none;
	color:#000;
	font-family:"Verdana"; font-size:12px;
}
a.link1:hover {
    text-decoration:underline;
}
img {
    margin-left:25px;
	position:relative;
}
/*######################################################################
Right
######################################################################*/
.text {
    background-color:999;
	font-family:"Verdana"; font-size:12px;
	color:#000;
	margin-left:20px; margin-top:20px;
	text-align:justify;
}
.text1 {
    background-color:white;
	font-family:"Verdana"; font-size:12px;
	color:#000;
	margin-left:20px; margin-top:20px;
	text-align:justify;
}
img#bio {
    float:right;
	margin-bottom:5px; margin-left:15px;
}
#par {
    position:relative;
	width:720px;
	background-color:none;
}
img#kep {
    position:relative;
	left:200px;
}