@charset "utf-8";
/* CSS Document */

body {
	background: #F3EFBB;
	font: 13px "Comic Sans MS";
	color: #000000;
}
#header {
	background: url(images/chezzaheader.jpg) no-repeat center;
	height: 296px;
	width: 947px;
}
#footer {
	background: url(images/footer2.jpg) no-repeat center;
	height: 51px;
}
.tableborder {
	border: 1px solid #A06E3D;
}
.leftborder {
	border-left: 1px solid #9D6D3D;
	border-top: 1px none #9D6D3D;
	border-right: 1px none #9D6D3D;
	border-bottom: 1px none #9D6D3D;
}
.smaller {
	font-size: 11px;
}
a:link {
	color: #9F6F41;
	text-decoration: underline;
}
a:visited {
	color: #97683A;
	text-decoration: underline;
}
a:hover {
	color: #C6945F;
}
.maincontentpadding {
	padding: 20px;
}
h1 {
	border-bottom: 3px double #9A6B3D;
}
.floatleft {
	clear: left;
	float: left;
	padding-right: 16px;
}

