/* eco_home.css */

/* HOME Layout */
div#entirety div#shell { background: #DBDBDB url("../images/home/shell_background.jpg") no-repeat;
	width: 775px;
	margin-left: auto;
	margin-right: auto; }

/* For UTILITY Layout, see eco.css */

div#entirety div#shell div#header { height: 290px; }

/* For MENU Layout, see eco.css */

div#entirety div#shell div#content { background: #DBDBDB url('../images/content_flow.gif') repeat-y;
	padding: 10px 20px;
	text-align: left; }
div#entirety div#shell div#content h5 { color: #611313;
	margin: 10px 0px;
	font-family: Georgia, serif;
	font-weight: 800; }
div#entirety div#shell div#content h6 { color: #657084;
	margin: 10px 0px;
	font-family: Georgia, serif;
	font-weight: 800; }
div#entirety div#shell div#content p { margin: 10px 0px;
	font-size: 0.7em;
	color: #565F87; }
div#entirety div#shell div#content img { border: 0; }
div#entirety div#shell div#content a { color: #657084; }
div#entirety div#shell div#content a:hover { color: #3C485B; }


div#entirety div#shell div#content div.columnShell div.leftCol { float: left;
	width: 45%; }
div#entirety div#shell div#content div.columnShell div.rightCol { float: right;
	width: 45%;
	margin-left: 20px; }

div#entirety div#bottomBorder { background: url('../images/bottom_border.gif') no-repeat center top;
	height: 6px;
	font-size: 1px;
	width: 775px; }
/* EO.HOME Layout */
