﻿html,body
{   position:relative;
    background-image: url(../images/bg-lev2.gif)  ;
    background-repeat:repeat-x;
    margin:0px;
   
    height:100%;
     
}
.banner
{ 
  left:0px;
  top:0px;
  margin:0px;
  padding:0px;
  
 


}
.content
{
 width:1024px;

 

}
.content .leftimage
{
	position:absolute;
	z-index:10px;
	top:116px;
	left:0px;
	 
	
}
.content .leftpanel
{
	float:left;
/*	width:20%;*/
	width:303px;
	position:absolute;
	left:-35px;
	top: 95px;
	/*height:455px;*/
	background-image: url(../images/lev2-leftvert.jpg);
	background-color:#00A0B0;
 

}
.content .main
{
  float:left;
  
   width:75%;
   margin-left:300px;
 
  
 
}

.footer
{
  clear:both;
  width:100%;
/* background-color:Black; */
 
 }
 
.banner ul
{
       
		top:67px;
		left:0px;
		width:1024px;
		
		list-style-type:none;
		margin:0px;
		padding:0px;
         
}
.banner img
{
  border:0px;
}
.banner ul li
{
  float:left;
}
