body {
	background: #556E2F url(../images/bg_page.gif) repeat-x;
	background-attachment: fixed;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	margin: 0;
	line-height: 1.6;
	}
	
#logo {
	position: absolute;
	top: 20px;
	left: 300px;
	}

#ess {
	position: fixed;
	top: 7px;
	left: 867px;
	}

#menu {
	position: fixed;
	top: 208px;
	left: 0;
	}

#keyvisual {
	position: fixed;
	top: 0;
	left: 0;
	width: 275px;
	height: 208px;
	}
	
#content {
	position: absolute;
	top: 0px;
	left: 275px;
	width: 580px;
	background: #FFF;
	}

#menu ul {
	margin: 0; 
	padding: 0;
	width: 275px;
	}

#menu ul li {  
	list-style-type: none;
	margin: 0; 
	padding: 5px 0;
	background: #FFF url(../images/bg_menu_off.gif) repeat-y;
	display: block;
	width: 275px;
	text-indent: 1em;
	border-bottom: 1px solid #2E3B19;
	}

#menu ul li.selected {  
	list-style-type: none;
	margin: 0; 
	padding: 5px 0;
	background: #FFF;
	display: block;
	width: 275px;
	text-indent: 1em;
	border-bottom: 1px solid #2E3B19;
	}

#menu ul li:hover {  
	list-style-type: none;
	margin: 0; 
	padding: 5px 0;
	background: #2E3B19 url(../images/bg_menu_over.gif) repeat-y;
	display: block;
	width: 275px;
	text-indent: 1em;
	border-bottom: 1px solid #2E3B19;
	}

#menu ul li.selected:hover {  
	list-style-type: none;
	margin: 0; 
	padding: 5px 0;
	background: #FFF;
	display: block;
	width: 275px;
	text-indent: 1em;
	border-bottom: 1px solid #2E3B19;
	}


#menu ul li a {  
	font-family:  'Lucida Grande', Helvetica, Swiss, Arial, sans-serif, SunSans-Regular;  
	color: #FFF;
	}
	
#menu ul li.selected a {  
	font-family:  'Lucida Grande', Helvetica, Swiss, Arial, sans-serif, SunSans-Regular;  
	color: #000;
	}
	
.wraper {
	padding: 30px 30px 20px 30px;
	}

.footer {  
	font-family:  'Lucida Grande', Helvetica, Swiss, Arial, sans-serif, SunSans-Regular;  
	color: #888;
	line-height: 1.2em;
	font-size: 0.8em;
	margin-top: 40px;
	clear: both;
	}

	
h2 {
	font-family:  'Lucida Grande', Helvetica, Swiss, Arial, sans-serif, SunSans-Regular;  
	font-size: 1.7em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5em 0;
	color: #000;
	line-height: 1;
	}

h3 {
	font-family:  'Lucida Grande', Helvetica, Swiss, Arial, sans-serif, SunSans-Regular;  
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.2em 0;
	color: #157AE1;
	}

a {
	text-decoration: none;
	color: #00A3DD;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a.selected {
	color: #157AE1;
	}
	
.thumb {
	float: left;
	width: 110px;
	height: 110px;
	margin: 10px 10px 0 0;
	text-align: center;
	vertical-align: center;
	border: 1px solid #E0E0DD;
	padding: 5px;
	}
	
#lang {
	margin: 40px 0 0 15px;
	width: 150px;
	line-height: 1.1;
	font-family:  'Lucida Grande', Helvetica, Swiss, Arial, sans-serif, SunSans-Regular;  
	font-size: 0.85em;
	}
	
#lang a {
	text-decoration: none;
	color: #FFF;
}

#lang a:hover {
	text-decoration: none;
	color: #000;
}

.small { font-size: 0.85em; }


 div#ticker{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 22px;
  color: #FFF;
  background: #000;
  z-index: 20;
  font-family:  'Lucida Grande', Helvetica, Swiss, Arial, sans-serif, SunSans-Regular;  
 }

 @media screen{
  body>div#ticker{
   position: fixed;
  }
 }

 * html body{
  overflow:hidden;
 } 

 * html div#content{
  height:100%;
  overflow:auto;
 }

	
	