/* 
index.css 
style sheet for the index page 
can over-ride settings from scottj.css (main css file) here, for example, for the dynamic content bit
*/

div#menu {
width: 300px;
border: 1px solid black;
}
div.newsHeadlines {
	float: right;
	width: 250px;
	background:url(../images/newsQuoteBack.gif);
	margin: 10px;
	padding: 5px 10px 15px 20px;
	border-left: 3px solid #652718;
	/*border-bottom: 1px solid #652718;*/
}
h2.newsHeadlines {
font-weight: bold;
}
img#cover {
	border: 1px solid black;
	float: left;
	margin-right: 5px;	
	width: 200px;
	height: 200px;
}
