/* CSS Document */


body {
	background-color: #C2C2C2;
}
b {
	color: #990000;
}
#container {
    position:relative; 
    width:720px; 
    height:366px; 
    margin:-300px auto 0 auto; 
    
}
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
}	
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
  
}
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(ltapictures/lines/Spring2006.jpg); 
    height:60px; 
    width:60px;
	}


/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    }
#container li {
    float:left;
    }/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }		
#container a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }	
		
#community img {
	position:absolute; 
	margin: 100px 120px 0px 0px;

}
#banquet img{
	position:absolute;
	margin: 200px 120px 0px 0px;
	
}
#wine img{
	position:absolute;
	margin: 300px 120px 0px 0px;
	
}

/*#newest img{
	position:absolute;
	margin: 400px 90px 0px 0px;

}*/
		
#greek img {
	position:absolute; 
	margin: 400px 0px 0px 0px;
	
}
#mic img{
	position:absolute;
	margin: 500px 0px 0px 0px;

}

