html body{
text-align: center;
font-family: verdana, helvetica, san-serif;
margin : 0; 
padding : 0;
margin-left: auto;
margin-right: auto;
background-color: #E3EBFE;
}


#tell{
position:absolute;
text-align: center;
width:123px;
height:60px;
margin-top: 350px;
margin-left 3px;
padding:1px;
border: 0px dashed black;
}

#tell a:link, a:visited, a:active{
color:black;
text-decoration:underline;
}

#tell a:hover{
color:black;
text-decoration:none;
}



#header{
text-align: left;
width: 800px;
height: 200px;
position:relative;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-right: 2px solid #0000FF;
border-left: 2px solid #0000FF;
border-bottom: 5px solid #002200;
}

#leftbar{
margin-left: 0px;
text-align: left;
width:150px;
height:100%;
margin-top: 0px;
background-color: #3366FF;
border-right: 2px solid #0000FF;
position:absolute;
background-repeat: repeat-x;
background-image:url("http://www.illinoishomesllc.com/images/leftgrade.jpg");
}



#buttons{

margin-left: 0px;
position: relative;
width:150px;
height:300px;
margin-top: 0px;

}

#wanted{
position:absolute;
text-align:center;
width:125px;
height:108px;
margin-top: 230px;
margin-left 1px;
}

#video{
position:absolute;
text-align:center;
width:120px;
height:90px;
margin-top: 12px;
margin-left 5px;
border: 0px solid black;
}



/* navbar */

#navbar2{
margin: 0;
padding: 0;
float: left;
font: bold 13px verdana;
width: 100%;
border-top: 1px solid #blue;
border-right: 1px solid #blue;
border-left: 1px solid #blue;
border-bottom: 1px solid #blue;

border-width: 1px 0;
background: black url(http://www.illinoishomesllc.com/images/block.jpg) center center repeat-x;
}

#navbar2 li{
display: inline;

}

#navbar2 li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

#navbar2 li a:visited{
color: white;
}

#navbar2 li a:hover, 
#navbar2 li .current{
color: white;
background: transparent url(http://www.illinoishomesllc.com/images/activeblock.jpg) center center repeat-x;
}

