@charset "UTF-8";
/* CSS Document
Jenny Kerr
News CSS
©2008 Jenny Kerr
Created 6/20/08 7:54AM
Updated 6/20/08 7:54AM
Validated 6/20/08 7:54AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#footerdiv {
	background: url(../images/newsfooter_32.jpg) top left no-repeat;
	}
	
div#contentwrapdiv {
	background: #21271f  url(../images/news_31.jpg) top right no-repeat;
	}
	
div#contentdiv {
	min-height: 820px;
	}
	
div#photoslicediv {
	background: url(../images/news_34.jpg) top left no-repeat;
	}
	
div#photoslicedivright {
	background: url(../images/news_32.jpg) top left no-repeat;
	}
	
/* TEXT */

div#contentdiv p {
	margin: 0 425px 0 70px;
	}
	
div#contentdiv h3 {
	color: #222;
	margin: 0 425px 0 70px;
	padding: 0 0 5px 0;
	line-height: 130%;
	font-size: 90%;
	font-style: italic;
	}
	
div#contentdiv h1 {
	margin: 30px 425px 8px 70px;
	}
	
/* IMAGES */

div#contentdiv img.title {
	margin: 15px 0 0 70px;
	}
	
/* LINKS */

div#contentdiv a {
	color: #222;
	text-decoration: underline;
	}
	
div#contentdiv a:hover {
	color: #666666;
	text-decoration: underline;
	}
