/* CSS Document */

BODY{
	margin:0px;
	padding:0px;
	background:#0061B9;
}

.main{
	width:1000px;
	border:0px;
	margin:0 auto;
	font:13px "Trebuchet MS",Arial, Helvetica, sans-serif;
}


.new-bottom{
	background:url(../images/bottom_img2.gif) no-repeat #ccc;
	height:590px;

}



.header1{
	width:1000px;
	height:410px;
	background:url(../images/bg_header.gif) no-repeat #ccc;
}


#hed1{	
	display:block;
	clear:both;
	font:bold 22px "Trebuchet MS";
	color:#000;
	padding-top:05px;
}


.footer{
	font:12px "Trebuchet MS";
	color:#fff;
	text-align:center 
	
}