body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	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;

	background-color: #333333;

	background-image: url(../images/bg.jpg);

	background-repeat: repeat-x;

}



#container  {



	width: 1050px;  /* this will create a container 80% of the browser width */



	background: #FFFFFF;



	text-align: left; /* this overrides the text-align: center on the body element. */



	margin-top: 0;



	margin-right: auto;



	margin-bottom: 0;



	margin-left: auto;



}



#header  {



	background-image: url(../images/header.jpg);



	background-repeat: no-repeat;



	background-position: left;



	height: 99px;



	padding-top: 0;



	padding-right: 10px;



	padding-bottom: 0;



	padding-left: 20px;



}



#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-indent: -9999px;



}

h2 {

	font-size: 16px;

	padding-left: 10px;

}





#mainContent  {



	background-color: #FFFFFF;



	background-image: url(../images/content_bg.jpg);



	height: 506px;



	padding-top: 0;



	padding-right: 20px;



	padding-bottom: 0px;



	padding-left: 20px;



}



#footer  {

	background-color: #DDDDDD;

	background-image: url(../images/footer_bg.jpg);

	height: 130px;

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 10px;

	background-repeat: no-repeat;

} 



.container {



	color: #333333;



	font-family: Verdana, Arial, Helvetica, sans-serif;



	font-size: 12px;



}



.coming  {



	font-family: Verdana, Arial, Helvetica, sans-serif;



	font-size: 18px;



	font-weight: bold;



	color: #333333;



}







#apDiv1 {



	position:absolute;



	left:12px;



	top:653px;



	width:193px;



	height:19px;



	z-index:1;



}



a:link {



	text-decoration: none;



	color: #333333;



	font-weight: bolder;



}



a:hover {



	text-decoration: underline;



}



#tableReplace{

	width:100%;

	height:100%;

}

#innerReplace{

	height:500px;

	margin-left:auto;

	margin-right:auto;

}

