@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 16px;
	}
	
#container {
	width: 754px;
	margin: 0px auto;
	}
	
.header {
	width: 754px;
	height: 247px;
	background: url(images/header.jpg) no-repeat;
	}
	
.main {
	width: 744px;
	background: url(images/body.jpg) repeat-y top center;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.footer {
	width: 754px;
	height: 49px;
	background: url(images/footer.jpg) no-repeat;
	}
	
table {
	color: #333333;
	}	
		
			