/* HOME PAGE LAYOUT */

body {
	background: url('images/parchment.jpg');
	background-color: #DCD6D6;
	margin: 0px;
}
#tile1 {
	background: url('images/tile1.jpg') repeat-x;
}

#nav {
	float: left;
	width: 663px;
	height: 86px;
	background: url('images/home_top.jpg') bottom right no-repeat;
}

#main {
	height: 52px;
	background: url('images/home.jpg') no-repeat;
	padding-top: 248px;
	padding-left: 10px;
	text-align: left;
}

#main img {
	float: left;
}

#banners {
	margin: 62px 0px 62px 0px;
	text-align: center;
}

#banners img {
	padding: 0px 8px 0px 5px;
}

#footer {
	text-align: center;
}

#footer div {
	padding-bottom: 10px;
}