#cellleft {
	float: left;
	width: 224px;
	height: auto;
	min-height: 300px;
	display: block;
	background: #D3AE55 url(../html/left-bg-main.gif) repeat-y;
}

#homeright div{
	height: 150px;
}
.todo {
	width: 120px;
	float: left;
	display: inline;
	margin-right: 4px;
	background: #D3AE55;
}
.todine {
	width: 117px;
	float: left;
	display: inline;
	margin-right: 4px;
	background: #607A40;
}
.tostay {
	width: 114px;
	float: left;
	display: inline;
	background: #C4734B;
}
.leftnav {
	background-image: url(/assets/html/left-bg-main-top.jpg);
	min-height: 200px;
	background-repeat: no-repeat;
}

ul#sidebuts {
	height: auto;
	width: auto;
	margin: 0px;
	list-style-type: none;
	clear: both;
	padding: 0;
}
ul#sidebuts li {
	margin: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}
ul#sidebuts li.swhattodo {
	background: url(/assets/html/left-bg-whattodo-top.jpg);
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}
ul#sidebuts li.swheretodine {
	background: url(/assets/html/left-bg-wheretodine-top.jpg);
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}
ul#sidebuts li.swheretostay {
	background: url(/assets/html/left-bg-wheretostay-top.jpg);
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}
#thecontent {
	margin-top: 4px;
	width: 846px;
	height: auto;
	background: url(/assets/html/left-bg-main.gif) repeat-y left top;
}

