html,body{ padding:0px; margin:0px; font-size:13px;  color:#000; line-height:1.9; font-family: Arial, Helvetica, Sans-serif;  }

ul{  padding:0px;  margin:0px;  }
li{ padding:0px;  margin:0px; 	list-style:none;   }

td{ font-size:12px; }

td{ line-height:1.9; }


h1,h5,h3{ padding:0px;  margin:0px;  }

b{  font-weight:bold;  } /* font-size:16px; */

#header{ font-size:16px; font-weight:normal;  }

a{ text-decoration:none; color:black; outline:none; }
a:hover{ color:#CC0000; outline:none; }
a:active{ outline:none; }

img{ border:0px solid red; }


#container{
width:750px;
/*margin:0 21% auto;*/
border:0px solid gray;
line-height:1.7em;
}

#top{
margin-left:302px;
margin-top:25px;
margin-bottom:25px;
border:0px dotted green;
}


#leftnav{ float: left; }

#content{
margin-left:290px;
margin-top:30px;
border:0px dotted green;
width:495px;
}

#content2{
margin-left:245px;
margin-top:0px;
border:0px dotted green;
width:495px;
}


#content img{
 float:left;
}


#footer
{
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border:0px solid red;
}




#logo{
 margin-top:50px;  margin-bottom:50px;
 border:0px solid green;
}


#close:hover{
  color:#cc0000;
}



/*
h1 {margin: 10px}
all four margins will be 10px

h1 {margin: 10px 2%}
top and bottom margin will be 10px, left and right margin will be 2% of the total width of the document.

h1 {margin: 10px 2% -10px}
top margin will be 10px, left and right margin will be 2% of the total width of the document, bottom margin will be -10px

h1 {margin: 10px 2% -10px auto}
top margin will be 10px, right margin will be 2% of the total width of the document, bottom margin  will be -10px, left margin will be set by the browser

*/
