html, body {

margin: 0px;

padding: 0px;

}

body {

background-color:#002840;

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

color: #3F4554;



line-height: 1.8em;

}



#nav {

width: 100%;

height:64px;

background-image:url(images/ethanol_02.gif);

margin:0;

text-align: center;

}



#wrapper {

width: 800px;

margin: 0px auto 0px auto;

padding: 0px;





}

#header {

width: 100%;

height: 206px;



background-image: url(images/head.jpg);

}

#container {

width: 100%;



margin: 0px;





}

#left {

width: 197px;

background-image:url(images/ethanol_03.gif);

float: left;



margin: 0px;

}



#left marquee {

margin-left: 15px;

font-family: arial;

font-size:12px;

}



#left p{

margin-left: 3px;

}



#left p a {

text-decoration:none;



font-family: arial;

font-size:13px;

}



#left p a:visited{

text-decoration:none;



font-family: arial;

}

#right {

width: 603px;

background-image:url(images/ethanol_04.jpg);

float: right;

}



#right p {

font-family:arial;

text-align:justify;

font-size:12px;

margin-left:20px;

margin-right:25px;

}



#right h4 {

font-family:century gothic;

font-weight:normal;

color: #44a5dd;

font-size:25px;

margin-left: 10px;

}



#right h5 {

font-weight:normal;

color: #7d7d7d;

margin-left:40px;

}



#right table{

margin-left:20px;

}

.clearer {

font-size: 0px;

height: 0px;

width: 100%;

display: block;

clear: both;

}

#nav {

margin:0;

padding:0;

}

#nav  ul li {

display:inline;

padding: 30px;



}

#nav li a:link, #nav li a:visited{ 

color:#dadada;

text-decoration: none;

margin: 0px;

padding: 0px;

font-family:arial narrow;

font-size:23px;

font-weight:normal;

}



#nav li a:hover {

color: #ffffff;

text-decoration: none;

}

#footer {

background-image:url(images/ethanol_032.gif);

padding: 0px;

height:50px;

margin: auto;

text-align: center;

}

#footer p {

margin: 0px auto 0px auto;

padding: 0px 0px 0px 0px;

color: #aaa;

}

#footer a:link, #footer a:visited, #footer a:active {

color: #aaa;

text-decoration: none;

}

#footer a:hover {

color: #ccc;

text-decoration: none;

} 



#box{

background-color: #EDF1F2;

border: 1px solid #BFCAD5;

padding: 10px;

font-size: 0.9em;

color: #6A849D;

}





.thumbnail{

position: relative;

z-index: 0;

}



.thumbnail:hover{

background-color: transparent;

z-index: 50;

}



.thumbnail span{ /*CSS for enlarged image*/

position: absolute;

background-color: #ffffff;

padding: 5px;

left: 100px;

border: 1px dashed gray;

visibility: hidden;

color: black;

text-decoration: none;

}



.thumbnail span img{ /*CSS for enlarged image*/

border-width: 0;

padding: 0px;

}



.thumbnail:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;

top: 0;

left: 80px; /*position where enlarged image should offset horizontally */



}