@charset "iso-8859-1";

body {
          font-size : 90%;
          font-family : trebuchet ms,arial,sans-serif;
          	color : #ffffff;
		text-align:center;
          background : #000000;
          line-height : 110%;
	  height : auto;
	  margin-top: 0px;
      }
      
h1	{
	  font-size : 140%;
	  font-family : trebuchet ms,arial,sans-serif;
	    	color : #ffffff;
		text-align:left;
		text-decoration:underline;
		background : #000000;
	  line-height : 50%;
	  height : auto;
	  margin-bottom: 20px;
      }
      
img	{
	border: none;
	}
      
table.main	{

	  font-size : 100%;
          font-family : trebuchet ms,arial,sans-serif;
          	color : #ffffff;
		text-align:left;
          background : #000000;
          line-height : 110%;
	  height : auto;
	  margin-top: 0px;
	  }
	

      
#header {
          height : 243px;
	  width : 750px;
	  background: url("images/acea-header.gif") no-repeat;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 0px;
	  margin-top: 10px;
	  

	  }
	  	  
a.basic	{
	font-size : 110%;
        font-family : trebuchet ms,arial,sans-serif;
         	color : #ff8500;
        font-weight:bold;
        background : #000000;
        border: none;
	}
	
a:hover.basic	{
	text-decoration: underline;
	}
	
	  
a.nav	{
	font-size:13px;
    		display: block;
			border-top: 2px solid black;
			padding-top: 8px;
    		width : auto;
    		height : 38px;
			color: #000000;
    		text-decoration: none;
			font-weight: bold;
			text-align: center;	
			v-align: middle;
			margin-left: 20px;
    		}
 
a:hover.nav	{
		display: block;
		border-top: 2px solid white;
		width : auto;
		height : 38px;
    	text-decoration: none;
    		
    		}
    		

			
a.interflare	{
        font-family : trebuchet ms,arial,sans-serif;
        color : #ffffff;
        font-weight:bold;
		text-decoration: none;
        border: none;
	}
	
a:hover.interflare	{
	text-decoration: underline;
	}
    		
		
	  
#navigation 	{
		float: right;
		Margin: auto;
		margin-top: 202px;
		margin-right : 15px;
		
		
	}
	  
	  


#main	{
	width: 750px;
	height : auto;
	position:relative;
	overflow: auto;
	margin : auto;
	margin-top: 20px;
	margin-bottom: 20px;
	
	padding-top: 10px;
	padding-bottom: 10px;	
	text-align: left;
	}
	
#left	{
	float:left;
	width: 355px;
	position: relative;
	
	
	}
	
#right	{
	float: right;
	width: 355px;
	position: relative;
	
	}
	
#footer	{
	width: 750px;
	height : auto;
	margin : auto;
	margin-top : 10px;
	background: #ff8500;
	padding: 10px;
	text-align: right;
	}


	  
