/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*background: url(../images/RepeatingBackground.jpg) repeat-y;*/
}

#content_home {
	padding-top: 190px;
	margin-left: 185px;
	position: relative;
}

#content {
	padding-top: 195px;
	margin-left: 185px;
	margin-right: 250px;
	position: relative;
}

#content #inner_content {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1em;	
}


* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:145px;
	color: #000000;
	background: url(../images/HeaderRight.jpg) no-repeat right top;
	z-index: 0;
}

#header a {
	color: white;
	font-weight: bold;
	line-height: 1.5em;
}

#left_home {
	margin-top: 190px;
	width: 180px;
	float: left;
	z-index: 5;
	border-right: 2px solid #00A2AE;
}

#left {
	margin-top: 195px;
	width: 180px;
	float: left;
	z-index: 5;
	border-right: 2px solid #00A2AE;
}

#right {
	float: right;
	margin-top: 200px;
	width: 246px;
	z-index: 6;
	border-left: 2px solid #00A2AE;
	margin-bottom: 15px;
}

#right #testimonial {
	width: 220px;
	padding-left: 13px;
}

#right #testimonial p {
	margin: 0;
	padding: 0;
}

#right #testimonial_photo {
	margin: 0;
	padding: 0;
	width: 220px;
	margin-left: 9px;
}

#right #testimonial_photo img {
	margin: 0;
	padding: 0;
	width: 220px;
	border: 2px solid #00A2AE;
}

* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear:both;
	width:100%;
	height: 40px;
	border-top: 2px solid #00A2AE;
	border-bottom: 2px solid #00A2AE;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#footer p {
	margin: 0;
	padding: 0;
	color: black;
	text-align:center;
	font-size: .85em;
	padding-top: 11px;
}

/* Font Changer */
#font_changer {
	position: absolute;
	right: 0px;
	top: 145px;
	background: url(../images/FontChangerBox.jpg) no-repeat left top;
	z-index: 112;
	width: 268px;
	height: 41px;
	border-right: 3px solid #00A2AE;
}

/* Page Headlines */
#page_title {
	position: absolute;
	left: 15px;
	top: 155px;
	z-index: 112;
	width: 500px;
	height: 50px;
}