@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0x 0px 0px;
	background: url(images/bkg2.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	}
	
#container {
	width: 752px;
	margin: 0px auto;
	margin-top: 30px;
	}
	
.header {
	background: url(images/header.JPG) no-repeat;
	width: 752px;
	height: 222px;
	}
	
.main {
	background: url(images/body2a.jpg) repeat-y;
	width: 702px;
	padding: 25px;
	}
	
.footer {
	background: url(images/footer.JPG) no-repeat;
	width:	752px;
	height: 75px;
	}			