body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat;
}
a {
	text-decoration: none;
	color: #003333;
}
.icnarelief #container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #edede1;
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	clear: both;
} 
.icnarelief #header {
	margin-right: auto;
	margin-left: auto;
	width: 951px;
} 
.icnarelief #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-transform: capitalize;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".icnarelief #sidebar1 p" rule.
*/
.icnarelief #adv {
	background-image: url(../images/adv_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-left: 10px;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	clear: right;
	}
	/*****************start navigation**********************/
#navigation {
	border-bottom: 1px solid #A1A1A1;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	background-image: url(../images/tabright_bg.gif);
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 0;
	background-image: url(../images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul li span {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 27px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/tabright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul li a:hover span {
	text-decoration: none;
	background-position: left -75px;
}
#navigation ul li a:hover {
	background-position: left -75px;
}
#navigation #current a {
	background-position: left -150px;
}
#navigation #current a span {
	background-position: left -150px;
}

* html #navigation ul li a {
        padding: 0;
}
	/*****************end navigation ************************/
	/**************** start current Issue*******************/
.icnarelief #currentIssue {
	background-image: url(../images/current_div_bg.gif);
	background-repeat: no-repeat;
	height: 215px;
	margin: 0px;
	float: left;
	width: 510px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 90%;
	}
	  .icnarelief #currentIssue p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	overflow: auto;
	height: 125px;
	}
		.icnarelief #currentIssue img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #91A759;
	}
	
	.icnarelief #currentIssue h1 {
	float: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
	color: #FFFFFF;
	font-size: 170%;
	text-transform: capitalize;
	margin: 0px;
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	clear: right;
	}
	/**************** end current Issue*******************/
	/*************start achiev div*********************/
	.icnarelief #achiev {
	background-image: url(../images/achiev_bg.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 210px;
	background-position: left;
	text-align: center;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: right;
	}
	.icnarelief #achiev p{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 90%;


	}
	
	.icnarelief #achiev img
	{
	border: 1px solid #91A759;
	}
	.icnarelief #achiev h1 {
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 0px;
	text-transform: capitalize;
	padding-bottom: 20px;
	}
	/*************end achiev div*********************/
		/*************start issues div*********************/
	.icnarelief #issues {
	background-image: url(../images/right_issue_bg.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 210px;
	background-position: left;
	text-align: center;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: right;
	}
	.icnarelief #issues p{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 90%;
	}
	.icnarelief #issues strong{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 110%;
	}
	.icnarelief #issues a{
	text-decoration: underline;
	font-weight: bold;
	}
	
	.icnarelief #issues img
	{
	border: 1px solid #91A759;
	}
	.icnarelief #issues h1 {
	font-family: "AvantGarde Bk BT", Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 150%;
	padding-left: 0px;
	text-transform: capitalize;
	padding-bottom: 20px;
	letter-spacing: .1em;
	}
	/*************end issues div*********************/
	/**********start workingON***********/
	
	.icnarelief #workingon {
	background-image: url(../images/workingOn_div_bg.gif);
	background-repeat: no-repeat;
	height: 145px;
	float: left;
	width: 510px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 90%;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	  .icnarelief #workingon p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	overflow: auto;
	height: 65px;
	width: 500px;
	}
		.icnarelief #workingon img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #91A759;
	}
	
	.icnarelief #workingon h1 {
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 35px;
	text-transform: capitalize;
	padding-bottom: 15px;
	clear: right;
	}
		.icnarelief #workingon a {
	font-weight: bold;
	padding-left: 20px;

	}

	/*********** end workingON***********/
	/*********** artiConsol div start ******/
	.icnarelief #artiConsol {
	float: left;
	width: 710px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 90%;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	  .icnarelief #artiConsol p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	overflow: auto;
	}
		.icnarelief #artiConsol img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #91A759;
	}
	
	.icnarelief #artiConsol h1 {
	font-family: "AvantGarde Bk BT", Transport, Helvetica,;
	font-size: 20px;
	color: #333333;
	font-size: 140%;
	clear: right;
	padding: 0px;
	}
		.icnarelief #artiConsol a {
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;

	}
	
	/*********** artiConsol div end ********/
	/**********start end programs***********/
	.icnarelief #programs {
	background-image: url(../images/programs_consol_bg1.gif);
	background-repeat: no-repeat;
	height: 650px;
	float: left;
	width: 510px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 90%;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	  .icnarelief #programs p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	overflow: auto;
	/*height: 600px;*/
	width: 500px;
	}
		.icnarelief #programs img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #91A759;
	}
	
	.icnarelief #programs h1 {
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 35px;
	text-transform: capitalize;
	padding-bottom: 15px;
	clear: right;
	}
		.icnarelief #programs a {
	font-weight: bold;
	padding-left: 20px;

	}
	/*********** end programs***********/
	
	/**********start end payment***********/
	.icnarelief #payment {
	background-image: url(../images/payment_consol_bg1.gif);
	background-repeat: no-repeat;
	height: auto;
	float: left;
	width: 510px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 90%;
	overflow: visible;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.icnarelief #payment span {
	background-image: url(../images/payment_consol_bgEnd.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 90%;
	overflow: hidden;
	background-position: 0px top;
	height: 20px;
	}
	  .icnarelief #payment p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	overflow: auto;
	height: auto;
	width: 500px;
	}
		.icnarelief #payment img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	.icnarelief #payment h1 {
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 35px;
	text-transform: capitalize;
	padding-bottom: 15px;
	clear: right;
	}
		.icnarelief #payment a {
	font-weight: bold;
	padding-left: 20px;

	}
	.icnarelief #payment input, .icnarelief #payment select{
	font-size: 90%;
	border: 1px solid #CCCCCC;
	height: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
	.icnarelief #payment input radio{

	}
.icnarelief  #payment input.butt {
	font-size: 100%;
	background-color: #AAC483;
	height: 20px;
	border: 1px solid #88A85E;
	}
	/*********** end payment***********/

	/**********start end mainStory***********/
	.icnarelief #mainStory {
	background-image: url(../images/mainstory_consol_bgTop.gif);
	background-repeat: no-repeat;
	height: auto;
	float: left;
	width: 510px;
	padding-right: 15px;
	font-size: 90%;
	overflow: visible;
	margin-top: 10px;
	background-position: 0px top;
	}
	
	.icnarelief #mainStory span {
	background-image: url(../images/payment_consol_bgEnd.gif);
	background-repeat: no-repeat;
	font-size: 90%;
	overflow: visible;
	background-position: 0px bottom;
	height: 20px;
	}
	  .icnarelief #mainStory p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: left;
	overflow: auto;
	height: auto;
	width: 500px;
	}
		.icnarelief #mainStory img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	.icnarelief #mainStory h1 {
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 35px;
	text-transform: capitalize;
	padding-bottom: 15px;
	clear: right;
	}
		.icnarelief #mainStory a {
	font-weight: bold;
	padding-left: 20px;

	}
	.icnarelief #mainStory input, .icnarelief #mainStory select{
	font-size: 90%;
	border: 1px solid #CCCCCC;
	height: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
	.icnarelief #mainStory input radio{

	}
.icnarelief  #mainStory input.butt {
	font-size: 100%;
	background-color: #AAC483;
	height: 20px;
	border: 1px solid #88A85E;
	}
	/*********** end mainStory***********/
	

	/**********start end contectBox1***********/
	.icnarelief #contectBox1 {
	background-image: url(../images/carForm_consol_bgTop.gif);
	background-repeat: no-repeat;
	height: auto;
	float: left;
	width: 510px;
	padding-right: 15px;
	font-size: 90%;
	overflow: visible;
	margin-top: 10px;
	background-position: 0px top;
	}
	
	.icnarelief #contectBox1 span {
	background-image: url(../images/payment_consol_bgEnd.gif);
	background-repeat: no-repeat;
	font-size: 90%;
	overflow: visible;
	background-position: 0px bottom;
	height: 20px;
	}
	  .icnarelief #contectBox1 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: left;
	overflow: auto;
	height: auto;
	width: 500px;
	}
		.icnarelief #contectBox1 img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	.icnarelief #contectBox1 h1 {
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 35px;
	text-transform: capitalize;
	padding-bottom: 15px;
	clear: right;
	}
		.icnarelief #contectBox1 a {
	font-weight: bold;
	padding-left: 20px;

	}
	.icnarelief #contectBox1 input, .icnarelief #contectBox1 select{
	font-size: 90%;
	border: 1px solid #CCCCCC;
	height: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
	.icnarelief #contectBox1 input radio{

	}
.icnarelief  #contectBox1 input.butt {
	font-size: 100%;
	background-color: #AAC483;
	height: 20px;
	border: 1px solid #88A85E;
	}
	/*********** end contectBox1***********/

	/************article div start*****************/

	.icnarelief #article {
	background-image: url(../images/article_consol_bgTop.gif);
	background-repeat: no-repeat;
	height: auto;
	float: left;
	width: 740px;
	font-size: 100%;
	overflow: visible;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 1px;
	}
	
	.icnarelief #article span {
	background-image: url(../images/article_consol_bgEnd.gif);
	background-repeat: no-repeat;
	font-size: 90%;
	overflow: visible;
	background-position: bottom;
	height: 20px;
	margin-left: -11px;
	}
	  .icnarelief #article p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	overflow: auto;
	height: auto;
	}
		.icnarelief #article img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	.icnarelief #article h1 {
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 35px;
	text-transform: capitalize;
	padding-bottom: 15px;
	clear: right;
	}
.icnarelief #article h3 {
	font-size: 145%;
	color: #333333;
}
.icnarelief #article h4 {
	font-size: 125%;
	color: #333333;
	margin: 0px;
}

.icnarelief #article a {
	font-weight: bold;
	padding-left: 0px;
	color: #993333

	}
	.icnarelief #article input, .icnarelief #article select{
	font-size: 90%;
	border: 1px solid #CCCCCC;
	height: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
	.icnarelief #article input radio{

	}
.icnarelief  #article input.butt {
	font-size: 100%;
	background-color: #AAC483;
	height: 20px;
	border: 1px solid #88A85E;
	}

	/************article div end ******************/

	/************start donate car********/
	.icnarelief #donatecar {
	background-image: url(../images/donatecar_bg.gif);
	background-repeat: no-repeat;
	width: 210px;
	background-position: left top;
	text-align: center;
	font-size: 90%;
	padding: 0px;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	.icnarelief #donatecar p{

	}
	.icnarelief #donatecar input{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 100%;
	border: 1px solid #CCCCCC;
	}
.icnarelief  #donatecar  input.butt {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	.icnarelief #donatecar h1 {
	font-family: "AvantGarde Bk BT", Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 0px;
	text-transform: capitalize;
	padding-bottom: 0px;
	}
	/************end donate car *********/
	
	/**********start D and S ***********/
	.icnarelief #dANDs {
	background-image: url(../images/current_div_bg.gif);
	background-repeat: no-repeat;
	height: 215px;
	float: left;
	width: 510px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 90%;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	  .icnarelief #dANDs p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	clear: left;
	overflow: auto;
	width: 500px;
	}
		.icnarelief #dANDs img {
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	.icnarelief #dANDs h1 {
	font-family: AvantGarde Bk BT, Transport, Helvetica,;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 170%;
	padding-left: 35px;
	text-transform: capitalize;
	padding-bottom: 15px;
	clear: right;
	}
		.icnarelief #dANDs a {
	font-weight: bold;
	padding-left: 20px;

	}
	/*********** end D and S ***********/
	/************sidebar start *********/
.icnarelief #sidebar1 {
	float: left;
	width: 145px; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: auto;
}

#leftMenu {
	width: 143px;
	border-size: 1px;
	padding-left: 1px;
	padding-right: 0px;
        }
#leftMenu ul {
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
        }
#leftMenu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAC483;
        }

#leftMenu li a:link, #leftMenu li a:visited {
	color: #8BADCF;
	display: block;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 5px;
	height: 25px;
	background-image: url(../images/left_menu_bg.jpg);
        }

#leftMenu li a:hover, #leftMenu li #current 
{
	color: #FFFFFF;
	background:  url(../images/left_menu_bg.jpg) 0 -32px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 5px;
	height: 25px;
        }

	/*********************sidebar end**************/
.icnarelief #sidebar1 h3, .icnarelief #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.icnarelief #mainContent {
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 170px;
	padding: 0px;
	margin-top: 0px;
	clear: none;
} 
.icnarelief #footer {
	background-image: url(../images/Footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	color: #666666;
	font-size: 90%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
	height: 35px;
} 
.icnarelief #footer p {
	margin: 0; 
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
