a img { border: none; }
a:link img {border: 1px lightgray solid;}
a:hover img {border: 1px gray solid;}

body
{
margin:0;
padding:0;
text-align:center;
}

ol
{
list-style-type:none;
}


#container
{
text-align:center;

color:red;
width:950px;
background:white;
margin:auto;

}
/*margin auto places the web site in the middle of the page*/

#threecolcontainer
{  
float:left;
width:100%;
}  
/*this is to make all three columns the same height, thus keeping footer at bottom of page.*/

#banner

{

text-align:center;

color:red;
background:white;
}

#leftcol
{

text-align:left;

color:green;
background:white
;
width:170px;
float:left;
}

#midcol
{
color:#0066cc;
background:white
;
width:630px;
float:left;
}

#rightcol
{

text-align:center;

color:green
;
background:white;
width:150px;
float:left;
}

#footer
{
text-align:center;

color:red;
background:white;
}


