html {
	overflow-y: scroll;
}

body {
	height:100%;
	margin: 0 0 0 0;
	background: #f8f7f3 url(../images/bg-tile4.jpg) repeat;
	text-align:center;
}

div#wrapper {
	position: relative;
	width: 820px;
	top: 0;
	left: 0;
	margin-left:auto;
	margin-right:auto;
}

div#topBar {
	position: relative;
	width: 820px;
	height: 145px;		
	background: url(../images/BGshadowLR1.png) repeat-y;
}

div#topBarImg {
	position: absolute;
	left:20px;	
	top: 0;
	z-index:0;	
}

div#topBarL {
	position: relative;
	width: 120px;
	height: 135px;
	padding: 10px 0 0 70px;	
	float: left;
}

div#topBarNav {
	position: relative;
	width: 560px;
	height: 27px;
	padding: 118px 50px 0 0;
	text-align:right;
	float: right;

}

div#body {
	width: 820px;
	height: 285px;
	padding:2px 0 0 0;
	background: url(../images/BGshadowLR2h.png) repeat-y;	
}

div#slogan {
	width: 820px;
	height: 76px;
	text-align:left;	
	/*padding: 0 20px 0 20px;*/
	display:table;	
	background: url(../images/BGshadowLR3.png) repeat-y;
}

div#sloganL {
	position:relative;
	padding: 8px 0 0 70px;
	width: 320px;
	text-align:left;
	float:left;	
}

div#sloganR {
	position:relative;
	padding: 8px 0  0 30px;
	width: 340px;
	height:68px;
	text-align:left;
	background: url(../images/logo-small.png) right no-repeat;
	float:left;
}

div#smLogo {
	position:relative;
	float:left;
}

div#footer {
	width: 820px;
	height: 44px;
	padding: 52px 0 0 0;
	background: url(../images/BGshadowBot.png) repeat-y;
}

/*NavBar 1px image spacer*/
.navSp {
	margin: 0 0 0 1px;
}




















	
