div,img,table,tbody,a,tr,td,ul,il,h1,h2,h3,h4, td p {
	padding: 0;
	margin: 0;
}

body {
	color:#3D3E3F;
	background-color: #f3742c;
	background-image: url(/images_new/bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-family:Arial;
	font-size: 12px;
}
a {
    color: #f3742c;
}
a img{
	border: 0;
}

div#left,
div#center{
	line-height: 18px;  
}

div#wrapper{
	background-image: url(/images_new/bg_wrapper.png);
	background-position: center 166px;
	background-repeat: no-repeat;
}

div#content{
	width: 970px;
	margin: 0 auto;
	background-image: url(/images_new/bg_content_m.png);
	background-position: top left;
	background-repeat: repeat-y;
}

div#header{
	height: 205px;
	width: 100%;
	background-image: url(/images_new/logo.png);
	background-position: 40px 0px;
	background-repeat: no-repeat;
}

div#menu{
	position: relative;
	left:180px;
	top:55px;
}

div#footer{
	width: 970px;
	margin: 0 auto;
	height: 100px;
	background-image: url(/images_new/bg_content_f.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div#footer span{
	float:right;
	color: #f3742c;
	margin-top: 14px;
	margin-right: 15px;
	font-size: 11px;
}

div#footer span a{
	color: #f3742c;
	text-decoration: none;
	font-weight: bold;
}

div.clear{
	clear: both;
}

