/*--------------------|
|    Sidebar Styles   |
|--------------------*/

#counter
{
position:absolute;
left 75px;
top: 2px;
}

#sidebar 
{
position: absolute;
left: 15px;
top: 100px;
}

#sidebar a
{
display:list-item;
list-style-type: none;
padding: 2px 10px 2px 10px;
height: 15px;
width: 150px;
color:Black;
border-style: solid;
border-width: 1px;
margin: 0 0 5px 0;
font-family:Courier New;
font-style:oblique;
font-size:14px;
text-decoration: none;
}

#sidebar a:link #navlist a:visited 
{
color: Black;
}

#sidebar li 
{
color:Black;
border-style: solid;
margin: 0 0 3px 0;
height: 15px;
width: 155px;
}

#sidebar a:hover 
{
background-color:Black;
border-color: White;
color:White;
}

#sidebar a span 
{
display: none;
}

#sidebar a:hover span 
{
border: 0px solid black;
display: block;
position: absolute;  
top:-80px; 
left: 0px; 
width: 150px; 
height: 71px;
/*padding: 2px 2px 2px 24px; margin: 10px; z-index: 100;*/
color: white;
font: 10px Verdana, sans-serif; text-align: left;
}

#sidebar a:hover span img
{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
/*--------------------|
|    Title Styles     |
|--------------------*/
#title a
{
text-style: bold;
text-align: center;
text-decoration: none;
position: absolute;
left: 200px;
top: 20px;
bottom: 100px;
border-style: solid;
border-width: 1px;
color: Black;
height: 75px;
width: 600px;
font-size: 25px;

}

/*--------------------|
|      Body Styles    |
|--------------------*/
#body
{
position: absolute;
left: 200px;
top: 100px;
width: 650px;
}
/*-------------------|
|     QuoteLink      |
|-------------------*/
#Link a
{
display:list-item;
list-style-type: none;
padding: 2px 10px 2px 10px;
height: 15px;
width: 150px;
color:Black;
border-style: solid;
border-width: 1px;
margin: 0 0 5px 0;
font-family:Courier New;
font-style:oblique;
font-size:14px;
text-decoration: none;
}

#Link a:hover 
{
background-color:Black;
border-color: White;
color:White;
}

#Link a span 
{
display: none;
}

#Link a:hover span img
{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}

#Link a:hover span 
{
border: 0px solid black;
display: block;
position: absolute;  
top:-80px; 
left: -185px; 
width: 150px; 
height: 71px;
/*padding: 2px 2px 2px 24px; margin: 10px; z-index: 100;*/
color: white;
font: 10px Verdana, sans-serif; text-align: left;
}

#getFirefox a a:hover
{
 border-style: none; 
 background-color:	Transparent;
}