#leftCol	{
	width: 300px;
	min-height: 600px;
	display: inline;
	float: left;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	border: 1px outset #fcfcfc;
	padding: 10px;
	line-height: 20px;
	margin-bottom: auto;

}
#rightCol	{
	width: 650px;
	min-height: 600px;
	display: inline;
	float: left;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	border: 1px outset #ccc;
	padding: 5px;
	margin-left: 5px;
}

.heading	{
	background-color: #996633;
	width: auto;
	text-align: center;
	border: 1px solid #fff;
}
.homeContent	{
	text-align: left;
	width: auto;
	margin: 10px;
}
.homeContent img	{
	text-align: center;
}


