@charset "UTF-8";
/* CSS Document
Guy Clark
News CSS
© 2009 Guy Clark
Created 7/30/09 10:46AM
Updated 7/30/09 10:46AM
Validated 7/30/09 10:46AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
/* LAYOUT ELEMENTS */	
	
div#contentdiv {
	width: 480px;
	background: url(../images/clarknews7_30_09_02.jpg) top left no-repeat;
	padding: 100px 405px 10px 95px;
	color: #e6d399;
	font-size: 80%;
	min-height: 850px;
}

div.dividerdiv {
	margin: 35px auto;
	width: 206px;
}

/* TEXT */

div#contentdiv p {
	margin: 0 0 8px 0;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 120%;
}

div#contentdiv div.headline p {
	margin: 0 0 8px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 140%;
}

/* LINKS */

div#contentdiv a {
	color: #e6d399;
	text-decoration: underline;
}

div#contentdiv a:hover {
	color: #111;
}