/* commented backslash hack v2 \*/ 
html{height:100%;} 
/* end hack */ 

@font-face { 
   	font-family:eurostile;
   	
   	font-style: normal;
    font-weight:normal;
  	src:url(css/EUROSTI0.eot);
   
     	
}

body{
	height:100%;
	margin:0px; 
	border:0px;
	padding:0px;
	font-family:Arial;
}


#button {
	border-bottom: 2px solid rgb(71, 174, 56); 
	width: 202px; 
	height: 35px; 
	background-image: url('../images/oliButton.gif'); 
	cursor: pointer; 
	text-align: center;
	color: #FFFFFF;
	line-height:35px;
	
}

div.navbar {

 
 width: 202px; 
 height:620px;
 margin:0px;
 padding:0px;
 border-left:3px solid rgb(71, 174, 56);
 border-top:3px solid rgb(71, 174, 56);
 position:relative;
 z-index: 6;
 left:637px;

 
 
}



div.menu {

font-weight:500;
border-left: 1px solid rgb(150, 215, 142);  
border-right: 1px solid rgb(150, 215, 142); 
border-bottom: 2px solid rgb(150, 215, 142); 
width:200px; 
padding-bottom: 5px;
background-color: rgb(150, 215, 142); 



}

div.menu a{
	
	position:relative;
	left:5px;
	top:4px;
	text-decoration:none;
	color: rgb(78, 21, 31);

	
}

div.menu a:visited{
	
	color: rgb(78, 21, 31);
}

div.menu a:hover{
	background-color:white;
	color:black;
}

a.small {
	font-size: 10px;
	
}




#main{
	position: absolute; 
	z-index: 5; 
	top: 170px;
	width:638px;
	height:600px;
	direction:;
	background-attachment:fixed;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	border:0px solid black;
	
	
	
}



