Body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color: #DADADA;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper-new{
	width:1000px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
}
.logo{
	text-align:center;
	padding:90px 0px 0px 0px;
}
.logo1{
	text-align:center;
	padding:10px 0px 0px 0px;
}
.content-section{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 21px;
	font-size: 18px;
	background-image: url(../images/content-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:220px;
}
.content-pad{
	padding:0px 170px 0px 170px;
}
.bottom-box{
	background-color:#2a2a2a;
	padding:14px 10px 14px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:20px 0px 0px 0px;
}
.bottom-box img{
	padding:0px 10px 0px 10px;
}
.footer{
	font-size:13px;
	font-weight: normal;
	background-color: #020202;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:50px;
	line-height:50px;
	color:#FFF;	
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin:30px 0px 0px 0px;
}
table.listing-new{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 20px 0px;
}
table.listing-new th{
	text-align: center;
	font-size: 17px;
 	font-weight: bold;
	height:34px;
	line-height:34px;
	color:#069;
	background-color: #f3f3f3;
	background-image: url(../images/list-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}
table.listing-new td{
	text-align: center;
	font-size: 12px;
 	font-weight: bold;
	padding:7px 5px 7px 5px;
 	background-color: #f3f3f3;
 	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}