/* home */ 


#latestNews{
    float: left;
	width:200px;
    height: 478px;
	text-align: left;
	color: black;
    background:white;
    border-left: 1px solid green;
    border-bottom: 1px solid green;
    
}

.latestNewsSectionTitle{
    color : #0B610B;
    height:30px;
	text-align: center;
    font-size:1.1em;
    background: url('../images/spoon_Bar_100px.jpg') repeat-x bottom left;
    
    background-color: white;

}

.latestNewsTitle{
    color : #0B610B;
    font-size:1.0em;
    background: white;

}

.latestNewsText{

    color : #424242;
    font-size:0.9em;
}

.introPic{
    display:block;
    margin: 0 auto 150px 450px;
}