@charset "UTF-8";
/* CSS Document
Ellis Creative
Home CSS
© 2007 Ellis Creative
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 5/2/07 9:43AM
Validated 5/2/07 9:43AM */

div#welcomediv {
	width: 300px;
	float: left;
	margin: 20px 10px 30px 20px;
	}
	
div#newsdiv {
	width: 200px;
	float: left;
	margin: 20px 0 30px 10px;
	}
	
div.imagewrapperdiv {
	width: 300px;
	padding: 13px 0 0 0;
	}
	
div.imagediv {
	width: 100%;
	}
	
div.imagediv img {
	border: 1px solid #000;
	}
	
div.cutlinediv {
	width: 100%;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px 0 15px 0;
	}

div#header {
	background: url(../images/home01_01.jpg) top left no-repeat;
	}
	
div#quotediv {
	background: url(../images/quote_03.jpg) top right no-repeat;
	}
	
div#contentdiv {
	background: #cbdded url(../images/home01_04.jpg) top left repeat-y;
	}
	
div#footerdiv {
	background: url(../images/home01_14.jpg) top left no-repeat;
	}
	
div#creditdiv {
	color: #d6519d;
	}
	
div#creditdiv a {
	color: #d6519d;
	text-decoration: none;
	}
	
div#creditdiv a:hover {
	color: #498fcd;
	text-decoration: underline;
	}
	
div#newsdiv a, div#welcomediv a {
	color: #5b7827;
	text-decoration: underline;
	}
	
div#newsdiv a:hover, div#welcomediv a:hover {
	color: #498fcd;
	text-decoration: underline;
	}