@import url(header.css);
@import url(style.css);

body {
    /*background:   darkgreen; /*#C2A486 */;
}

/* Styles which differ for the wide screen view */
#home #galleryPreview {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 355px;
    text-align: center;
}

#home #latestHeadlines {
    width: auto;
    height: auto;
    overflow: auto;
}

#home #latestHeadlines h3.heading,
#home #latestHeadlines h3.heading a {
	font-size: 1.2em;
	line-height: 1.1em;
	padding-bottom: 3px;
	font-family: Helvetica, Arial, arial;
	color: black;
}

#home #latestHeadlines .content {
    margin-right: 365px;
    padding: 0px;
    color: #006400; /* DarkGreen */
}

#home #latestHeadlines div.newsItem {
	margin-top: 0px;
}
#home #latestHeadlines div.newsItem div.news,
#home #mainHeadlines div.newsItem div.news {
    display: block;
}

#home #mainHeadlines {
    clear: both;
    margin-right: 0px;
    height: auto;
    overflow: auto;
}

/* Front page supports */
#home #centralSupports {
    width: 100%;
    margin-top: -5px;
}
#home #centralSupports div.support {
    height: 140px;
    width: 31%;
}
