* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #003144;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Tahoma;
	font-size: 12px;
	color: #646464;
}
.container {
	width: 808px;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
	display: table;
}
.nav {
	height: 28px;
	width: 808px;
	position: relative;
	background-image: url(nav.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
}
.subnav {
	height: 23px;
	width: 808px;
	position: relative;
	background-image: url(subnav.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #000000;
	padding-top: 7px;
}
.left {
	width: 541px;
	padding-top: 34px;
	position: relative;
	float: left;
	padding-bottom: 50px;
	background-color: #FFFFFF;
}
.testimonial {
	width: 513px;
	height: 82px;
	position: relative;
	float: left;
	background-image: url(testimonial.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 32px;
	padding-top: 12px;
	padding-left: 10px;
	color: #FFFFFF;
}
.right {
	width: 267px;
	position: relative;
	float: right;
	padding-bottom: 50px;
	background-color: #FFFFFF;
}
.specials {
	width: 232px;
	position: relative;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-left: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.footer {
	height: 19px;
	width: 808px;
	position: relative;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	float: right;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
