html {
	overflow-y: scroll;
}

body {
	height:100%;
	margin: 0 0 0 0;
	background-color: #e7e6d4;
	text-align:center;		
}

div#wrapper {
	position:relative;
	width:827px;
	top: 0;
	left: 0;
	margin-left:auto;
	margin-right:auto;
	background: #f3f3f3 url(../images/BGshadowLR.gif) repeat-y;		
}

div#topBar {
	width: 827px;
	height: 110px;
	background: #3B356D url(../images/BGshadowLR.gif) repeat-y;	
}

/*div#navBarContainer {
	background: #bfc8c5;
}*/

div#navBar {
	width: 827px;
	background: #3B356D url(../images/BGshadowLR.gif) repeat-y;	
}

div#bodySlogan {
	width: 827px;
	/*height: 185px;*/
	/*background: #e7e6d4 url(../images/BGshadowLR.gif) repeat-y;*/
	background: #f3f3f3 url(../images/BGshadowLR.gif) repeat-y;	
}
div#bodyImages {
	width: 775px;
	height: 205px;
	padding: 0 0 30px 52px;
	/*background: #e7e6d4 url(../images/BGshadowLR.gif) repeat-y;*/
	background: #f3f3f3 url(../images/BGshadowLR.gif) repeat-y;	
}

div#bodyLeft {
	position: relative;
	width: 135px;
	padding: 10px;
	margin: 0 0 0 0;
	border: 10px solid #e0e0e0;
	float: left;
}

div#bodyCenter {
	position: relative;
	text-align:left;
	width: 245px;
	padding: 0 0 0 10px;	
	float: left;	
}

div#bodyRight {
	position: relative;
	text-align:left;
	width: 245px;
	padding: 0 0 0 10px;	
	float: left;
	clear: right;
}

div#footer {
	text-align:left;
	height: 2em;	
	width: 775px;
	padding: 1em 0 0 52px;	
	background: #d9d9d9 url(../images/BGshadowLR.gif) repeat-y;	
}

div#footerShadow {
	width: 827px;
	height: 22px;	
	background: #e7e6d4 url(../images/footerShadow.gif) no-repeat;	
}

div#footerLinks {
	/*display:none;*/
	padding: 0 0 30px 0;
	clear:both;
}

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




















	
