/* CSS Document */
/* AbbyGreen.com */
/* Copyright Terescia Harvey and Heather Reed */
/* July 1, 2007 */
/* Includes only layout items needed to recreate layout on another site without any colors, fonts, borders, or other design specific elements */
body {
	margin: 0;
	padding: 0;
	}
#layout-outside {
	margin: 0;
	padding: 0 0 15px 0;
	position: relative;
	text-align: center;
	}
#layout-inside {
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 10px;
	bottom: 25px;
	width: 780px;
	}
#logo {
	margin: 0;
	padding: 0 0 0 25px;
	width: 723px;
	height: 255px;
	}
#menu {
	margin: 0 .5px 0 1px;
	padding: 10px 0;
	min-height: 20px;
	text-align: center;
	}
#content {
	margin: 0 15px 0 15px;
	top: -5px;
	bottom: 15px;
	left: 0;
	position: relative;
	text-align: left;
	}
#content-all {
	margin: 0 15px 0 15px;
	padding: 0;
	position: relative;
	top: -10px;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: left;
	}
#content-col-1 {
	float: left;
	width: 55%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	left: 26px;
	}
#content-col-2 {
	margin-left: 63%;
	position: relative;
	top: 25px;
	left: 0;
	right: 0;
	}
#content-col-1b {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	left: 26px;
	}
#content-col-2b {
	margin-left: 65%;
	position: relative;
	top: 25px;
	left: 0;
	right: 26px;
	}

#bottom-menu {
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
	width: 780px;
	}

.float-fix { 
	clear: both; 
	}
