@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, img, form, ul, li {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:"Georgia", Times New Roman, Times, serif; 
	font-size:14px;
	color:#595959;
	background:url(../images/body-bg.jpg) repeat;
}
a {
	text-decoration:none;
	outline:none;
}
p {
	padding:6px 0 0;
	color:#595959;
	line-height:22px;
}
input, button , textarea{

font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
	font-size:0;
	margin:0;
}
.wrap {
	width:981px;
	margin:0 auto;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'ITCFranklinGothicStdBkCn';
}