@charset "UTF-8";
/* CSS Document
The Wrights
Bio CSS
© 2007 The Wrights
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 8/3/07 12:53PM
Validated 8/3/07 12:53PM */	
	
/* Global Layout Elements */
	
div#contentwrapperdiv {
	width: 100%;
	background: url(../images/contentback2.jpg) top left repeat-y;
	padding: 0 0 30px 0;
	}
	
div#contenttopdiv {
	width: 100%;
	background: url(../images/contenttop_18.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 574px;
	padding: 30px 120px 30px 120px;
	color: #323427;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
div#contentdiv p {
	padding: 0 0 8px 0;
	}
	
div#footerdiv {
	height: 41px;
	width: 100%;
	}
	
div.dividerdiv {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	clear: both;
	}
	
img.newsimage {
	float: left;
	border: 1px solid #000;
	margin: 4px 10px 5px 0;
	}
	
strong em {
	font-weight: bold;
	font-style: italic;
	}
	
div#contentdiv p a {
	text-decoration: underline;
	color: #323427;
	}
	
div#contentdiv p a:hover {
	text-decoration: underline;
	color: #fff;
	}