html {
	height: 100%;
	}
body {
	font-family: verdana;
	margin: 0;
	padding: 0;
	height: 100%;
	
	background-color: #c4d9f6;
	background-image:url(../images/body-bg.png);
	background-repeat: repeat-x;
	}
.breathe {
	position: block;
	height: 230px;
	width: 100%;
	
	}
.outer-wrapper {
	width: 100%;
	position: relative;
	min-height: 99.9%;
	height: 99.9%;
	margin: 0 auto;
	padding: 0;
	border: none;
	}
.footerbar {
	position: absolute;
	width: 100%;
	height: 239px;
	bottom: 0 !important;

	background-position:center;
	background-repeat: no-repeat;
	}
.inner-wrapper {
	position: relative;
	min-height: 100%;
	
	margin: auto;
	width:832px;

	background-image: url(../images/center-slide.png);
	background-position:center;
	background-repeat: repeat-y;	
	}
.content-outer {
	min-height: 454px;
	position:relative;
	
	background-image: url(../images/center-top.png);
	background-position:center 0;
	background-repeat: no-repeat;		
	}
.content-outer p {
	margin-top: 0;
	}		
.content-inner {
	padding:158px 55px 0 64px;
	width: 532px;
	}
.contact-info {
	font-size:16px;
}				
.shadow-left {
	position: absolute;
	width: 29px;
	height: 100%;
	left: 0px;
	
	background-image: url(../images/Shadow-Left.png);
	background-repeat: repeat-y;
	}
.shadow-right {
	position: absolute;
	width: 29px;
	height: 100%;
	right: 1px;
	
	background-image: url(../images/Shadow-Right.png);
	background-repeat: repeat-y;
	}	
	
