body {
	background: url(../images/bg.gif) top left fixed repeat;
	font-family: sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

.hdrcontainer {
	margin: auto;
	height: 195px;
	width: 818px;
	}

.bodycontainer {
position: relative;
	margin: auto;
	top: -12px !important;
	top: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	width: 818px;
	border-bottom: 1px solid #7B6A44;
	text-align: left;
}

.body {
	padding: 0 10 10 20;
}

.body img {
	border: 1px solid #000000;
}

.leftcol {
	width: 24%;
	float: left;
}

.midcol1 {
	width: 24%;
	float: left;
}

.midcol2 {
	width: 24%;
	float: left;
}

.rightcol {
	width: 24%;
	float: left;
}

.small {font-size: 11px;
		color: #FFFFFF;
}

.footer {
	font-size: 11px;
	color: #000000;
	font-weight: inherit;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

.clear {
	clear: both;
}