body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size:12px;
	background-color: #FFFFFF;
	background-image: url('images/body_bg.jpg');
	background-position: top-left;
	background-repeat: repeat-x;
	text-align:center;
	color:#707070;
	}

#header{
	margin:0px auto;
	height: 111px;
	width: 714px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}

#content {
	width: 694px;
	height: auto;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
	color:#5e5e5e;
	text-align:left;
	/*line-height:17px;*/
	}

#footer{
	width:714px;
	height: 128px;
	margin:0px auto;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	text-align:center;
	}

		.style1 {	font-size: 24px;	color: #800000;	font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 5px}
	.style2 {	font-size: 14px}
	.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
	.style4 {	font-size: 18px;	font-weight: bold;}
	.style5 {font-size: 14px; font-weight: bold; }

