*{padding: 0; margin: 0;}

#fullsite {
	width: 100%;
	position:relative;
}
#fullsite #fsHeader {
	height: 71px;
	width: 100%;
	background-image: url(../images/header-bkg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#fullsite #fsHeader #fshContent {
	height: 71px;
	width: 1000px;
	margin-left: -500px;
	position: relative;
	left: 50%;
}
#fullsite #fsBanner {
	width: 1040px;
	height: 190px;
	position: relative;
	left: 50%;
	margin: 20px 0px 25px -540px;
}
#fullsite #fsBody {
	width: 1000px;
	margin-left: -500px;
	position: relative;
	left: 50%;
}
#fullsite #fsBody #fsbLeft {
	float: left;
	width: 172px;
	margin-right: 50px;
	position: relative;
	padding-bottom: 10px;
}

#fullsite #fsBody #fsbLeft #leftWC {
	width: 172px;
	position: relative;
	margin-top: 15px;
}

#fullsite #fsBody #fsbLeft #leftWC #lwcHeader {
	width: 172px;
	height: 30px;
	position: relative;
}

#fullsite #fsBody #fsbLeft #leftWC #lwcContent {
	width: 172px;
	position: relative;
	background-image: url(../images/white-bkg-12.png);
	background-repeat: repeat-y;
	padding: center top;
}

#fullsite #fsBody #fsbLeft #leftWC #lwcFooter {
	width: 172px;
	height: 10px;
	position: relative;
	background-image: url(../images/ellechor-writers-courses-footer.png);
	background-position: left top;
	background-repeat: no-repeat;
}


#fullsite #fsBody #fsbLeft #lefSI {
	width: 172px;
	position: relative;
	margin-top: 20px;
}

#fullsite #fsBody #fsbLeft #leftSI #lsiHeader {
	width: 172px;
	height: 26px;
	position: relative;
}

#fullsite #fsBody #fsbLeft #leftSI #lsiContent {
	width: 170px;
	padding: 5px 1px;
	position: relative;
}

#fullsite #fsBody #fsbRight {
	float: left;
	width: 778px;
	position: relative;
	padding-bottom: 10px;
}

#fullsite #fsBody #fsbRight #fsbrMain {
	position: relative;
	width: 778px;
	margin-bottom: 20px;
}

#fullsite #fsBody #fsbRight #fsbrNews {
	position: relative;
	width: 778px;
	margin-bottom: 20px;
}

#fullsite #fsBody #fsbRight #fsbrPubs {
	position: relative;
	width: 778px;
}

#fullsite #fsFooter {
	width: 1000px;
	margin-left: -500px;
	position: relative;
	left: 50%;
	border-top: 1px solid #ccc;
	color: #b6bcbd;
	font-size: 11px;
	margin-bottom: 20px;
	float: none;
	clear: both;
}

#fullsite #fsFooter #fsfLeft {
	float: left;
	width: 600px;
	padding-right: 0px;
	padding-top: 10px;
	position: relative;
}
#fullsite #fsFooter #fsfRight {
	float: left;
	width: 400px;
	position: relative;
	padding-top: 10px;
	text-align: right;
}
