body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/back1.png);
	background-repeat: repeat-x;
}
#topwrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
#mainwrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#navigation {
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	width: 190px;
}
div#navigation ul {
	padding: 0;
	list-style: none;
	width: 170px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

div#navigation ul li {
	position: relative;
	}
	
div#navigation li ul {
	position: absolute; /* Set 1px less than menu width */
	top: 0;
	display: none;
	left: 169px;
	}

/* Styles for Menu Items */
div#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #777; /* IE6 Bug */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #0066FF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	padding-left: 8px;
	background-color: #ECF5FA;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

div#navigation ul li a:hover {
	color: #CF0E6F;
	background-color: #CCCCCC;
} /* Hover Styles */	


div#navigation li ul li a { padding: 2px 3px; } /* Sub Menu Styles */
		
div#navigation li:hover ul, li.over ul { display: block; } /* The magic */
#content {
	float: right;
	width: 600px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
}
.imgflaotrightframe {
	margin: 5px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.imgflaotleftframe {
	margin: 5px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.testimonials {
	background-color: #EFD987;
	padding: 5px;
	float: left;
	width: 300px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.imgfloatleft {
	float: left;
}
.imgfloatright {
	float: right;
}
#signoff {
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
