body {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	margin-top: 35px;
	margin-bottom: 20px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/layoutnew/bodybkg1.jpg);
	text-align: center;
	}
	
div#container {
	width: 924px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-image: url(images/layoutnew/divbkg.jpg);
	font-family: Arial, Helvetica, sans-serif;

} 

div#header {
	background-image: url(images/layoutnew/divbkg.jpg);
	
}


div#content {
	background:#FFF;
	width: 877px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: justify;
	
}
#container #content table tr td table tbody tr td table tr td table tr {
	text-align: justify;
}


a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}table tr td table tbody tr td table tr td table tr td table tr td ul li strong {
	color: #000;
	text-align: justify;
}

