/*		*/
body,p,ul,li,h1,h2,div {
  margin: 0px;
  padding : 0px;
}

html {
    height:100%;
}


body { 
  background-image: url(t_sima.gif);
  background-repeat repeat;
  text-align: center;
  height: 100%;
}



a:link {
  color:#ffffff;
  text-decoration: underline;
}
a:visited {
 color: #a9a9a9;
  text-decoration: underline;
}
a:hover {
  color: #00008d;
  text-decoration: underline;
 background-color:#ffff00;
}
a:active {
  color:#ffa500;
  text-decoration: underline;
}


* html div#back {
    height:100%;
}

div#back {
 text-align: center;
 width: 160px;
 float: right;
 border-left: 4px solid #d3d3d3;
 background-image: url(sima-bl.gif);
 position: relative;
 min-height: 100%;
}

body > #back {
        height: auto;
}

#header,#footer {
 height:15px;
 margin: 0px;
 padding : 1px;
 background-color: #000080;
 color : #ffffff ;
}

#footer {
 clear: both;
 width: 156px;
 position: absolute;
 bottom:0px;
 right: 0px;
}

#yeg {
 width: 148px;
 margin: 2px auto;
 padding : 2px;
 background-color: #ffffff;
 border: 1px solid #000000;
}

#menu {
 margin: 50px 0 0;
 padding: 0 0 20px 0;
 width: 100%;
 font-size: 0.8em;
}

ul,li {
 text-align:right;
 list-style: none;
 margin: 8px 3px 0 0;
 padding:0px;
}

ul.center,li.center {
 text-align:center;
 margin: 8px 0 0 0;
}


h1 {
 margin: 0;
 padding : 0;
 font-size: 0.8em;
}

h2 {
 margin: 20px 0 0 0;
 padding: 0;
 font-size: 1.0em;
 color:#FFCD2B;
}

