@charset 'utf-8';
/* CSS Document */
@import url('../fonts/ArialRounded/ArialRounded.css');

body{
	font-family: 'ArialRoundedMTBold', Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
}

#bodyWrapper{
	width: 980px;
	margin: 0 auto;
}

#headerWrapper{
	width: 980px;
	margin: 0 auto;
}
#navWrapper{
	background-image: url(../imgs/navBg.png);
	background-repeat: repeat-x;
	border: #CCC 3px solid;
	height: 56px;
	width: 974px;
}

#galleryWrapper{
	background-image: url(../imgs/clientBackground.png);
	background-repeat: no-repeat;
	width: 976px;
	margin: 0 auto;
}
.galleryBackground{
	background-image: url(../imgs/clientBackgroundRepeat.png);
	background-repeat: repeat-y;
	width: 976px;
	position: relative;
	z-index: -1;

}
#galleryFooter{
	background-image: url(../imgs/clientBackgroundFooter.png);
	background-repeat: no-repeat;
	width: 976px;
	height: 19px;
}




