﻿#interesting_links_main {
width: 600px;
float: right;
background-color: #f7f4e2;
margin-right: 5px;
border-top: 4px orange solid;
border-right:4px orange solid;
border-left: 4px orange solid;
border-bottom: 4px orange solid;
height:2400px;
}

p.interesting_links_main   {
font-size: 90%;
background-color: 	#f7f4e2;
padding: 5px;

}

#interesting_links {            /*...........list properties for images........*/
list-style-type: none;
background-color: #f7f4e2; 
}
#interesting_links li {    
margin-right: 6px;
margin-bottom: 10px;
font-family: Verdana, "Times New Roman", sans-serif;
font-size: 90%;
float: left;
}


#interesting_links img {
display: block;
border: outset    gray; 
background-color: #f7f4e2;

}


  
#interesting_links p {
display: block;
border: outset    gray; 
background-color: #fbf3c5;
width: 250px;
height: 190px;
padding: 5px;
margin-top: -2px;
}

#interesting_links_bot_spacer {
width:780px;
height: 45px;
margin: auto;
background-color: #f7f4e2;	
border-bottom: 4px orange solid;
border-left: 4px orange solid;
border-right: 4px orange solid;

}



