/* CSS Document */
#fullsite {
	width: 700px;
	margin-left: 50%;
	position: absolute;
	left: -350px;
	top: 20px;
	z-index: 2;
}

#fullsite #fsHeader {
	position: relative;
	width: 700px;
	text-align: right;
}

#fullsite #fsBodyCap {
	position: relative;
	width: 700px;
}
#fullsite #fsBodyContent {
	background-image: url(../images/jw-body-bkg.png);
	padding: 0px 10px;
	width: 680px;
	position: relative;
}

#fullsite #fsBodyContent #fsbcCap {
	width: 680px;
	height: 10px;
	position: relative;
}

#fullsite #fsBodyContent #fsbcBody {
	width: 660px;
	position: relative;
	background-image: url(../images/jw-full-bkg.png);
	background-repeat: repeat-y;
	padding:10px;
}

#fullsite #fsBodyContent #fsbcShoe {
	width: 680px;
	height: 10px;
	position: relative;
	margin-bottom: 10px;
}
#fullsite #fsBodyContent #fsbcLeft {
	float: left;
	width: 440px;
	position: relative;
}
#fullsite #fsBodyContent #fsbcLeft #fsbclCap {
	position: relative;
	width: 440px;
	height:60px;
}
#fullsite #fsBodyContent #fsbcLeft #fsbclContent {
	background-image: url(../images/jw-contentBKG.png);
	background-repeat: repeat-y;
	width: 420px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
}

#fullsite #fsBodyContent #fsbcLeft #fsbclContent #map {
	position: relative;
	width: 420px;
	height: 420px;
}
#fullsite #fsBodyContent #fsbcLeft #fsbclShoe {
	position: relative;
	width: 440px;
}
#fullsite #fsBodyContent #fsbcRight {
	float: left;
	width: 225px;
	position: relative;
	padding-left: 15px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrFind {
	position: relative;
	width: 225px;
	margin-bottom: 5px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrFind #fsbcrfiHeader {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrFind #fsbcrfiContent {
	position: relative;
	width: 215px;
	background-image: url(../images/jw-greenn-bkg.png);
	background-repeat: repeat-y;
	padding: 5px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrFind #fsbcrfiShoe {
	position: relative;
	width: 225px;
}

#fullsite #fsBodyContent #fsbcRight #fsbcrLogin {
	position: relative;
	width: 225px;
	margin-bottom: 5px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrLogin #fsbcrlHeader {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrLogin #fsbcrlContent {
	position: relative;
	width: 215px;
	background-image: url(../images/jw-greenn-bkg.png);
	background-repeat: repeat-y;
	padding: 5px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrLogin #fsbcrlShoe {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrFound {
	position: relative;
	width: 225px;
	margin-bottom: 1px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrFound #fsbcrfoHeader {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrFound #fsbcrfoContent {
	position: relative;
	width: 215px;
	background-image: url(../images/jw-greenn-bkg.png);
	background-repeat: repeat-y;
	padding: 5px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrFound #fsbcrfoShoe {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrHide {
	position: relative;
	width: 225px;
	margin-bottom: 5px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrHide #fsbcrhiHeader {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrHide #fsbcrhiContent {
	position: relative;
	width: 215px;
	background-image: url(../images/jw-greenn-bkg.png);
	background-repeat: repeat-y;
	padding: 5px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrHide #fsbcrhiShoe {
	position: relative;
	width: 225px;
}

#fullsite #fsBodyContent #fsbcRight #fsbcrProfile {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrProfile #fsbcrpiHeader {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrProfile #fsbcrpiContent {
	position: relative;
	width: 215px;
	background-image: url(../images/jw-greenn-bkg.png);
	background-repeat: repeat-y;
	padding: 5px;
}
#fullsite #fsBodyContent #fsbcRight #fsbcrProfile #fsbcrpiShoe {
	position: relative;
	width: 225px;
}
#fullsite #fsBodyContent #fsbcFooter {
	clear: both;
	float: none;
	width: 680px;
	padding-top: 10px;
	position: relative;
}
#fullsite #fsBodyContent #fsbcFooter #fsbcfHeader {
	position: relative;
	width: 680px;
}
#fullsite #fsBodyContent #fsbcFooter #fsbcfContent {
	position: relative;
	width: 670px;
	padding-left: 8px;
}
#fullsite #fsBodyShoe {
	position: relative;
	width: 700px;
}

