﻿#interesting_links_main {
width: 780px;
background-color: #d9b75a;
margin: auto;
margin-top: -35px;	
border-top: 4px orange solid;
border-right:4px orange solid;
border-left: 4px orange solid;
border-bottom: 4px orange solid;
height:1800px;
}

#interesting_links_main h2{
margin: auto;
margin-left: 135px;	
}

p.interesting_links_main   {
font-size: 90%;
background-color: 	#d9b75a;
padding: 5px;

}

#interesting_links {            /*...........list properties for images........*/
list-style-type: none;
background-color: #d9b75a; 
}
#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: #d9b75a;

}



#interesting_links p {
display: block;
border: outset    gray; 
background-color: #d9b75a;
width: 330px;
height: 235px;
padding: 5px;
margin-top: -2px;
}

#interesting_links_bot_spacer {
width:780px;
height: 45px;
margin: auto;
background-color: #d9b75a;	
border-bottom: 4px orange solid;
border-left: 4px orange solid;
border-right: 4px orange solid;

}


