body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background-color: #d0cfc9;
}

#page {
	width: 750px;
	text-align: left;
	background-image: url(../_images_css/design_side_shadow.jpg);
	background-repeat: repeat-y;
}

#foot {
	padding: 13px 0 6px 0;
	clear: both;
	width: 750px;
	background-color: #d0cfc9;
	background-image: url(../_images_css/design_bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #888;
}

#foot a {
	text-decoration: none;
	color: #555;
}

#foot a:hover {
	text-decoration: underline;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
}